Get to know the JavaScript runtime called Bun
https://blog.logrocket.com/bun-javascript-runtime-taking-node-js-deno/
#bun #runtime #nodejs
https://blog.logrocket.com/bun-javascript-runtime-taking-node-js-deno/
#bun #runtime #nodejs
LogRocket Blog
Bun: The JavaScript runtime taking on Node.js and Deno - LogRocket Blog
Explore Bun, a new, blazing fast JavaScript runtime that has features like first class integration of TypeScript and JSX.
Forwarded from 👨💻Coder Blast🌋
Forwarded from 👨💻Coder Blast🌋
1. Free Code Camp -
https://www.freecodecamp.org
2. W3Schools -
https://www.w3schools.com/
3. Developer Mozilla https://developer.mozilla.org
4.W3resource
https://w3resource.com/
5. Css-tricks
https://css-tricks.com/
Share 🚀
Follow @coderblast
https://www.freecodecamp.org
2. W3Schools -
https://www.w3schools.com/
3. Developer Mozilla https://developer.mozilla.org
4.W3resource
https://w3resource.com/
5. Css-tricks
https://css-tricks.com/
Share 🚀
Follow @coderblast
Forwarded from 👨💻Coder Blast🌋
Full MERN stack developer interview questions 💚
1. React Js Interview Questions
https://github.com/sudheerj/reactjs-interview-questions
2. Javascript Interview Questions
https://github.com/sudheerj/javascript-interview-questions
3. Node Js Interview Questions
https://github.com/learning-zone/nodejs-interview-questions
https://github.com/Gauthamjm007/Backend-NodeJS-Golang-Interview_QA
4. MongoDB Interview Questions
https://github.com/learning-zone/mongodb-interview-questions
#reactjs #javascript #developer #interview #nodejs
1. React Js Interview Questions
https://github.com/sudheerj/reactjs-interview-questions
2. Javascript Interview Questions
https://github.com/sudheerj/javascript-interview-questions
3. Node Js Interview Questions
https://github.com/learning-zone/nodejs-interview-questions
https://github.com/Gauthamjm007/Backend-NodeJS-Golang-Interview_QA
4. MongoDB Interview Questions
https://github.com/learning-zone/mongodb-interview-questions
#reactjs #javascript #developer #interview #nodejs
Ten Talks from JSConf Budapest 2022
Took place a few weeks ago and these are good quality recordings. Gil Tayar’s talk about the type annotations proposal is a good place to start.
https://www.youtube.com/playlist?list=PL37ZVnwpeshGuMZrOZzEo8QLBjjpbtBGm#budapest2022
#conf2022
Took place a few weeks ago and these are good quality recordings. Gil Tayar’s talk about the type annotations proposal is a good place to start.
https://www.youtube.com/playlist?list=PL37ZVnwpeshGuMZrOZzEo8QLBjjpbtBGm#budapest2022
#conf2022
YouTube
JSConf Budapest 2022 - YouTube
Some basic Git commands that app developers need to know
https://dev.to/krishnaagarwal/20-git-commands-every-developer-should-know-27o7
#git #command
https://dev.to/krishnaagarwal/20-git-commands-every-developer-should-know-27o7
#git #command
DEV Community
20 Git Commands Every Developer Should Know
20 Git Command I Use All The Time — Git CheatSheet In this article, I just want to lay down a quick...
Training on making real time applications with Node JS, Vue, and Socket IO
https://blog.openreplay.com/rendering-real-time-data-with-vue-node-and-socket-io
#nodejs #vue #socketio
https://blog.openreplay.com/rendering-real-time-data-with-vue-node-and-socket-io
#nodejs #vue #socketio
Introduction to basic multithreading in Node JS backend
https://blog.appsignal.com/2022/07/20/an-introduction-to-multithreading-in-nodejs.html
---
Adding Redis Db into Nest JS API
https://blog.logrocket.com/add-redis-cache-nestjs-app/
---
Practice using Prism ORM on database migration
https://blog.logrocket.com/effortless-database-schema-migration-prisma/
#nodejs #multithread #nest #redis #prisma #migration
https://blog.appsignal.com/2022/07/20/an-introduction-to-multithreading-in-nodejs.html
---
Adding Redis Db into Nest JS API
https://blog.logrocket.com/add-redis-cache-nestjs-app/
---
Practice using Prism ORM on database migration
https://blog.logrocket.com/effortless-database-schema-migration-prisma/
#nodejs #multithread #nest #redis #prisma #migration
Appsignal
An Introduction to Multithreading in Node.js | AppSignal Blog
Let's dive into multithreading and how to use worker threads in Node.
Getting to know the Singleton design pattern in JavaScript
https://www.freecodecamp.org/news/singleton-design-pattern-with-javascript/
---
See the difference between null, undefined, and undeclared
https://dev.to/anewman15/in-javascript-whats-the-difference-between-a-variable-that-is-null-undefined-and-undeclared-j1f
#singleton #pattern #null #undefined
https://www.freecodecamp.org/news/singleton-design-pattern-with-javascript/
---
See the difference between null, undefined, and undeclared
https://dev.to/anewman15/in-javascript-whats-the-difference-between-a-variable-that-is-null-undefined-and-undeclared-j1f
#singleton #pattern #null #undefined
freeCodeCamp.org
Singleton Design Pattern – How it Works in JavaScript with Example Code
At one point or another, you might need to use global state inside your React apps. This lets you have your data in one place and make sure the required components can access it. To help you do this, you'll often use some sort of state management lib...