Published inLevel Up CodingIntroduction to Distributed SystemsIn today’s interconnected and data-driven world, the concept of distributed systems has emerged as a fundamental pillar of modern…Aug 30, 2023Aug 30, 2023
Published inLevel Up Coding9 Logging best practicesLogging is powerful tool for troubleshooting and error monitoring. It provides a record of events that occur during an execution of a…Feb 17, 20234Feb 17, 20234
Published inLevel Up CodingShort: Using IaC over ClickopsInfrastructure as Code (IaC) is a technique for managing and provisioning infrastructure in a predictable and automated way. In contrast to…Dec 4, 2022Dec 4, 2022
Published inLevel Up CodingA rundown of Typescript 4.9Javascript can suck, Typescript makes that better.Nov 28, 2022Nov 28, 2022
Published inDevOps.devThoughts on secure deploying codeThe deployment of code is increasingly becoming a target to threat actors as it is one of the most sensitive parts of the journey to…Sep 1, 2022Sep 1, 2022
Published inLevel Up CodingAWS Lambda Function URLsAWS announced a new feature to Lambda, Lambda Function URLs. Here’s a quick rundown of what they are, how they work and two ways of…Apr 8, 2022Apr 8, 2022
Published inLevel Up CodingClicking a link — What happens next?Have you ever questioned what happens when you click a <a> tag on a website? How does your browser know what to get? Where to go?Oct 3, 2021Oct 3, 2021
Published inLevel Up CodingRust and referencingThis is part two of an intro to Rust and its ownership, referencing and borrowing model. Read part one here. Part one showed us that when…Jan 17, 20211Jan 17, 20211
Published inLevel Up CodingRust and its ownership modelA high level intro on the rust ownership model.Jan 10, 20212Jan 10, 20212