PinnedScreen Share Not working in Ubuntu: FixedUbuntu 22.04 has a bug which is we can’t share our screen on any platforms.Aug 23, 202215Aug 23, 202215
PinnedA commonly asked question in Node.js interview — What is Event loop?Have you ever given an interview for a position as a Node.js developer?Jun 26, 2021Jun 26, 2021
PinnedNode.js Sending Multipart/form-data from server side(backend)A HTTP multipart request is a HTTP request that HTTP clients construct to send files and data over to a HTTP Server. It is commonly used…Nov 30, 2020Nov 30, 2020
Before starting GO check thisGolang a relatively new programming language, is making quite a noise in the software development community.Jan 28Jan 28
How to send mails with Gmail using nodemailer after less secure app is disabled by Google?The application that I have been working on fine, it send email using nodemailer with gmail. But a while back some modules start to crash…Dec 27, 20221Dec 27, 20221
Create counter app as your first react application.React, a JavaScript library for creating interactive user interfaces(UI) is getting more popular by developers all around the world.Jul 16, 2022Jul 16, 2022
for(… in …) v/s for(… of ..)One of the basic structure of commands used in high-level languages are ‘Loops’.May 15, 2022May 15, 2022
Backup your database using cronThe first question that may arise in our mind is why do we need to back up our database?Feb 13, 2022Feb 13, 2022
How to check and update npm packagesIn our application, we use different npm packages. We need to update the packages from time to time as new versions of packages will be…Sep 17, 2021Sep 17, 2021