Skip to content

Blogs about Back-end web development

15 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
    Git: count commits with rev-list
    git rev-list lists details about commits (also known as “revisions”, hence the name). Its --count option outputs the count of commits in the given range. Pass it @, the short alias for HEAD, to count …
    By Adam Johnson, 259 words
  2. brandur.org — Articles
    More info

    Updated
    Eradicating N+1s: The Two-phase Data Load and Render Pattern in Go
    Author’s note: This is a longer piece that starts off with exposition into the nature of the N+1 query problem. If you’re already well familiar with it, you may want to skip my description of …
    By Brandur Leach, 3,972 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
    A Poem Of Grief
    Warning: This post contains themes of grief and loss. While searching through my Notes app yesterday, I came across a poem that I’d written 6ish years ago. I was in two minds of posting this, …
    By James Brooks, 415 words
  5. The Laravel Blog
    By Taylor Otwell, James Brooks, Dries Vints, Joe Dixon, Nuno Maduro. 🇧🇪 🇬🇧 🇵🇹 🇺🇸 More info

    Updated
    Laracon AU 2024: Nightwatch Unveiled
    This 6th annual Laracon AU brought together the biggest crowd in Australia yet. After months of teasing a new Laravel product, Taylor and Jess announced Nightwatch, a fully managed application monitoring platform for Laravel.
    By Sam, 39 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 ⚠️️

    Still trying to fetch this feed, but last time we got ‘Not Found’.

    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. Paweł U.
    Ruby on Rails Web Development Consultant Full Stack Blog. By Paweł Urbanek. 🇵🇱 More info

    Updated
    How to use Cloudflare Workers proxy with Rust
    Visits counter was a critical feature of every website just 20 years ago. In this tutorial, we will implement it with Rust Cloudflare Workers by adding persistence and dynamic behaviors to an otherwise static page. …
    1,091 words
  11. 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
  12. 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
  13. Rock and Null
    Tech, software and whatever comes to mind. More info

    Updated
    Type-Safe Navigation in Jetpack Compose: Passing Custom Classes
    Jetpack Compose's Navigation library has introduced long-awaited type safety, making navigation between destinations more robust, intuitive, and of-course safe. But what happens when you need to pass custom classes as arguments? Luckily, the library supports …
    By Anil Kumar Beesetti, 334 words
  14. /var/
    Various programming stuff. By Serafeim Papastefanos. 🇬🇷 More info

    Updated
    Multiple Erlang/Elixir versions in Windows
    How to use multiple Erlang/Elixir versions in Windows
    By Serafeim Papastefanos, 12 words
  15. Weblog archive
    By James Bennett. 🇺🇸 More info

    Updated
    Introducing DjangoVer
    Version numbering is hard, and there are lots of popular schemes out there for how to do it. Today I want to talk about a system I’ve settled on for my own Django-related packages, and …
    By James Bennett, 1,750 words