Introduction to instrumentation with OpenTelemetry for Developers – Key Concepts
Introduction I'm a Rails web developer, why in the hell should I bother instrumenting my app if I'm already using Honeybadger? Or I could just spend dozens of hours suffering…
Introduction to Relational Databases and SQL
Hi! I hope you’re enjoying The Miners' Guide to Code Crafting series. Today, we’re diving into databases — one of the most essential tools in web development. Keep in mind…
REST, RESTful APIs, and API documentation
Why do applications communicate between themselves? As software complexity scales and many applications can have multiple features and requirements for users, interoperability between softwares are really useful to: Separate concerns…