PinnedPublished inJavaScript in Plain English9 Naming Tricks Every Developer Should Know to Avoid HeadacheCode with poor naming is difficult to read, and hard-to-read code is like a ticking time bomb. Sooner or later, you’ll have to revisit it…Sep 16, 202430Sep 16, 202430
PinnedPublished inJavaScript in Plain EnglishNative Git Hooks: Bye Bye, Husky!Husky, a widely-used NPM package, has become the go-to choice for developers looking to integrate Git hooks into their projects. Boasting…May 8, 202416May 8, 202416
Published inJavaScript in Plain EnglishOne-Click Dark Mode: Change Your Web App in Minutes!Dark mode is super popular these days, with tons of people wanting that dark theme in apps. It’s basically becoming the usual online. The…Nov 12, 20244Nov 12, 20244
Published inJavaScript in Plain EnglishAdapter Design Pattern: Still Relevant or a Thing of the Past?While paradigms may evolve, the essentials remain constant.Oct 22, 20246Oct 22, 20246
Published inLevel Up CodingThe Four Pillars of a Dream TeamWhat a dream team means for me as a manager, highlighting four key traits: diversity, a results-driven mindset, openness, and adaptability.Oct 21, 20243Oct 21, 20243
Published inJavaScript in Plain EnglishEvery Software Engineer Must Know This: Separation of ConcernsUnderstand the importance of SoC, balance Coupling and Cohesion!Oct 16, 20248Oct 16, 20248
Published inJavaScript in Plain EnglishAce Your JavaScript Interview: All About Object.freeze and Object.seal + Object.preventExtensions!Key insights for navigating object mutability in JavaScript.Oct 8, 20245Oct 8, 20245
Published inJavaScript in Plain English10 Practical Tips for Writing Functions Efficiently to Elevate Your Coding SkillsLet’s continue our discussion on code quality by exploring more best practices. Sometimes, we write code unconsciously, without…Oct 7, 202412Oct 7, 202412
Published inLong. Sweet. Valuable.5 Essential Tips for Truly Disconnecting From Work On VacationSometimes a single phrase, casually spoken by someone, sticks in your mind for a long time, maybe even forever. Just the other day, I…Oct 6, 202413Oct 6, 202413
Published inJavaScript in Plain EnglishWhy Every Developer Should Know the Repository Pattern: Typescript and MobX ExampleHey everyone! Today, let’s discuss the Repository Pattern. Don’t worry, I’ll keep it straightforward and engaging. I know that the…Sep 30, 202418Sep 30, 202418