███╗░░██╗░█████╗░███╗░░██╗███████╗███████╗██████╗░████████╗░█████╗░░█████╗░░█████╗░██████╗░███████╗
████╗░██║██╔══██╗████╗░██║██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝
██╔██╗██║██║░░██║██╔██╗██║█████╗░░█████╗░░██║░░██║░░░██║░░░██║░░██║██║░░╚═╝██║░░██║██║░░██║█████╗░░
██║╚████║██║░░██║██║╚████║██╔══╝░░██╔══╝░░██║░░██║░░░██║░░░██║░░██║██║░░██╗██║░░██║██║░░██║██╔══╝░░
██║░╚███║╚█████╔╝██║░╚███║███████╗███████╗██████╔╝░░░██║░░░╚█████╔╝╚█████╔╝╚█████╔╝██████╔╝███████╗
╚═╝░░╚══╝░╚════╝░╚═╝░░╚══╝╚══════╝╚══════╝╚═════╝░░░░╚═╝░░░░╚════╝░░╚════╝░░╚════╝░╚═════╝░╚══════╝🅱🆈 🅽🅸🅺🅵🅾🆁🆃🅴🅲🅷
This Visual Studio Code extension provides a collection of code snippets for various programming languages and frameworks. These snippets are designed to enhance productivity by allowing users to quickly insert commonly used code patterns using predefined shortcuts.
Angular Routing Module (ng_routingmodule):
- Create an Angular routing module.
Angular Kubernetes Deployment (ng_kubernetes)
- Deploy an Angular app on Kubernetes with Load Balancer & Ingress
Angular CI/CD Github Action(ng_github_actions):
- Create CI/CD pipeline for Angular using GitHub Actions and Docker
Angular Dockerfile for Testing :(ng_dockerfile_testing)
- Create Angular unit tests with Jest and E2E tests with Cypress
Angular Docker Compose:(ng_dockercomposeWithNode&My|PostgreSQL)
- Create a Docker Compose setup for Angular + Node.js + MySQL.
Angular Dockerfile:(ng_dockerfilewithnginx)
- Create a Dockerfile for an Angular app with Nginx
Angular Module (ng_module):
- Create an Angular module.
Angular Service (ng_http_service):
- Create an Angular service.
Angular Component (ng_component):
- Create an Angular component.
Angular Directive (ng_directive):
- Create an Angular Directive.
Angular Form (ng_form_template):
Angular Pipe (ng_pipe):
-Create an Angular Pipe.
Angular Guard (ng_guard):
-Create an Angular Guard.
Rails Controller (rails_controller):
- Create a Rails controller.
Rails Controller (rails_api_controller):
- Create a Rails Api controller.
Rails Model (rails_model_adv):
Rails Model (rails_serializer):
- Create a Rails Serializer for Json Api response.
Rails Seed File (rails_seed):
- Create a Rails seed file.
Rails Authentication (rails_jwt_auth):
- Create JWT authentication in Rails.
Rails Background Job (rails_background_job):
- Create a Rails background job using ActiveJob
-
Rails Migration (rails_migration):
- Create a Rails migration.
Rails Route (rail_sroute):
Rails View (ERB) (railsview):
- Create a Rails view (ERB).
Rails Controller Test (rails_controllertest):
- Create a Rails controller test.
Node.js HTTP Server (node_httpserver):
- Create a basic Node.js HTTP server.
Node.js Express App (node_expressapp):
- Create a basic Node.js Express app.
Node.js Read File (node_readfile):
Node.js Write File (nodewritefile):
- Write to a file in Node.js.
Node.js Basic Module (nodemodule):
- Create a basic Node.js module.
Node.js LoadBlancer (node_loadBalancerwithChild):
Node.js LoadBlancer (node_loadBalancerCluster):
Node.js Middleware (node_jwtMiddleware):
Node.js SqlServer Connnection(node_sqlServerConnect):
- Create a sql server Connection
Node.js Mysql Connection (node_mysqlConnect):
-Create MySql Connection
Node.js Password Authentication(node_passwordAuth):
-Create password Auth
Node.js Api Signature (node_apiSignature):
-Create Api Auhentication
MongoDB Connection (Native Driver) (node_mongodbconnection):
- Connect to MongoDB using the Native Driver.
MongoDB Connection (Mongoose) (node_mongowithmongoose):
- Connect to MongoDB using Mongoose.
MongoDB Connection (Monk) (node_mongowithmonk):
- Connect to MongoDB using Monk.
Mongoose Model with Validation (node_mongooseModel):
- Create a Mongoose model with validation.
React Native Navigation (React Navigation) (rnative_navigation):
- Create a basic React Native navigation using React Navigation.
React Native TouchableOpacity (rnative_touchableopacity):
- Create a React Native TouchableOpacity component.
React Native StyleSheet (rnative_stylesheet):
- Create a React Native StyleSheet.
React Native Login Screen (rnative_loginscreen):
- Create a basic React Native login screen.
React Native Functional Component (rnative_functionalcomponent):
- Create a React Native functional component.
React Native Class Component (rnative_classcomponent):
- Create a React Native class component.
HTML5 Boilerplate (html5_helloworld):
HTML Document Structure (html_nav):
HTML Form (html_form):
HTML Image (html_image):
HTML Video (html_video):
HTML Link to External Stylesheet (html_externalstyle):
- HTML Link to External Stylesheet.
HTML Script Tag (html_scripttag):
HTML Table (html_table):
HTML Button (htmlbutton):
HTML Text Input (htmlinputtext):
HTML Input and JS Operation (html_inputjsoperation):
- HTML Input and JS Operation.
HTML Anchor Tag (html_anchortag):
react_functioncomponent:
"Create a React functional component."
react_classcomponent:
"Create a React class component."
react_withprops:
"Create a React component with props."
react_withstate:
"Create a React component with state."
react_witheventhandling:
"Create a React component with event handling."
react_withconditional:
"Create a React component with conditional rendering."
react_Iterationlist:
"Create a React component mapping through an array."
react_witheffect:
"Create a React component with useEffect hook."
react_withform:
"Create a React form capturing form state."
react_datarecieving_from_parent:
"Create a React child component and send data to the parent component."
react_data-sending_tochildcomponent:
"Create a React parent component that receives data from a child component."
react_ruseImperativeHandleHook:
"Create a React component using the useImperativeHandle hook."
react_useRefHook:
"Create a React component using the useRef hook."
react_useMemoHook:
"Create a React component using the useMemo hook."
react_useCallbackHook:
"Create a React component using the useCallback hook."
react_link:
"Create a React Link component using react-router-dom."
Ract Docker file (react_dockerfile)
react_route:
"Create a React Route component using react-router-dom."
reavt_reduxstore:
"Create a Redux store setup in a separate file (store.js)."
react_reduxcaction:
"Redux async action for fetching events."
react_reduxreducer:
"Redux reducer for handling getallevent actions."
react_redux_store.js_setup:
"Redux store setup with combined reducers."
react_rudux-index.htmlsetup:
"React application setup with Redux and ReactDOM."
Contributions and suggestions are welcome! -By NikForTech ,Feel free to open an issue or submit a pull request.