Did you know that you can navigate the archive pages by swiping left and right?
I’m so excited to share that I had the opportunity to be a speaker for the GirlScript West Bengal Regional Summit 2020 and share my experience of how I started my journey in opensource.
Motivation
I believe it is very hard to cross that barrier sitting right before we make our first contribution and it upsets me when students, lacking... more
I recently had to setup metrics monitoring for a node.js application that I have been running using PM2 clusters. This article provides an approach to do the same and I believe should be helpful to anyone wanting to collect metrics and setup grafana dashboard for their application which uses PM2 as a process manager and runs in cluster mode.
PM2... more
You do not need a big amount of investment to start investing in stock market.
I recently have started to learn about personal finance; it’s definitely fun to realize those minute mistakes and habits that can lead to big savings and early retirement. As a first step, I planned to make myself aware of the nits and bits of the... more
After completing Technical Writing One course from Google, I’ve finally finished the Technical Writing Two. This write up contains my notes and is aimed at anyone looking to review the learned concepts in a quick go.
Self-editing
Think like your audience; read your draft from their point of view. Define a persona for the audience. Specify if audience needs to... more
I recently did the Technical Writing One and below are my notes from the same. The notes are arranged in the topic wise manner as is the pre-class material for the course.
Words
Define new or unfamiliar terms; do not reinvent the wheel. Collect definition of unfamiliar terms in a glossary if too many. Use name consistently, do not change... more
This writeup summarises my experience of building a GraphQL API using Node.js and MongoDB. I’ve found it easy to develop APIs that have CRUD operations of fairly medium complexity and do not have many layers of authorization to access data. It is also fabulous how well all three technologies; Node, Mongo, and GraphQL integrate without any issues. You can find... more
I recently had the opportunity to work on a large dataset (roughly 1TB) and analyze it using Python for filtering data based on some given parameters. In this post, I’ll be summing up how I accomplished the task using Python and used various measures to make the filtering process efficient.
Task Details
We have a large number of gzip files... more