LATEST ARTICLES BY MacBobby Chibuzor

Latest articles curated daily by MacBobby Chibuzor.

Definitive Guide to Software Architecture with Golang

By MacBobby Chibuzor. Updated Sun Sep 03 2023

As a backend engineer, it is essential to understand the principles of structuring applications and adopting architectural patterns that facilitate scalability, maintainability, and efficient code organization.

This article will delve into structuring Go applications.

Also, we will explore the Hexagonal Architecture, providing insights and best practices that can greatly benefit backend engineers.

Definitive Guide to Software Architecture with Golang

No matter the chosen structure, there are commonly named folders across existing Go projects:

Rust for Backend Development

By MacBobby Chibuzor. Updated Mon Sep 25 2023
Rust for Backend Development

This comprehensive guide will explore why Rust is an excellent choice for backend development, its unique features, libraries, and tools, and how to get started with Rust for building robust and secure backend systems.