Abdullah Al Masumaamasum.hashnode.dev·17 hours agoUnderstanding Composition in Object-Oriented ProgrammingComposition is a "has-a" relationship in object-oriented programming. It describes a relationship where one class contains an instance (or instances) of another class. Importantly, the lifetime of the contained objects depends on the lifetime of the ...OOPoop
Dominik Grabińskidgrabinski.hashnode.dev·Feb 12, 2025Part 2: Good and bad practices at APEX! DevelopmentPart 1: analysis Part 2: development Part 3: release to production and beyond APEX Developer = Full stack developer An APEX developer often acts as a full-stack developer, managing the entire lifecycle of an application - from analysis to production...40 readsOracle
Pierre-Henry Soriapierrehenry.hashnode.dev·Feb 1, 2025Use Doppler instead of traditional .env files 🍕Why companies should ditch .env files for Doppler? Okay, let’s face it, it has always been quite archaic to share the right updated .env files between developers. This occurs either during the onboarding process when new engineers start working withi...Environment variables
Devrajsinh Jhaladevraj-jhala.hashnode.dev·Mar 20, 2024Become a pro committer with husky and commitlintHello everyone, welcome to the new blog where we will be discussing about how you can upgrade your commits, your changes and your codebase to achieve proper documentation and code structure. In this blog, we will learn about husky and commitlint, and...good practices
Nilesh Rautnileshraut.hashnode.dev·Mar 3, 2024Good Practice for Full Stack Developers in 2024 🚀Mastering the Craft: Good Practice for Full Stack Developers in 2024 🚀 In the rapidly evolving landscape of technology, Full Stack Developers stand at the forefront, navigating through front-end and back-end territories with equal prowess. As we ste...Full Stack Development
Sanskar Guptasans.hashnode.dev·Feb 22, 2024How to design a good APIWe can find web services and APIs (Application Programming Interfaces) everywhere, but many are painful to use. Have you ever connected a web service using its API and wondered, "What were they thinking?" We have, and connecting services via API can ...1 likeAPIs
Daherdaher.hashnode.dev·Dec 25, 2023A CSS problem of 8M dollars and how to solve it !Picture this:Your company has just launched a new product or service, eagerly awaited by the market. The marketing campaign is in full swing, and customers are flocking to your website, cards in hand, ready to make their purchases. But then..., unexp...46 readsCSS
Aresfibbonachos.hashnode.dev·Oct 6, 2023Advanced TypeScript: Unleashing the Power of Static Typing in JavaScriptWhile TypeScript includes all JavaScript features, it also introduces several advanced features that set it apart and make it a compelling choice for complex projects. In this article, we will dive deep into some of these advanced features of TypeScr...31 likes·51 readsTypeScript
Pierre-Henry Soriapierrehenry.hashnode.dev·Aug 29, 2023Commit message guidelinesThe 2 most important guidelines when committing your code Commit Messages Commit Commits Commit messages 📝 Commit messages play a big role in the understanding of every change. They should be short, clear and explicit. They should clearly say wh...GitHub
Pierre-Henry Soriapierrehenry.hashnode.dev·Aug 29, 2023Write Clean, Efficient & Scalable CodeClean Code Guideline for JavaScript Developers Learn the best practices and coding standards for clean and professional quality code that lasts long. Every day, I review hundreds of lines of code. Brand new micro-services, new features, refactoring, ...34 readsclean code