Jul 11, 2025 · 9 min read · You’ve seen it. I’ve seen it. I’ve walked into companies where the network topology looks less like a deliberate architecture and more like a digital swamp. Multiple, disconnected VPCs, created manually through the AWS console, each a unique "snowfla...
Join discussion
Apr 21, 2025 · 8 min read · “If you give TypeScript the right limits, it’ll give you superhero-like code.”— A sleep-deprived dev at 3AM (probably me) 👋 Hey Gocoders! Heyo! Welcome (or welcome back!) to Gocoding — where I learn in public, mess up in public, and somehow still s...
Join discussion
Jan 17, 2025 · 5 min read · What is CloudFormation CloudFormation is AWS native Infrastructure as Code (IaC) service. It allows for modelling, provisioning and managing of AWS resources in a structured, repeatable, and automated way. With CloudFormation, you do not need to indi...
Join discussion
Jan 14, 2025 · 3 min read · Scalable Vector Graphics are reliable and high quality graphics which are often used as icons. Unlike JPGs and PNGs, SVGs won’t lose quality in any screen resolution and at any zoom level. We can use these SVGs to reduce our build size exponentially ...
Join discussion
Dec 28, 2024 · 4 min read · Code readability is one of the most crucial aspects of software development that often gets overlooked in favor of functionality and performance. While writing code that works is important, writing code that other developers (including your future se...
Join discussionOct 8, 2024 · 4 min read · As a developer, I’ve been fed a consistent message throughout my career: Don’t Repeat Yourself (DRY). Every course I've taken, whether from Andrei, Angela, John, or other instructors, has drilled this principle into my head. The message is always the...
Join discussion
Sep 17, 2024 · 3 min read · In software development, writing clean, maintainable, and scalable code is important. One principle that plays a crucial role in achieving this is DRY—Don't Repeat Yourself. DRY encourages reducing repetition in code by centralizing logic and compone...
Join discussion
Sep 3, 2024 · 5 min read · 👨🏽💻This article, will explain in detail how to create reusable modules in Terraform, define input variables, and output values from modules👨🏽💻 🌌Synopsis: ⛳ Learn the fundamentals of working with modules in Terraform and how to structure your...
Join discussion
Apr 17, 2024 · 3 min read · The Single Responsibility Principle (SRP) is a fundamental concept in software design that emphasizes creating well-defined, modular units of code. In the world of React development, where components are the building blocks of user interfaces (UIs), ...
Join discussion