Upfronting

Thoughts, deep-dives, and experiences over tech life.


Latest Post

Shallow merging on GitHub

How to merge specific changes into feature branch interactively

Read article

Push tags on GitHub

Learn about the best approach of pushing a tag on github, unlike separate push for tag and package version it is better to combine them into one single command.

Read article

Barrel file in React Eco-System

Why do we need a barrel file in modern react codebases, how do we use it?, Why modern react codebases loves the barrel file

Read article

The Git Universe

Git is a distributed version control system that allows developers to track changes in source code during software development.

Read article

JavaScript in Oneshot

In JavaScript, We create variables to hold data. Variables are like containers in which we store some data.

Read article

The HTML

Every website we visit the actual backbone is HTML, The core of every website.

Read article