A collection of JavaScript code snippets or snippets that are often used in programming
https://dev.to/madza/19-practical-es6-snippets-to-solve-common-js-problems-31o9
—-
Tips and tricks in using JavaScript that you need to know
https://dev.to/dcodeyt/7-must-know-javascript-tips-tricks-2m8f
—-
Proxy API Object use case example in JavaScript
https://dev.to/jeevankishore/real-world-use-cases-of-object-proxies-3d87
—-
Example of using Observer design pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-observer-pattern-in-typescript-f6589f1ce4fc
—-
#tips #snippets #observer #pattern #proxy #esm
https://dev.to/madza/19-practical-es6-snippets-to-solve-common-js-problems-31o9
—-
Tips and tricks in using JavaScript that you need to know
https://dev.to/dcodeyt/7-must-know-javascript-tips-tricks-2m8f
—-
Proxy API Object use case example in JavaScript
https://dev.to/jeevankishore/real-world-use-cases-of-object-proxies-3d87
—-
Example of using Observer design pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-observer-pattern-in-typescript-f6589f1ce4fc
—-
#tips #snippets #observer #pattern #proxy #esm
DEV Community
19 Practical ES6 Snippets to Solve Common JS Problems 🚀💯
In our developer workflow, we often encounter challenging problems that might require just a few...
A collection of useful Google Chrome extensions for web developers
https://dev.to/naubit/10-must-have-chrome-extensions-for-web-developers-5dih
#chrome #extension
https://dev.to/naubit/10-must-have-chrome-extensions-for-web-developers-5dih
#chrome #extension
DEV Community
10 Must-Have Chrome Extensions for Web Developers 🚀🌐
The Chrome browser came out all the way back in 2008 and has grown exponentially since; as of October...
Some alternative Heroku hosting services that are still free until now
https://dev.to/jainilprajapati/7-fantastic-heroku-alternatives-4jf8
#heroku #alternative
https://dev.to/jainilprajapati/7-fantastic-heroku-alternatives-4jf8
#heroku #alternative
DEV Community
7 Fantastic Heroku Alternatives
Today, Heroku is well known among developers for taking care of the infrastructure supporting...
How to install Kali Linux to a computer or laptop
https://www.freecodecamp.org/news/how-to-install-kali-linux/
#times #linux
https://www.freecodecamp.org/news/how-to-install-kali-linux/
#times #linux
freeCodeCamp.org
How to Install Kali Linux on Your Computer
Kali Linux (formerly known as BackTrack) is an open-source Linux distro developed and funded by Offensive Security. It’s basically an ethical hacker's dream operating system, because it has most of the tools you'll ever need built-in. From Metasploi...
Creating simple page animations in React JS
https://www.freecodecamp.org/news/animate-react-apps/
---
Practice creating a screen sharing app with React JS and Puppeteer Node JS
https://dev.to/novu/building-an-interactive-screen-sharing-app-with-puppeteer-and-react-12h7
---
#react #animation #puppeteer #screensharing
https://www.freecodecamp.org/news/animate-react-apps/
---
Practice creating a screen sharing app with React JS and Puppeteer Node JS
https://dev.to/novu/building-an-interactive-screen-sharing-app-with-puppeteer-and-react-12h7
---
#react #animation #puppeteer #screensharing
freeCodeCamp.org
How to Animate Your React Apps with 1 Line of Code
Animations have the powerful ability to turn a boring, static application into a more dynamic, memorable experience for your users. In general, animations can be quite difficult to set up, especially if you intend to animate multiple components in y...
Long practice using Jenkins by creating CI/CD pipelines
https://www.freecodecamp.org/news/learn-jenkins-by-building-a-ci-cd-pipeline/
#jenkins
https://www.freecodecamp.org/news/learn-jenkins-by-building-a-ci-cd-pipeline/
#jenkins
freeCodeCamp.org
Learn Jenkins by Building a CI/CD Pipeline – Full Course
Jenkins is an open source automation server which makes it easier to build, test, and deploy software. We just published a video course on the freeCodeCamp.org YouTube channel that will teach you about Jenkins by showing you how to build a CI/CD pipe...
Long practice from Lama Dev building MERN Stack application with CRUD and MySQL database
https://www.youtube.com/watch?v=fPuLnzSjPLE
#lamadev #crud #mysql #nodejs #mern
https://www.youtube.com/watch?v=fPuLnzSjPLE
#lamadev #crud #mysql #nodejs #mern
YouTube
React Node.js MySQL CRUD Tutorial for Beginners
MySQL CRUD Operations using Node.js and React. CRUD Real-world Project from scratch. Create, Read, Update and Delete data using a MySQL database.
If it is valuable to you, you can support Lama Dev.
Join: https://www.youtube.com/channel/UCOxWrX5MIdXIeRNaXC3sqIg/join…
If it is valuable to you, you can support Lama Dev.
Join: https://www.youtube.com/channel/UCOxWrX5MIdXIeRNaXC3sqIg/join…
Tips in front end web programming
https://javascript.plainenglish.io/coding-guideline-and-best-practices-for-frontend-dfdb4587afa9
#frontend #tips
https://javascript.plainenglish.io/coding-guideline-and-best-practices-for-frontend-dfdb4587afa9
#frontend #tips
Medium
15 Coding Guidelines & Best Practices for Frontend
Follow these coding guidelines and adopt these best practices to ensure code quality and bug-free code.
Some websites that provide important services in application development
https://medium.com/codingthesmartway-com-blog/7-absolute-killer-websites-youll-love-as-a-developer-f155cb127ad8
#web #service #dev
https://medium.com/codingthesmartway-com-blog/7-absolute-killer-websites-youll-love-as-a-developer-f155cb127ad8
#web #service #dev
Medium
7 Absolute Killer Websites You’ll Love As A Developer
In the following article you can find 10 killer website and services you need to know as a developer. These killer services can make you…
Get to know the HTML 5 tag called the details tag
https://css-tricks.com/more-details-on-details/
---
Practice making a simple web portfolio with HTML, JavaScript and CSS
https://www.codewithrandom.com/2022/09/16/portfolio-website-html-and-css-2/
---
Some things you can do with CSS alone without needing JavaScript
https://javascript.plainenglish.io/5-surprising-things-you-can-do-with-css-instead-of-javascript-ce62eb3baf96
---
Explanation of alt text in image tags and examples of their use
https://www.freecodecamp.org/news/what-is-alt-text-image-alt-text-html-example/
#html5 #tags #alt #details #portfolio #css
https://css-tricks.com/more-details-on-details/
---
Practice making a simple web portfolio with HTML, JavaScript and CSS
https://www.codewithrandom.com/2022/09/16/portfolio-website-html-and-css-2/
---
Some things you can do with CSS alone without needing JavaScript
https://javascript.plainenglish.io/5-surprising-things-you-can-do-with-css-instead-of-javascript-ce62eb3baf96
---
Explanation of alt text in image tags and examples of their use
https://www.freecodecamp.org/news/what-is-alt-text-image-alt-text-html-example/
#html5 #tags #alt #details #portfolio #css
CSS-Tricks
More Details on `details` | CSS-Tricks
A lot of chatter around the ol' <details> and <summary> elements lately! I saw Lea Verou recently tweet an observation about the element's display
10 Useful JavaScript Coding Techniques That You Should Use
https://javascript.plainenglish.io/10-useful-javascript-coding-techniques-that-you-should-use-f20bf9b8a7dd
#javascript #tips
https://javascript.plainenglish.io/10-useful-javascript-coding-techniques-that-you-should-use-f20bf9b8a7dd
#javascript #tips
Medium
10 Useful JavaScript Coding Techniques That You Should Use
Make your JavaScript more readable and extensible with these code tips.
Domain modeling for frontend applications using TypeScript
https://tech.cornershop.io/domain-modeling-for-frontend-applications-using-typescript-2bc162fd94a0
#typescript
https://tech.cornershop.io/domain-modeling-for-frontend-applications-using-typescript-2bc162fd94a0
#typescript
Medium
Domain modeling for frontend applications using TypeScript
Thanks to Rafael Poveda and Abel Fernández for proof reading this article ❤️
Tips for debugging React JS applications with VS Code
https://dev.to/profydev/how-to-debug-react-apps-with-vs-code-boost-your-debugging-productivity-1k05
#vscode #react #debugging
https://dev.to/profydev/how-to-debug-react-apps-with-vs-code-boost-your-debugging-productivity-1k05
#vscode #react #debugging
DEV Community
How To Debug React Apps With VS Code - Boost Your Debugging Productivity
Debugging a React app can be a painful process. Speed up your workflow with the VS Code debugger and decrease friction. Good news: It's super simple.
Creating a page loading progress bar in Next JS
https://blog.logrocket.com/how-to-build-a-progress-bar-indicator-in-next-js/
---
Long practice on adding page animation effects in React JS
https://www.freecodecamp.org/news/create-a-portfolio-with-react-featuring-cool-animations/
---
#react #nextjs #progressbar #animation
https://blog.logrocket.com/how-to-build-a-progress-bar-indicator-in-next-js/
---
Long practice on adding page animation effects in React JS
https://www.freecodecamp.org/news/create-a-portfolio-with-react-featuring-cool-animations/
---
#react #nextjs #progressbar #animation
LogRocket Blog
How to build a progress bar indicator in Next.js - LogRocket Blog
Learn how to use Next.js Router events to create a progress bar indicator and then customize the loader with styling and animation.
Practice making a Dev To replica with MERN Stack
https://dev.to/marodevv/built-a-devto-replica-with-the-mern-stack-and-more-fbd
---
Practice building a web application with React JS
https://blog.logrocket.com/building-stateful-web-apps-without-react/
#devto #mern #nodejs #react
https://dev.to/marodevv/built-a-devto-replica-with-the-mern-stack-and-more-fbd
---
Practice building a web application with React JS
https://blog.logrocket.com/building-stateful-web-apps-without-react/
#devto #mern #nodejs #react
DEV Community
💁♂️ Built a Dev.to replica with The MERN stack and more
Dev.to-clone A Dev.to clone created with MERN stack and more (Essentially FB without stories...
Some features of the latest version of Node JS that people rarely know about
https://dev.to/renhiyama/features-in-nodejs-that-you-might-have-missed-mpc
#nodejs #feature
https://dev.to/renhiyama/features-in-nodejs-that-you-might-have-missed-mpc
#nodejs #feature
DEV Community
Features In Nodejs that you might have missed! 🪁
Hey there, it's your dev Ren again! Thanks to everyone who read my last week's post on Make it Short...
Basic practice adding GraphQL support to Node JS Backend
https://javascript.plainenglish.io/getting-started-with-graphql-api-with-node-js-backend-support-aab39c841861
#nodejs #graphql
https://javascript.plainenglish.io/getting-started-with-graphql-api-with-node-js-backend-support-aab39c841861
#nodejs #graphql
Medium
Getting Started with GraphQL API with Node.js Backend Support
GraphQL enables fetching data from the server efficiently by reducing the number of network calls
Comparison between Tauri JS and Electron JS for creating desktop applications
https://blog.logrocket.com/tauri-electron-comparison-migration-guide/
#desktop #tauri #electron
https://blog.logrocket.com/tauri-electron-comparison-migration-guide/
#desktop #tauri #electron
LogRocket Blog
Tauri vs. Electron: A comparison, how-to, and migration guide - LogRocket Blog
Let's explore Tauri, a new desktop application framework. We'll look at how to get started using it, how it works, and more.