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
    Python: Mock an inner import
    Sometimes, you want to test a function that uses an inner import and mock that imported object. For example, say you wanted to mock dig() in this example: def delve(): from digger import dig dig(greedily=True, …
    By Adam Johnson, 332 words
  2. brandur.org — Articles
    More info

    Updated
    The Notifier Pattern for Applications That Use Postgres
    Listen/notify in Postgres is an incredible feature that makes itself useful in all kinds of situations. I’ve been using it a long time, started taking it for granted long ago, and was somewhat shocked recently …
    By Brandur Leach, 1,660 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
    Secrets of the Laravel Team Talk Video
    At the start of 2024, I gave a talk titled "Secrets of the Laravel Team" in which I talk about how Laravel works as a company, how we manage projects and continue to ship the …
    By James Brooks, 64 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 `mysql_native_password` not loaded errors on MySQL 8.4
    How to fix the `SQLSTATE[HY000] [1524] Plugin 'mysql_native_password' is not loaded` errors caused in MySQL 8.4 no longer enabling the `mysql_native_password` plugin by default.
    34 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
    Effortless Django model import & export from the admin panel
    Managing data in a Django application can get tedious, especially when you need to add or update a large number of records via the admin interface. The django-import-export library comes to the rescue, offering a …
    By Mike Yerou, 335 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