Browsing Tag
backend
67 posts
Auth Pricing Wars: Cognito vs Auth0 vs Firebase vs Supabase
While browsing the r/SaaS subreddit yesterday – I saw that Amazon recently tripled the cost of Cognito for…
Why is impossible to have a clean architecture inside a frontend project
The internet is full of videos, courses and articles teaching you to have something like “domain” folders in…
GraphQL vs REST: API Showdown 🤜🤛
This article is also available on Medium When it comes to APIs, there’s a big debate between two…
Strategies for Horizontal and Vertical Scaling of Backend Services
Scaling backend services is crucial for handling increasing traffic, ensuring high availability, and maintaining performance as applications grow.…
Singleton Pattern, Backend State management and Pub Subs
Stateless vs Stateful Backends Stateless – We don’t store any state in the backend. We rely on DB…
Melhorando o desempenho de aplicações Spring Boot – Parte I
Ao iniciar aplicações Spring Boot, normalmente usamos as configurações padrão fornecidas pelos starters, o que é suficiente para…
SAAS boilerplates ERA of $$$
In the world of AI, creating boilerplates is the next immediate task in the queue of business for…
Back-End Testing
Content Plan 1. Introduction to Back-End Testing Briefly explain the importance of testing in software development. Highlight the…
How to Name Endpoints in a REST API: Complete Guide with Best Practices and Practical Example
Introduction: Naming the endpoints of a REST API may seem like a simple task, but in reality, it…
Functional Options Pattern in Go
Introduction In Go, the Functional Options pattern is a powerful technique that allows developers to provide flexible and…