Feed: <nezhar/>

Software Development Blog

Blog <nezhar/>
RSS 2.0 Feed <nezhar/>
web https://nezhar.com/
Last Update04.28.2026
Posts11

EuroPython 2025: A Week of Learning and Networking in Prague

July 29, 2025 » <nezhar/> » [Archived Version]

My experience at EuroPython 2025 in Prague - a full week including tutorials on Agentic RAG and data storytelling, insightful talks on Python development, open spaces, and sprint weekend contributions and discussions for Django and other projects.

Read More

From Django to Client Libraries with OpenAPI

July 27, 2025 » <nezhar/> » [Archived Version]

A complete API development workflow from Django backend to frontend clients using Django REST Framework, drf-spectacular for OpenAPI spec generation, and automated client generation with openapi-generator.

Read More

Grazer Linuxtage 2025 Overview

April 30, 2025 » <nezhar/> » [Archived Version]

I attended the second day of Grazer Linuxtage 2025 and Talked about building better REST APIs with Django, DRF ad OpenAPI. Also I share my thoughts on the event.

Read More

Continuously generate Angular API client from Django REST Framework APIs using OpenAPI spec

Nov. 11, 2024 » <nezhar/> » [Archived Version]

Transform Django REST Framework APIs into typed Angular clients and publish to NPM automatically, with GitHub Actions and OpenAPI.

Read More

Preventing migration conflicts in Django during development

May 26, 2023 » <nezhar/> » [Archived Version]

This article discusses how to prevent migration conflicts in Django during development by using a migration check job and extending this to handle merge result pipelines.

Read More

Extend the startapp manage command for better Django template apps

Dec. 1, 2022 » <nezhar/> » [Archived Version]

How to extend the startapp management command to create better Django template apps

Read More

Create OpenAPI spec for Django REST Framework APIs

July 13, 2022 » <nezhar/> » [Archived Version]

Learn how to create OpenAPI spec for Django REST Framework APIs

Read More

Create a Docker image to store Django static files

Oct. 28, 2021 » <nezhar/> » [Archived Version]

Serve static files for a Django application by using a docker container

Read More

Increase performance via Range Fields in Django Querysets on PostgreSQL

May 4, 2021 » <nezhar/> » [Archived Version]

A brief story from the database optimizations of a Django application that uses PostgreSQL

Read More

Django REST Framework Permissions in Depth

Nov. 10, 2019 » <nezhar/> » [Archived Version]

How DRF permissions work and how to configure them in a Django application.

Read More