In this account, I share tweets related to my professional interests, ideas, and opinions. It means they are -mostly- about filmmaking and programming. For daily and personal stuff you can check @hevalandsteven 😉
Stop writing messy API signatures. Master FastAPI parameters: from basic Path & Query to advanced Pydantic models and Dependencies. Learn to build cleaner, reusable, and type-safe endpoints in this comprehensive backend guide.
#python#fastapi#backend
https://t.co/HK9uO24551
See how Python 3.14 can change the way you write code. Discover the real-world impact of the new GIL-free mode, T-strings for better security, and other key updates you might have missed.
#python#feature#programming#LearnToCode
https://t.co/9d9IA5Ne9K
Stop writing slow tests. This guide unlocks the power of Pytest fixture scopes to dramatically speed up your test suite. We break down the crucial trade-off between perfect test isolation and performance.
#python#test#performance#pytest#LearnToCode
https://t.co/ox64g5SEF7
Go beyond simple API polling. This blog explores the power of #webhooks and the push model for creating efficient, event-driven systems. Using a scenario with #Python and #FastAPI, we’ll build a decoupled communication between microservices.
https://t.co/48Q3oT02eo
Ever get stuck choosing between Middleware and a Global Dependency in FastAPI? This deep dive breaks down their core differences with practical examples to help you write cleaner, more intentional code. #FastAPI#python#BackendDev#programming
https://t.co/4iraT3KbVY
The story of using SQL and NoSQL in the same project without creating a tangled mess. We'll explore how the Repository Pattern provides one menu for our two database baristas PostgreSQL and MongoDB, resulting in a clean architecture.
#python#programming
https://t.co/VPlbdGd1fv
Not all data needs rows and tables.
Sometimes it needs documents, key-value stores, and freedom.
NoSQL makes sense when flexibility > structure and scale > transactions.
Great read by @hevalhazalkurt on the when and why:
👉 https://t.co/227DjiETCB
#NoSQL#SQL#TechChoices
Database queries slowing down? Tame your monolithic tables with PostgreSQL Partitioning! We break down how to partition large tables using an e-commerce example and automate maintenance.
#python#techblog#database#programming#LearnToCode
https://t.co/e4IMUWi0VG
Not sure when to pick NoSQL instead of SQL? This blog post breaks it down with backend examples, honest trade-offs, and step-by-step guidance.
#python#learntocode#techblog#programming#database
https://t.co/8aK6OYAMxD
A deep, practical dive into SQLAlchemy’s connection pooling in Python from internal mechanics and lifecycle management to advanced configuration.
#python#learntocode#programming#techblog
https://t.co/YzUklYuzns
Learn how to implement optimized search functionality using PostgreSQL's TSVector and SQLAlchemy. Includes array filtering, JSON queries, and proper indexing strategies.
#python#LearnToCode#techblog#programming
https://t.co/IWGCSFFPgI
In this blog post, we explore essential database schema design patterns tailored for building scalable and maintainable e-commerce applications.
#python#learnpython#database#programming#techblog
https://t.co/1KH4v9fa6l
In this article, we explore how to design and implement multitenant database architectures tailored for B2B SaaS applications.
#python#learntocode#saas#programming#developers
https://t.co/VVGJuXvikq
Learn how to go beyond simple schema changes and manage real data transformations with Alembic migrations. This post covers practical techniques for updating enums, denormalizing tables, and handling complex data updates.
#python#pythonlearning#techblog
https://t.co/g3b3dhXhvC