Browsing Category
Software
12371 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Solve: objects are not valid as a react child
In React development, encountering the error message “objects are not valid as a React child” is a common…
SOLID Principles- Do You Really Understand Them?
SOLID Principles are one of those things that every developer has heard of but few fully understand. If…
Writing JSON to a file
Here you will be able to write into a json file in a few with help of the…
Streamlining Design to Code Workflow: How I Created a Figma Plugin to Convert Designs into ReactJS Design System Components
Introduction In today’s fast-paced tech world, efficient design-to-code workflows are crucial for seamless product development. As a Senior…
Create your own Snake Game🤩 with Javascript!
Excited to build your own Snake Game? 😃 Checkout the complete code here This project is completely built…
Password isn’t dying
Introduction Last year, there were news articles circulating on the internet claiming that big tech companies like Apple,…
Por que você não deve desistir de se tornar um desenvolvedor(a): uma jornada de 💻código,☕café e 😁memes.
Olá, pessoal! Se você está lendo este artigo, provavelmente é porque está pensando em trilhar o incrível caminho…
JavaScript localStorage: The complete guide
Introduction JavaScript localStorage is basically storage that is in the browsers Window Object. You can store anything in…
A Guide to Coding Standards to Improve Code Quality
Cover Image by Freepik Introduction Writing code is easy but writing readable code is tricky. When working as…
No, you don’t need to test every line of your CDK application
Several people have asked me about unit testing CDK applications recently. The questions often go something like this:…