© 2026 Hashnode
Hier soir, entre deux lignes de code sur une API Rails, une question existentielle m'a soudainement taraudé : faut-il privilégier les tirets (-) ou les underscores (_) dans la définition des URL ? 🤔 Vous savez, ces moments où votre cerveau de dévelo...

📌 Introduction When starting a Python project using SQLAlchemy, many developers face challenges around organizing the database layer and versioning schema changes. In this article, I’ll walk you through how to properly configure SQLAlchemy with Alem...

1. Cache Your Routes for Faster Request Handling What It Means: When Laravel processes a request, it goes through all the route files to find a match. This can take a bit of time, especially as your number of routes increases. The Solution: Utilize r...
