Shital Shah
Shital Shah
Home
Posts
About
Light
Dark
Automatic
Developers
Git Workflow: Branch - Rebase - Squash - Merge
So you want to make a change to your git repo while other people may also be simultaneously working on the same repo. As it takes you longer to make your changes, there is a greater chance that your local repo might already be out of date as other people have pushed their changes.
Feb 26, 2017
6 min read
Developers
How to Enable and Use GCC Strict Mode Compilation
One of the great feature that many C++ programmers rarely use is GCC strict mode compilation. Enabling this lets compiler warn you about any potential issues that might often get unnoticed in build noise.
May 24, 2016
5 min read
Developers
Downloading All of Hacker News Posts and Comments
Introduction There are two files that contains all stories and comments posted at Hacker News from its start in 2006 to May 29, 2014 (exact dates are below). This was downloaded using simple program available I wrote Hacker News Downloader by making REST API calls to HN’s official APIs.
May 31, 2014
4 min read
Developers
,
Software
Five Good Books On Microsoft .Net Framework
In a programming world, to do a criticism against anything and everything Microsoft does is like putting up a fashion statement by beautiful models with their useless cloths. But after spending years in intensive computer programming, Microsoft .
Dec 26, 2002
3 min read
Developers
Cite
×