Latest Articles

  • Simplify Recurring Dates in Django with django-recurrence

    Simplify Recurring Dates in Django with django-recurrence Are you struggling to handle recurring dates in your Django application? If so, the django-recurrence utility is here to simplify your life. With functionality for specifying recurring date/times, storing them in the database, and even a JavaScript widget for easy implementation, django-recurrence is the ultimate solution for working …

  • A Efficient API for BIRD Routing Daemon

    Introducing birdwatcher: A Efficient API for BIRD Routing Daemon Are you looking for a more convenient and performant way to work with the BIRD internet routing daemon? Look no further! Introducing birdwatcher, a small HTTP server designed to provide an efficient API for the BIRD routing daemon. Birdwatcher, developed by Daniel and MC from Netnod, …

  • Modern On-the-Fly Syntax Checking for Emacs

    We live in a world where software development is booming, and every programmer strives to write clean and error-free code. The process of manually checking code for syntax errors can be time-consuming and prone to oversight. This is where Flycheck comes to the rescue. In this article, we will explore the power of Flycheck, a …