Short JavaScript code snippets for all your development needs
-
Updated
Sep 5, 2021 - JavaScript
{{ message }}
Short JavaScript code snippets for all your development needs
Design patterns implemented in Java
Short CSS code snippets for all your development needs
A curated collection of common interview questions to help you prepare for your next interview.
Short Python code snippets for all your development needs
Short React code snippets for all your development needs
Short PHP code snippets for all your development needs
Curated collection of useful little Java functions that you can understand quickly
Collection of reusable tested Java 11 compatible code snippets that you can understand in 30 seconds or less.
Kotlin snippets that you can understand quickly, using only stdlib functionality.
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.
Short C# code snippets for all your development needs
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
Short Dart code snippets for all your development needs
Short Golang code snippets for all your development needs
Atom & VSCode - Modern javascript snippets for better productivity with support for JavaScript, Babel, TypeScript, JSX and semicolonless code. Using StandardJS Style.
Short git snippets for all your development needs
Learn basic JavaScript concepts in action.
VS Code Setting (Live input output) to make competitive programming easy and program analysis !
To add any concepts like reactjs and javascript follow the below steps
src/pages/.src/components/data.js and create a PR.Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
A command line visual file manager for linux
A collection of useful Python snippets
Curated collection of Angular snippets that you can understand in 30 seconds or less
A curated collection of useful C# snippets that you can understand in 30 seconds or less.
A simple Code Snippet with user account and share feature
Add a description, image, and links to the snippets-collection topic page so that developers can more easily learn about it.
To associate your repository with the snippets-collection topic, visit your repo's landing page and select "manage topics."
Make a function that checks if two strings are anagrams
ex:
anagram("abcd3", "3acdb") //false
anagram("123", "456") //false