Joshua EtimBackend 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 26Aug 26
Joshua EtimBackend development in Golang — REST API testing (Part 1)Why testing your service as a whole is 10x better than conventional code tests. Aug 17Aug 17
Joshua EtiminLevel 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 10Aug 10
Joshua EtimHow 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 10Feb 10
Joshua EtiminOperations 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
Joshua EtimUnderstanding 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
Joshua EtimBuild 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
Joshua EtimCore JWT with LaravelUsing JWT at its core for authentication in web applications. We will be using the php-jwt package to authenticate users…Aug 6, 20223Aug 6, 20223
Joshua EtimUnderstanding Tests in GolangAll software development projects come with their fair share of bugs, and the time it takes to detect and correct them varies based on the…Jul 14, 2022Jul 14, 2022
Joshua EtiminLevel Up CodingAPI Authentication with Laravel + JWTIntroductionApr 6, 20223Apr 6, 20223