Python-like Error Handling In TypeScriptIt’s no secret that Python is a well-liked language and generally one of the first languages folks pick up. JavaScript and it’s typed…Sep 2, 2024Sep 2, 2024
How To Move Lightning Fast: Backend Architecture EditionOftentimes your ability to create and sell a new product, or retain your existing users, depends on how fast you can ship new features…Aug 30, 2024Aug 30, 2024
Localhost, 127.0.0.1, or 0.0.0.0?Docker simultaneously is one of my favorite pieces of software because when it works it makes our lives much easier and least favorite…Aug 19, 2024Aug 19, 2024
Why MongoDB is Best Left To Experienced TeamsSometimes I feel like Medium is filled with articles evangelizing the newest technology with titles like, “Why Rust Is The Best Language In…Aug 2, 20241Aug 2, 20241
PSA: You Can Run Integration Tests Via Docker Compose in Github ActionsTesting is one of those things that most of us dislike but we all must do. Testing is an absolutely integral part of the SDLC. Luckily…Jun 5, 2023Jun 5, 2023
The Anatomy of a JWTJSON Web Tokens for JWTs for short are omnipresent in 2023. Whatever the authentication method, it’s probable that a JWT is involved. This…Jun 4, 20231Jun 4, 20231
Understanding a Hash Map by Implementing in RustHash maps go by many different names. Dictionaries, objects, records and maps are all more or less synonymous with hash map. They are also…May 31, 2023May 31, 2023