Reflecting on My Voyage as an Intern to a Developer

Hi everyone! This is an article that expresses a few major learnings I would like to take away and mistakes I wouldn't want to commit again from my journey, and maybe stand out like a guide book for those who are starting their career in Software Industry. I have tried to put up my learning … Continue reading Reflecting on My Voyage as an Intern to a Developer

SOLID Principles: Write SOLID programs; Avoid STUPID programs

Hi everyone! Previously, in my last article, I had explained some of the must-know fundamental programming principles, which are applicable in any programming paradigm that you follow. Be it Functional or Object-Oriented paradigm/programming, those serve as the primary fundamentals. This article purely speaks of another 5 design principles, most specifically hold good to problems that … Continue reading SOLID Principles: Write SOLID programs; Avoid STUPID programs

Must-Know: Basic Engineering Principles for Programming

Hi everyone! This article would be covering all the basic Engineering Programming Principles to become a better developer or to follow and maintain clean code. One very important thing that we always need to constantly remind ourselves, is that the code we write is consumed by another person/developer as well, going ahead. And, please don’t … Continue reading Must-Know: Basic Engineering Principles for Programming

Object-Oriented Programming Concepts (OOPs) Simplified! ! !

In this article, I would like to introduce a beautiful programming paradigm that solves a lot of real-life problems in terms of programming. Let us look into what is OOPs, the ideology behind OOPs and also main concepts of OOPs. And the complete article would be described in Non Programming terms, i.e., in layman’s terms. … Continue reading Object-Oriented Programming Concepts (OOPs) Simplified! ! !