Browsing Tag
performance
51 posts
Why lowercase letters save data
Lowercase letters and uppercase letters use the same amout of data — 1 byte each. So, it’s surprising…
Indexes 101: What They Are, Why They Matter, and How to Use Them in PostgreSQL
Introduction In the intricate realm of databases, indexes stand as silent heroes, enhancing the performance of queries and…
Transaction Per Second (TPS)
In the blockchain world, transactions per second (TPS) metrics measure the number of transactions a blockchain can process…
Resizing images on-the-fly
As a web architect, one of the many issues is asset management. And the most significant issue in…
Laravel routes: apiResource vs resource
Laravel routes application: using apiResource and resource. These methods help you create routes for a resource controller, following…
How To Build a High-Concurrency Ticket Booking System With Prisma
If you ever visit England and want to experience something unique, I recommend watching a Premier League game.…
Getting Started with Go: A Quick Guide.
Go, also known as Golang, is a statically typed, compiled programming language designed for simplicity, efficiency, and ease…
Real DOM, Virtual DOM, Shadow DOM, What’s the Difference?
Real DOMs and virtual DOMs and shadow DOMs, oh my! Let’s take a dive to see how they…
How To Optimize Your React App’s Performance
React is a widely popular JavaScript library for building user interfaces. The combination of its declarative nature, JSX…
Fast Reads Unleashed: Performance Analysis of AWS GraphQL, DynamoDB, and Redis Cache
In this article, we analyze read performance benchmark results for a selection of AWS services, such as GraphQL…