Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Pydantic in Action: Integrating with FastAPI and SQLAlchemy

In the previous post, we mastered custom validators, field aliases, and model configuration to tailor Pydantic’s behavior for complex data. Now, let’s put Pydantic to work in real-world applicatio...
05.05.2025 0 Read More

Advanced Pydantic: Generic Models, Custom Types, and Performance Tricks

In the previous post, we integrated Pydantic with FastAPI and SQLAlchemy, building robust APIs and database interactions. Now, in the final post of our series, we’ll explore advanced Pydantic techni...
05.05.2025 0 Read More

🧠 Why Python Dictionaries Can Secretly Ruin Your Codebase (and What To Do Instead)

🧠 Why Python Dictionaries Can Secretly Ruin Your Codebase (and What To Do Instead)TL;DR: Python dict is super convenient — until it silently turns your project into spaghetti code. Here's why, an...
21.03.2025 0 Read More

Practical Pydantic: Data Transformation, Aliases, and Validators

In our previous post, we explored how Pydantic handles nested models and structured data, enabling robust validation for complex APIs and configurations. But what if you need to enforce custom rules, ...
04.05.2025 0 Read More

Going Deeper with Pydantic: Nested Models and Data Structures

In the previous post, we explored the basics of Pydantic: creating models, enforcing type validation, and ensuring data integrity with minimal boilerplate. But real-world applications often involve mo...
03.05.2025 0 Read More

Getting Started with Pydantic: Type-Safe Data Models in Python

Pydantic is a powerful Python library that leverages type hints to provide robust data validation and serialization. It simplifies the process of defining, validating, and parsing data models, making ...
03.05.2025 0 Read More
Loading...
#reading
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
Calling GitHub Copilot Models from OpenHands using LiteLLM Proxy
0
Understanding Apex Data Types: The Building Blocks of Salesforce Development
0
Understanding Baiting in Cybersecurity: How It Works and How to Protect Yourself
0
Understanding and Mastering AI & Machine Learning: Your Easy Guide 🤖✨
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
Turn any git repo into llm readable format
0
New Release: Free Email Signature Generator
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0