Blogs about Back-end web development
13 blogs about Back-end web development.
-
Adam Johnson
“I'm an author and solo consultant working with Ansible, AWS, Django, and Python.” 🇬🇧Updated
Git: Show the initial (root) commit To show the initial, or root, commit* of your repository, use: $ git log --max-parents=0 (*There may be multiple, as we’ll see.) For example, on the Django repository: $ git log --max-parents=0 commit d6ded0e91bcdd2a8f7a221f6a5552a33fe545359 Author: …
Feed Roughly one post per week. Started in .
-
Updated
On Using Go's `t.Parallel()` One of Go’s best features is not only that it does parallelism well, but that it’s deeply baked in. It’s best exemplified by primitves like goroutines and their dead simple ease of use, but extends …
Feed Roughly one post per year. Started in .
-
Dusted Codes
“Programming Adventures.” By Dustin Moris Gorski. 🇬🇧Updated
Creating a pretty console logger using Go's slog package I had the privilege of attending GopherCon UK last week, and among the many captivating talks, one that stood out to me was "Structured Logging for the Standard Library" presented by Jonathan Amsterdam. The presentation …
Feed Roughly three posts per year. Started in .
-
James Brooks - Articles
“Sometimes I write things and put them here.” 🇬🇧Updated
Review: Three Peaks GBR Commuter 22L Online I’m not known for much more than being a software developer. In real life, I’m obsessed with bags, specifically backpacks. I’ve owned a lot of bags over the years, and I’ve got a lot …
Feed Roughly 11 posts per year. Started in .
-
The Laravel Blog
By Taylor Otwell, James Brooks, Dries Vints, Joe Dixon, Nuno Maduro. 🇧🇪 🇬🇧 🇵🇹 🇺🇸Updated
Vapor: RDS Certificate Authority Expiry AWS has been providing certificates from the rds-ca-2019 Certificate Authority, but these certificates are due to expire in August 2024. If you are running an RDS instance using this Certificate Authority, it must be updated …
Feed Roughly one post per month. Started in .
-
Matt's Dev Blog
“Matt's blog on backend web development.” By Matt Segal. 🇦🇺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 …
Feed Started in .
-
The Pallets Projects
“A collection of Python web development libraries that are associated with the Flask microframework.”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 …
Feed Roughly one post per year. Started in .
-
Patrick D'appollonio
“Notes about engineering, programming, Kubernetes, go, infra-as-code and other interesting things.”Updated
Benchmarking is Hard Back in November 2022 I was browsign the then Twittosphere (now Exosphere?) when I ran across an interesting tweet from @manishrjain: What is happening? Caddy is 2x outperforming NGINX in my reverse proxy test 🚀 …
Feed Roughly four posts per year. Started in .
-
PHP.Watch
“A source for PHP News, upcoming changes to the language core and extensions, and articles.” By Ayesh Karunaratne.Updated
Get Composer to suggest dev packages to `require-dev` Composer 2.4 comes with a feature that it prompts during a `composer require` to install packages as `require-dev` dependencies when certain keywords are present. Development tools and libraries now can make use of this feature …
Feed Roughly six posts per year. Started in .
-
RailsNotes
“A collection of the Ruby on Rails guides you wished you had, when you were first starting out.” By Harrison Broadbent. 🇦🇺Updated
Refactoring from feature specs to system specs In this article, I break down the difference between system specs and feature specs in RSpec and Rails, and walk you through refactoring your feature specs to system specs.
Feed Roughly four posts per month. Started in .
-
Rock and Null
“Tech, software and whatever comes to mind.”Updated
Why Kotlin Multiplatform could change everything in the mobile dev world There have been countless approaches to cross-platform development over the years. A long time ago Java promised to "write once, run everywhere". It's a promise that was mostly left unfulfilled.Don't get me wrong, there are …
Feed Roughly two posts per month. Started in .
-
/var/
“Various programming stuff.” By Serafeim Papastefanos. 🇬🇷Updated
Simple Django - DataTables integration Integration of jquery DataTables with Django
Feed Roughly six posts per year. Started in .
-
Weblog archive
By James Bennett. 🇺🇸Updated
Boring Python: code quality This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the …
Feed Roughly two posts per year. Started in .