Skip to content

Blogs about Back-end web development

14 blogs about Back-end web development.

  1. Adam Johnson
    I'm an author and solo consultant working with Ansible, AWS, Django, and Python. 🇬🇧 More info

    Updated
    Django: Pinpoint upstream changes with Git
    Django’s release notes are extensive and describe nearly all changes. Still, when upgrading between Django versions, you may encounter behaviour changes that are hard to relate to any particular release note. To understand whether a …
    By Adam Johnson, 1,653 words
  2. brandur.org — Articles
    More info

    Updated
    River: a Fast, Robust Job Queue for Go + Postgres
    Years ago I wrote about my trouble with a job queue in Postgres, in which table bloat caused by long-running queries slowed down the workers’ capacity to lock jobs as they hunted across millions of …
    By Brandur Leach, 1,626 words
  3. Dusted Codes
    Programming Adventures. By Dustin Moris Gorski. 🇬🇧 More info

    Updated
    .NET Blazor
    .NET Blazor has been touted as a revolutionary framework that allows .NET developers to build interactive web applications using C# instead of JavaScript. It's mainly aimed at ASP.NET Core developers who want to build SPA-like …
    By s (Dustin Moris Gorski, 2,532 words
  4. James Brooks - Articles
    Sometimes I write things and put them here. 🇬🇧 More info

    Updated
    Laravel Artisan Cheatsheet API
    In October 2023, I updated the Laravel Artisan Cheatsheet to Nuxt 3.x. Along with several other changes, I wanted to add a new feature to the site, an API. Versions The /api/versions endpoint simply lists …
    By James Brooks, 241 words
  5. The Laravel Blog
    By Taylor Otwell, James Brooks, Dries Vints, Joe Dixon, Nuno Maduro. 🇧🇪 🇬🇧 🇵🇹 🇺🇸 More info

    Updated
    Encryption and the in-between
    Last year, we introduced a simple but surprisingly useful feature to Laravel Forge: the ability to add notes to servers. While checking the uptake of this feature, we noticed that customers were often storing sensitive …
    By James Brooks, 49 words
  6. Matt's Dev Blog
    Matt's blog on backend web development. By Matt Segal. 🇦🇺 More info

    Updated
    How I hunt down (and fix) errors in production
    Once you’ve deployed your web app to prod there is a moment of satisfaction: a brief respite where you can reflect on your hard work. You sit, adoringly refreshing the homepage of www.mysite.com to watch …
    By Matthew Segal, 1,739 words
  7. Michael's Blog
    The personal website and blog of Michael Hebblethwaite, a web developer based in Nagoya, Japan. 🇯🇵 More info

    Updated
    Make your code easy to run
    Today, I want to write about steps you can take to make your take home test easy to run, and win brownie points with reviewers. I spent a lot of time in the last half …
    91 words
  8. The Pallets Projects
    A collection of Python web development libraries that are associated with the Flask microframework. More info

    Updated
    Blinker 1.6 Released
    Signalling allows for applications to be decoupled by allowing designated receivers to be informed when an action has taken place (the signal). Flask and Quart both utilise the excellent Blinker library to support signals and …
    By P G Jones, 129 words
  9. Patrick D'appollonio
    Notes about engineering, programming, Kubernetes, go, infra-as-code and other interesting things. More info

    Updated
    Cultural differences between Chile and USA (and North America)
    On August 2014 I made one of the most difficult choices of my life: I left my home country, my family, my friends and everything I knew to move to the United States. I arrived …
    86 words
  10. PHP.Watch
    A source for PHP News, upcoming changes to the language core and extensions, and articles. By Ayesh Karunaratne. More info

    Updated
    How to fix PHP Curl HTTPS Certificate Authority issues on Windows
    On Windows, HTTPS requests made with the Curl extension can fail because Curl has no root certificate list to validate the server certificates. This article discusses the secure and effective solutions, and highlights bad advice …
    52 words
  11. RailsNotes
    A collection of the Ruby on Rails guides you wished you had, when you were first starting out. By Harrison Broadbent. 🇦🇺 More info

    Updated
    Using Rails debugger/rdbg with VS Code
    A short introduction to the rdbg/debugger extension for VS Code, plus a guide on how to set it up correctly to debug your Ruby on Rails applications, as well as your RSpec specs. The VS …
    By Harrison Broadbent, 51 words
  12. Rock and Null
    Tech, software and whatever comes to mind. More info

    Updated
    Quickly add 2FA (email) for your custom Django admin
    Keeping your Django admin panel safe is crucial. Regular passwords are good, but adding another layer of security is even better. That's where Two-Factor Authentication (2FA) comes in.Just for clarity, I will repeat why 2FA …
    By Mike Yerou, 444 words
  13. /var/
    Various programming stuff. By Serafeim Papastefanos. 🇬🇷 More info

    Updated
    A simple OpenID connect tutorial
    A simple tutorial for OpenID connect using only HTTP requests
    By Serafeim Papastefanos, 14 words
  14. Weblog archive
    By James Bennett. 🇺🇸 More info

    Updated
    Know your Python container types
    This is the last of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through …
    By James Bennett, 83 words