FineTunning Explained: How to Turn Messy Text into Structured Data
A guide to FineTunning: what it is, why you probably need it, and a real-world story about taming job descriptions into structured JSON.
Here are some articles that I wrote on the medium about python Django and GIT. Hope it will be useful for you.
A guide to FineTunning: what it is, why you probably need it, and a real-world story about taming job descriptions into structured JSON.
Stop copying and pasting your types! Learn how TypeScript Utility Types works with this friendly, beginner-friendly guide full of examples.
Learn LangGraph from scratch with this beginner-friendly Python tutorial. Master agent workflows, state machines, and multi-agent orchestration.
Learn Redux Toolkit (RTK) without falling asleep. A funny, beginner-friendly guide to modern Redux state management, explaining the "why" and "how" with a simple, clear example.
Discover what AI Agents are, how they work, and their impact on software. A technical guide for developers on autonomous agents, architecture, and future trends.
Understand the key differences between Git rebase and Git merge, their strategies, use cases, and when to choose each for your workflow. Learn with clear examples and commands.
Conventional Commits are a set of guidelines for structuring and formatting commit messages in a consistent and standardized way. This specification aims to make it easier to read and understand commit messages, particularly in the context of automated tooling and workflows for GIT.
Learn how to optimize your Django ORM queries using query expressions and avoid inefficient Python loops. Harness the power of Django’s F expressions for better performance and race-condition-free querying.
Django provides robust support for PostgreSQL full-text search through the django.contrib.postgres.search module. This guide covers various search techniques like SearchVector, SearchQuery, and more.
Dive into Django Model Managers – Learn how to use default and custom managers to optimize database queries, handle model inheritance, and follow best practices for Django ORM.
Django has a pretty good security record. This is due to security tools provided by Django, solid documentation on the subject of security, and a thoughtful team of core developers who are responsible to security issues.
Learn how to set up Djoser for authentication in Django Rest Framework. This guide covers installation, configuration, and JWT setup to streamline user authentication processes.