Browsing Tag
backend
78 posts
APIs are everywhere. But how do we test them without breaking the bank?
If you’ve been around long enough, you probably remember the glory days of service virtualization. (If you don’t…
Code Smell 309 – Query Parameter API Versioning
Misusing query parameters complicates API maintenance TL;DR: Use URL paths or headers for API versioning. Problems 😔 Confusing…
Understanding Distributed Transaction Locks and Session-Specific Data in Oracle
Understanding Distributed Transaction Locks and Session-Specific Data in Oracle When working with Oracle databases, developers and DBAs often…
Stop-Guessing-Start-Measuring-A-Pragmatic-Guide-to-Web-Performance
GitHub Home Stop Guessing, Start Measuring: A Pragmatic Guide to Web Performance It was another Black Friday. At…
POST API for pushing content on Devto
First of all let’s see the code below // Function to post to Dev.to app.post("https://dev.to/post-to-devto", async (c) =>…
Introduction to system design
What is system design? System design is the process of defining the elements of a system, as well…
Using GORM as an ORM in Go: A Quick Overview
GORM is one of the most popular Object Relational Mappers for Go. It provides a clean, expressive API…
The Power of Nothing: Exploring Go’s Empty Struct
Preface In the Go programming language, there’s a special usage that may confuse many people — the empty…
Become a SQL Scientist: Explore Every Layer of Table Metadata in SQL Server
Become a SQL Scientist: Explore Every Layer of Table Metadata in SQL Server “If you want to master…
Web Developer Travis McCracken on Choosing Rust and Go for Backend Systems
As a Web Developer focused on backend systems, I’ve found that using Rust and Go together creates a…