@Liton48
Learn,Practice,Learn!
Nothing here yet.
Nothing here yet.
Sep 3, 2025 · 5 min read · Imagine joining a project and opening the git log, only to be met with a chaotic stream of commit messages: "Update", "fix bug", "final changes", "minor changes", and the notorious "abcd." These messages hint at what happened, but they tell a confusi...
Join discussionAug 27, 2025 · 5 min read · When I first started with Go, I noticed something interesting: many developers seemed obsessed with pointers. Even for tiny structs, I'd see code like: func NewUser(name *string, age *int) *User I thought, "Okay, pointers must be the professional wa...
Join discussionMar 16, 2025 · 6 min read · In today's microservices-driven world, efficient and reliable communication between services is paramount. gRPC, a modern open-source high-performance Remote Procedure Call (RPC) framework, has emerged as a powerful solution for this challenge. Let's...
Join discussionMay 23, 2024 · 4 min read · Think of partitioning like organizing your closet by seasons. Instead of having all your clothes jumbled together, you divide them into sections: summer, winter, spring, and fall. This way, when you need a summer outfit, you only look in the summer s...
Join discussion