ββBecoming a full-stack developer is the goal of a lot of developers. Being able to create a complete software product, getting to understand how the whole system work and the very nice wage increase(Over Β£5,500) are all reasons people want to level up their skills and become a full-stack developer.
4 min read
#Fullstack #Serverless #NodeJS #Lambda
4 min read
#Fullstack #Serverless #NodeJS #Lambda
Medium
What you need to become a full-stack serverless developer
The 4 areas of development you need to know to call yourself a full-stack developer
ββTaking up a vital conversation is made simple by the persistent development of WebRTC that wholly magnifies the video/audio communication for βEnterprisesβ and βProfessionalsβ.
5 min read
#WebRTC #NodeJS #JavaScript
5 min read
#WebRTC #NodeJS #JavaScript
Medium
How to Build a Video Call & Voice Chat App in WebRTC Using Javascript/node.js?
Taking up a vital conversation is made simple by the persistent development of WebRTC that wholly magnifies the video/audio communicationβ¦
ββMany people wonder how a single-threaded Node.js can compete with multithreaded back ends. As such, it may seem counterintuitive that so many huge companies pick Node as their back end, given its supposed single-threaded nature. To know why, we have to understand what we really mean when we say that Node is single-threaded.
β± 8 min read
π #NodeJS
βοΈ Donβt forget to say if you liked the article by leaving a comment below this post
β¬οΈ
β± 8 min read
π #NodeJS
βοΈ Donβt forget to say if you liked the article by leaving a comment below this post
β¬οΈ
LogRocket Blog
A complete guide to threads in Node.js - LogRocket Blog
While it is single-threaded, Node.js uses worker threads that allow for a separate execution thread that runs alongside the main thread.
ββA step by step guide to understand the core concepts and build a first extension.
β± 5 min read
π #NodeJS
β± 5 min read
π #NodeJS
Medium
Native Extensions for Node.js
A step by step guide to understand the core concepts and build a first extension
ββNode.js works in single-threaded, non-blocking performance, working as a single process in CPU. No matter how powerful server is used and the resources utilized, what a single-threaded process can do is limited. Node.js is designed for building distributed applications with multiple nodes, hence the name Node.js.
β± 6 minutes read
#NodeJS
β± 6 minutes read
#NodeJS
Medium
Make NodeJs handle 5x request with 99.9% uptime adding 10 lines of code
Scale your NodeJs Server to Utilize Full Resources
ββThe purpose of this article is to provide a complete insight about GraphQL and its usage with Node.js along with discussing its salient features and some of its advantages and disadvantages.
β± 6 minutes read
#GraphQL #NodeJS #ExpressJS
β± 6 minutes read
#GraphQL #NodeJS #ExpressJS
Medium
How to Create GraphQL API using Node.js and Express
Intermediate level knowledge on GraphQL with Node.js and Express.js
ββNodejs is a javascript runtime environment. So, what exactly is the javascript runtime? You may be familiar with the term javascript. Javascript is a programming language that you may use to control your DOM in your browser and helps to play with the page loaded in the browser
β± 5 minutes read
#NodeJS
β± 5 minutes read
#NodeJS
ββJamstack is out for a while. For most of us (developers) statically pre-rendered React websites are no wonder: page routing in the browser, βblazing-fastβ (as they usually call it) experience, etc.
β± 6 minutes read
#CMS #NextJS #React #NodeJS
β± 6 minutes read
#CMS #NextJS #React #NodeJS
Medium
Remaking WordPress in JS stack. Hello to a new CMS for Next.js websites.
Motivation
ββAccording to the StackOverflow developers survey, Node.js is the most popular development framework among developers from the last few years. It is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a V8 engine.
β± 5 minutes
#NodeJS
β± 5 minutes
#NodeJS
Medium
10 best practices every Node.js developer must follow
According to the StackOverflow developers survey, Node.js is the most popular development framework among developers from the last fewβ¦
ββSince the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, and may not end anytime soon. What we often overlook in these debates is that every programming language and platform is criticized based on certain issues, which are created by how we use the platform.
β± 7 minutes read
#NodeJS
β± 7 minutes read
#NodeJS
Medium
9 Common Mistakes Node.js Developers Make
Since the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, andβ¦
ββJavaScript is the most commonly used programming language in the developer community. Node.js has extended the capabilities of JavaScript to the server-side, empowering developers to build an entire application using a single programming language and thus simplifying coding and maintenance.
β± 8 minutes read
#NodeJS
β± 8 minutes read
#NodeJS
Medium
10 Best Node.js Framework in 2021
JavaScript is the most commonly used programming language in the developer community. Node.js has extended the capabilities of JavaScriptβ¦
ββTo give a bit of context, I am a Discord admin on a small server about development, and we recently got a report from one of our users that someone was trying to get him to download an EXE file.
β± 4 minutes read
#NodeJS #Malware
β± 4 minutes read
#NodeJS #Malware
Medium
How I reversed a NodeJS malware and found the author
To give a bit of context, I am a Discord admin on a small server about development, and we recently got a report from one of our users thatβ¦
ββNodeJS has released the new version of NodeJS, which is named NodeJS 18 and it offers plenty of new features for developers to take advantage of. These new features are quite useful to every developer as they help in improving productivity and increasing performance as well. This article will talk about some of the important new features that you should start using if youβre running an existing application on NodeJS or want to start building one from scratch.
β± 3 minutes read
#NodeJS
β± 3 minutes read
#NodeJS
Medium
NodeJS 18 is HERE! 3 Features that will blow your mind π€―
Stanalone Test Runner, Fetch (Experimental) Support, V8 Engine (not a car) and more!
π1
ββSo when most of the people talks about performance, I had seen many stories or blogs which says mostly about β optimize queries to dB, cache using redis, checking time complexity of code etc
β± 5 minutes read
#NodeJS
β± 5 minutes read
#NodeJS
Medium
How to increase NodeJS performance (advance topic) Part 1
So when most of the people talks about performance, I had seen many stories or blogs which says mostly aboutβββoptimize queries to dBβ¦