Node.js AWS Deployment Cheatsheet

A one stop cheatsheet for deploying your Node.js application to production using AWS with a Custom Domain
Read more →

Deploying your Node.js application to production using AWS with Custom Domain & SSL

An in-depth overview of setting up a production environment and deploying your Node.js application onto an AWS EC2 Instance with a ssl enabled custom domain
Read more →

Introduction to Docker and Dockerizing Node.js applications

An overview of docker with a short post describing the configuration of a docker container to run your Node.js app.
Read more →

How to deploy a sub directory to Heroku with a Monorepo codebase ?

Stuck on deploying a sub directory from a nested monorepo codebase on Heroku. Well this post describes a simple solution for this problem using git-subtrees.
Read more →

Basics of Cookie Authentication and implementation in Hapi.js

This blog post gives an introduction to Cookie based Authentication and Implementation using Hapi.js, which is a lightweight Node.js framework.
Read more →

JDBC Fundamentals

This blog post gives a introduction to JDBC and describes the steps involved in the connection.
Read more →

A Quora answer to the question where can I use R Programming in Machine Learning ?

A brief blog post describing the usecases of R programming in Machine Learning. Broadly, there are three kinds of machine learning algorithms. Supervised Learning, Unsupervised Learning and Reinforcement Learning.
Read more →

Shorts: How to start coding from scratch?

A brief blog post describing how to start learning to code from scratch along information of basic computer science tidbits.
Read more →

Shorts: What can you achieve using Python?

Python has a lot of practical use cases in scripting, building web backends, automation, data science, machine learning and artificial intelligence.
Read more →

What is a CTF (Capture the Flag) tournament ?

Capture the Flag (CTF) is a computer/information security competition where they serve as an educational exercise to give participants experience in securing a machine, as well as conducting and reacting to the sort of attacks found in the real world.
Read more →

First Blog! My most viewed Quora Post

This is my most viewed Quora answer, so dedicated my first blog post to describe a simple algorithm to find the sum of the first 50 numbers.
Read more →