Released v0.3.2 of dns-benchmark-tool
Release of dns-benchmark-tool v0.3.2, a CLI tool for testing and comparing DNS server performance.
Joseph Oseh Frank is a Python and Django developer based in Italy, specializing in building scalable web applications and APIs using Django REST Framework, modern databases, and cloud deployments.
10 articles from this blog
Release of dns-benchmark-tool v0.3.2, a CLI tool for testing and comparing DNS server performance.
Announcing dns-benchmark-tool, an open-source Python package for testing and comparing DNS server speeds to optimize application performance.
A technical guide on using Python's datetime module to handle dates, times, and timezones effectively within Django web applications.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
Tutorial on configuring a Django blog application to use PostgreSQL for production, including installation, setup, and fixture management.
A tutorial on implementing RSS feeds for a Django blog using Django's built-in syndication feed framework.
Tutorial on implementing a dynamic XML sitemap for a Django blog using Django's built-in sitemap framework to improve SEO.
A tutorial on implementing pagination for a blog's post list using Django's built-in Paginator class and creating a reusable template.
Part 6 of a Django tutorial series, focusing on creating HTML templates (base.html, post_list.html) for a blog application using Django's template language.
A tutorial on creating Django views for a blog application, covering list and detail views, URL patterns, and template rendering.