Everytime I create a project and push it first time to a github repository that is just created, I am reminded that it is not that easy. I face a couple of issues like "authentication failed", "cannot merge unrelated histories", etc. Let's see how we can workaround these issues. The Right Way Lets start with … Continue reading > git init > -m “learnings”
Category: Productivity
Using SQL Server Management Studio Efficiently
Data analysis is probably the only technical work that every role, in addition to developers, in a team is supposed to do for different reasons. These reasons include, verify if a production issue is due to a data issue or notmake minor system configuration changes using an "Update/Insert" statementfind relationship between multiple tables to figure … Continue reading Using SQL Server Management Studio Efficiently
Shortcuts
Everyone loves shortcuts, whether one is driving to their favourite destination or completing a critical task on a friday night. When it comes to the keyboard shortcuts, the three shortcut keys for Copy, Paste and Undo rule the world. We are so used to with these three shortcuts that we do not even realise that … Continue reading Shortcuts