Logo Aaryan's Blog

NodeJS

Connect to Mongodb Atlas Using Mongoose

I'm a big fan of MongoDB. One of these days, I had to deploy a MERN stack app to a shared server. It's hard to find NoSQL database support in these shared environments. MongoDB Atlas seems like a goo ...

Just did my first professional TypeScript project

After 4-5 years with JavaScript (and loving it), I finally decided to give TypeScript a chance. Just coded a contract-based project with it. Both backend and frontend (react) were programmed in TypeS ...

How to pass socket.io to express routes in files?

Socket.io is a popular library used to enable live (real-time) communication across server and client(s). It uses events to receive to transmit data. We'll be discussing how to use it with Express rou ...

MERN Stack vs Laravel - From a Developer's perspective

I've personally used both Laravel and MERN stack, and still have ongoing projects with both. There are many things to consider before choosing a stack to work with. For me, it boils down to the foll ...

Deploying Headless Puppeteer - Things to Take Care Of

Do you love Web Automation? Well, if you do, you must be familiar with Puppeteer. My encounter with Puppeteer So recently I got a project which required data from social media giants like Facebook, ...

How to Setup Https on Express Server Using Letsencrypt

Not having SSL these days just won't do. After deploying my personal website, I couldn't help but notice that Chrome and Safari were showing 'not secure' in the address bar. Setting up SSL is quite ...

Page 1 of 1