Node.js AWS Deployment Cheatsheet
A one stop cheatsheet for deploying your Node.js application to production using AWS with a Custom Domain
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
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.
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.
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.
JDBC Fundamentals
This blog post gives a introduction to JDBC and describes the steps involved in the connection.
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.
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.
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.
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.
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.