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
Category: express
Posts related to Expressjs
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
Express.js and its File Structuring : Folder Scaffolding
This is originally published as part of my Medium and dev.to Blog The app/file structuring is one way to be Clean Coder. There are no standard structures as such, but, generally followed structure will be discussed below. I am a beginner. As a beginner, I would explain how did I go about this File Structuring … Continue reading Express.js and its File Structuring : Folder Scaffolding