Browsing Tag
performance
51 posts
How to Optimize Your Next JS App for SEO and Boost Your Rankings
1) Adding Meta & tag Meta data helps the Search engine crawler to get the Info. about the…
Unleashing the full power of Middleware with Enterspeed ⚡
For many years, middleware has played a crucial role in web development. It enables applications to operate smoothly…
Zero byte apple-touch-icon markup
*This is part of a series of pieces about code you can safely remove from the tags of…
Software Architecture Patterns: Space-based Architecture
Join Me Follow me on Twitter and Linkedin for more Career, Leadership and Growth advice. Intro Space-based architecture…
Web resource caching: Server-side
The subject of Web resource caching is as old as the World Wide Web itself. However, I’d like…
Web resource caching: Client-side
The subject of Web resource caching is as old as the World Wide Web itself. However, I’d like…
Database Indexing with PostgreSQL
Indexing is a way to improve reading performance, but it also makes writing performance worse, so consider using…
Top 10 services Apache APISIX use-cases
Are you wondering what’s Apache APISIX, and who uses it? Well, this blog post is for you. Apache…
Elixir’s DBConnection Pooling Deep Dive
DBConnection.ConnectionError: connection not available and request was dropped from queue after 2290ms. This means requests are coming in…
Should I use database index or not?
Indexes are a database structure to efficiently optimize your queries. A pointer is created to quickly find data…