Tag: coding

How I conduct Coding Interviews

How I conduct Coding Interviews

I have been fortunate to get to the other side of the table and ask questions and discuss topics with smart minds in the industry. While some people think interviewing is fun, some think it is a tedious process while a few believe it is sort of overwork above and beyond our day jobs; but…

Read More Read More

Code smells to avoid for a healthy codebase

Code smells to avoid for a healthy codebase

We often write code to the best of our knowledge, but slowly over the weeks, we get a feeling that something is not right. We sense some discomfort with the code but still do not understand clearly what the problem is. This intuition is correct and relatable. These are bad practices, also known as code smells.…

Read More Read More

The Art of writing great Commit Messages

The Art of writing great Commit Messages

All of us are probably familiar with the most commonly used Version Control System, Git. In this blog, I just want to highlight some key points that we should follow while using Git as a team.   We have always heard the saying: Perfect variable and function names do not require any comments or documentation.…

Read More Read More