Serving Static Files with Django — It 100% worksServing static files with Django has been a hit-and-miss until one library changed everythingNov 30, 2024Nov 30, 2024
Published inStackademicDon’t Over-Abstract — Stop Writing Code That Only You UnderstandHow can you tell when you’ve gone too far?Nov 11, 2024Nov 11, 2024
Backend development in Golang — REST API testing (Part 2)In the previous part of this series, I emphasized the importance of service tests (which we can technically refer to as integration tests)…Aug 26, 2024Aug 26, 2024
Backend development in Golang — REST API testing (Part 1)Why testing your service as a whole is 10x better than conventional code tests. Aug 17, 2024Aug 17, 2024
Published inLevel Up CodingFrontend for your Backend — Exploring TailwindCSSThis article will show you how to use Tailwind CSS to give your backend projects a good user interface. By the end, you will have created…Aug 10, 2024Aug 10, 2024
How I update documents in MongoDB with GolangYou could have many fields in your Golang struct and updating by $setting multiple fields is quite repetitive. Here’s a better way to do…Feb 10, 2024Feb 10, 2024
Published inOperations Research BitRust — Median, Mode, Strings and Collections ManipulationI’m loving the Rust programming language. It challenges my general approach to programming by forcing me to think in new terms. The Rust…Aug 22, 2023Aug 22, 2023
Understanding Golang Interfaces — A Simple ExplanationAn interface has many definitions and applications in the Go programming language. Generally, we can say an interface defines the behavior…Apr 21, 2023Apr 21, 2023
Build Error Reporter for Golang projectsI have always liked Python’s and Laravel's way of reporting errors, especially in developer mode where you are taken through an actual…Dec 31, 2022Dec 31, 2022