5 JavaScript Concepts to Make You an Excellent Front-end Developer
https://javascript.plainenglish.io/5-javascript-concepts-to-make-you-an-excellent-front-end-developer-994676aa2431
#javascript
https://javascript.plainenglish.io/5-javascript-concepts-to-make-you-an-excellent-front-end-developer-994676aa2431
#javascript
Medium
5 JavaScript Concepts to Make You an Excellent Front-end Developer
Part 5: A knowledge of these concepts in JavaScript can help you become an excellent front-end developer.
A long and complete training on the introduction of Angular and TypeScript with Freecodecamp
https://www.freecodecamp.org/news/angular-for-beginners-course
#angular #typescript #freecodecamp
https://www.freecodecamp.org/news/angular-for-beginners-course
#angular #typescript #freecodecamp
freeCodeCamp.org
Angular for Beginners Course + TypeScript [Full Front-End Tutorial]
Angular is a popular TypeScript-based open-source web application framework created by Google. We just published a comprehensive 18-hour Angular course for beginners on the freeCodeCamp.org YouTube channel. In this course you will first you will lear...
A collection of several developer tools to help the application development process
https://javascript.plainenglish.io/16-essential-developer-tools-to-10x-your-productivity-5741cc4c8eaf
#tools #developers
https://javascript.plainenglish.io/16-essential-developer-tools-to-10x-your-productivity-5741cc4c8eaf
#tools #developers
Medium
16 Essential Developer Tools to 10X Your Productivity 🚀✨
A list of some of the most useful developer utilities, that will help you to speed up your daily workflow.
Next JS 12.3 release notes
https://nextjs.org/blog/next-12-3
---
Multiple boilerplate templates with React, Next JS and more
https://dev.to/pettermekhaeil/how-to-build-an-npx-starter-template-2ibh
#nextjs #react
https://nextjs.org/blog/next-12-3
---
Multiple boilerplate templates with React, Next JS and more
https://dev.to/pettermekhaeil/how-to-build-an-npx-starter-template-2ibh
#nextjs #react
nextjs.org
Next.js 12.3
Next.js 12.3 introduces TypeScript Auto-Install, improved Fast Refresh, stable new Image Component, and more!
Some of the tools in creating an admin dashboard that are commonly used
https://javascript.plainenglish.io/9-time-saver-tools-to-build-admin-panel-10x-faster-6ac7c211621d
#admin #panel #dashboard
https://javascript.plainenglish.io/9-time-saver-tools-to-build-admin-panel-10x-faster-6ac7c211621d
#admin #panel #dashboard
Medium
9 Time Saver Tools to Build Admin Panel 10x Faster
Maybe you don’t know anything about coding, so building the admin panel of your dreams can seem like a long and boring process.
Get to know a design pattern called the Strategy pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-strategy-pattern-in-typescript-54eda9b40f09
—-
JavaScript-based web application optimization
https://javascript.plainenglish.io/how-i-make-my-javascript-applications-2-times-faster-dbbfd7e5ceec
—-
Examples of some interview questions about JavaScript
https://medium.com/nerd-for-tech/top-10-javascript-interview-code-based-questions-lets-do-brainstorming-b8f6bd9fc9cb
#pattern #strategy #optimization #performance #interview
https://javascript.plainenglish.io/design-patterns-strategy-pattern-in-typescript-54eda9b40f09
—-
JavaScript-based web application optimization
https://javascript.plainenglish.io/how-i-make-my-javascript-applications-2-times-faster-dbbfd7e5ceec
—-
Examples of some interview questions about JavaScript
https://medium.com/nerd-for-tech/top-10-javascript-interview-code-based-questions-lets-do-brainstorming-b8f6bd9fc9cb
#pattern #strategy #optimization #performance #interview
Medium
Design Patterns: Strategy Pattern in TypeScript
How to use and implement the Strategy Pattern in TypeScript to solve real problems in web projects.
How to deploy Strapi CMS and MySQL database to a shared hosting service using Cpanel
https://medium.com/strapi/deploying-strapi-mysql-on-a-traditional-hosting-provider-fb14932dd9fd
#strapi #deploy
https://medium.com/strapi/deploying-strapi-mysql-on-a-traditional-hosting-provider-fb14932dd9fd
#strapi #deploy
Medium
Deploying Strapi MySQL on a Traditional Hosting Provider
This article explains to deploy a Strapi MySQL on a traditional hosting provider.
Laying the Frontend Foundations with a Platform Team
https://engineering.razorpay.com/laying-the-frontend-foundations-with-a-platform-team-62c21c37bf9c
#frontend
https://engineering.razorpay.com/laying-the-frontend-foundations-with-a-platform-team-62c21c37bf9c
#frontend
Medium
Laying the Frontend Foundations with a Platform Team
How we built the Platform Frontend Core team to lay the foundations and build our 2 pillars: Design System and Frontend Infrastructure.
Framer Motion: The New and Underestimated Features
https://betterprogramming.pub/framer-motion-new-and-underestimated-features-364a6fdfcb57
#react
https://betterprogramming.pub/framer-motion-new-and-underestimated-features-364a6fdfcb57
#react
Medium
Framer-Motion: The New And Underestimated Features
Animation is fun and exciting
Simple exercise using Vue Router in Vue JS
https://dev.to/smpnjn/navigation-between-views-in-vue-with-vue-router-4bi
---
Creating a Spinner Loader with Bootstrap Vue
https://javascript.plainenglish.io/bootstrap-vue-spinner-bf051a45bd3f
---
#vue #router #bootstrap
https://dev.to/smpnjn/navigation-between-views-in-vue-with-vue-router-4bi
---
Creating a Spinner Loader with Bootstrap Vue
https://javascript.plainenglish.io/bootstrap-vue-spinner-bf051a45bd3f
---
#vue #router #bootstrap
DEV Community 👩💻👨💻
Navigation between views in Vue with Vue Router
After creating an application in Vue, you'll often want it to consist of multiple views or pages. To...
Practice from Web Dev Simplified in using Notification API in JavaScript
https://youtu.be/Bm0JjR4kP8w
#webdevsimplified #notification
https://youtu.be/Bm0JjR4kP8w
#webdevsimplified #notification
YouTube
How To Send Push Notifications With JavaScript
Sending push notifications in JavaScript seems like it would be difficult if not impossible, but it is actually built into the browser and quite easy. In this video I show you everything you need to know about sending push notifications with JavaScript and…
How to rename a Git branch
https://www.freecodecamp.org/news/renaming-a-git-branch-how-to-rename-the-current-branch-in-git/
#git #branch
https://www.freecodecamp.org/news/renaming-a-git-branch-how-to-rename-the-current-branch-in-git/
#git #branch
freeCodeCamp.org
Renaming a Git Branch – How to Rename the Current Branch in Git
If you are using Git for version control, it’s likely you’ve created branches for various reasons. Since you have those branches in place, you might want to rename any of them if you find a typo, for example, or change the code's purpose. In this article…
Create a web application framework with the help of the React Bricks layanan service
https://moezmustafa.medium.com/react-bricks-create-a-site-in-20min-448be5ec1df4
#react #bricks
https://moezmustafa.medium.com/react-bricks-create-a-site-in-20min-448be5ec1df4
#react #bricks
Medium
React-Bricks , Create a site in 20min
Wanna create a site that is ,powered by Next.js , with sever-side-rendering ,React components and Tailwind CSS for styling . Along with…
How to delete a folder or directory using the command line on Linux
https://www.freecodecamp.org/news/remove-directory-in-linux-from-the-command-line/
#linux #command #line
https://www.freecodecamp.org/news/remove-directory-in-linux-from-the-command-line/
#linux #command #line
freeCodeCamp.org
Remove a Directory in Linux – How to Remove folders from the Command Line
Linux is a powerful OS with various command line utilities to help you achieve your day-to-day tasks. Removing folders is a very common operation that allows you to either remove a single folder or remove them recursively (folders within folders). In this…
Guide to installing Node Version Manager to install multiple versions of Node JS
https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
#nodejs #nvm
https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
#nodejs #nvm
freeCodeCamp.org
Node Version Manager – NVM Install Guide
By Dillion Megida In this article, I'll explain how you can install NVM, or Node Version Manager, on Windows, Linux, and Mac. What is NVM? Node Version Manager (NVM), as the name implies, is a tool for managing Node versions on your device. Differen...
Practice making a Line Chart with JavaScript
https://www.freecodecamp.org/news/how-to-make-line-charts-in-javascript/
---
Creating a Scroll to Top function with JavaScript
https://javascript.plainenglish.io/how-to-scroll-back-to-the-top-of-a-scrollable-div-with-javascript-e3e8ff690011
---
Tips and tricks in JavaScript programming
https://javascript.plainenglish.io/master-these-8-javascript-development-tips-to-avoid-working-overtime-54c0bddaa311
---
#line #chart #tips #scroll #top
https://www.freecodecamp.org/news/how-to-make-line-charts-in-javascript/
---
Creating a Scroll to Top function with JavaScript
https://javascript.plainenglish.io/how-to-scroll-back-to-the-top-of-a-scrollable-div-with-javascript-e3e8ff690011
---
Tips and tricks in JavaScript programming
https://javascript.plainenglish.io/master-these-8-javascript-development-tips-to-avoid-working-overtime-54c0bddaa311
---
#line #chart #tips #scroll #top
freeCodeCamp.org
Line Charts Tutorial – How to Create a Line Graph in JavaScript
Data visualization is a vast field with so many different types of charts [https://datavizcatalogue.com/] to learn and create. But there are several basic, evergreen graphs that every data designer and web developer dealing with analytics should know how…
Creating a Docker container for a Node JS backend application
https://blog.bitsrc.io/lets-dockerize-a-node-express-app-fdba1cf516b2
#nodejs #docker
https://blog.bitsrc.io/lets-dockerize-a-node-express-app-fdba1cf516b2
#nodejs #docker
Medium
Let’s Dockerize a Node.js Express App
Create a docker image and deploy your Node application in 3 steps
Simple exercise using SQLite databases in Node jS, Deno, and Bun runtimes
https://betterprogramming.pub/how-to-use-sqlite-in-bun-deno-and-node-66001a9c3dcb
#sqlite #deno #bun #nodejs
https://betterprogramming.pub/how-to-use-sqlite-in-bun-deno-and-node-66001a9c3dcb
#sqlite #deno #bun #nodejs
Medium
How To Use SQLite in Bun, Deno, and Node
Exploring the advantages and disadvantages of each
A collection of some important tools for Web Developers
https://dev.to/surazondev/50-awesome-tools-for-web-developers-5gan
#tools
https://dev.to/surazondev/50-awesome-tools-for-web-developers-5gan
#tools
Four Ways to Minimize Your Dependencies
https://blog.appsignal.com/2022/08/31/4-ways-to-minimize-your-dependencies-in-nodejs.html
#nodejs
https://blog.appsignal.com/2022/08/31/4-ways-to-minimize-your-dependencies-in-nodejs.html
#nodejs
AppSignal Blog
4 Ways to Minimize Your Dependencies in Node.js | AppSignal Blog
Let's dive into four methods to minimize your Node.js code dependencies for safer code and faster CI/CD execution.