30 blogs
about Web development.
2ality – JavaScript and more
By Axel Rauschmayer.
🇩🇪
More info
Updated a month ago
Mastodon’s weaknesses and how to fix them
As a web developer, I love Mastodon: Since Twitter became X, there are enough web dev people here. I’m happy with the web app – it even has several nice touches where it is better …
37signals Dev
The 37signals Dev blog is brought to you by the people who build Basecamp and HEY ✌️❤️.
🇺🇸
More info
Updated a week ago
Announcing Hotwire Spark: live reloading for Rails applications
Today, we are releasing Hotwire Spark, a live-reloading system for Rails Applications. Reloading the browser automatically on source changes is a problem that has been well-solved for a long time. Here, we wanted to put …
By Jorge Manrubia, 267 words
Alejandro AR (kinduff) | Blog
Alejandro AR (kinduff) website with blog posts, projects, videos, and more.
More info
Updated 2 weeks ago
My deleted review of this restaurant
Translated from Spanish. Original version is below this translation. ⭐ 1 star If you’ve had the chance to visit Retiro Park, you’ll know how beautiful the plants are. If you sit on a bench and …
Amit Merchant
A blog on PHP, JavaScript, and more.
🇮🇳
More info
Updated 6 days ago
An open-source desktop playground for PHP
PHP is one of the most popular programming languages in the world. It’s been around for a long time and has a huge community of developers. It’s used for everything from simple websites to complex …
By Amit Merchant, 363 words
Clint McMahon
Freelance web & mobile app developer in Minneapolis, Minnesota. I build websites, mobile apps and consult on technology strategies.
🇺🇸
More info
Updated a week ago
A Fall Sunset Walk Through the Sculpture Garden in Minneapolis
Photos I took on a beautiful fall walk through the Walker Art Center's Sculpture Garden last October.
Coding with Jesse
Web development blog about Svelte, JavaScript, HTML and CSS.
By Jesse Skinner.
🇨🇦
More info
Updated 2 weeks ago
Empower your clients to make changes
When a client asks me to make a change to a website, I have two choices. I can go and make the change. Or, I can set things up so that the client can make …
The Content Technologist
Building better content operations. Understanding how algorithms process content. Weekly newsletter & resource by award-winning strategist Deborah Carver.
🇺🇸
More info
Updated a week ago
CT No.232a: It's time to send the correct link.
In many email clients, that Spotify embed didn't work (although they work fine if you view in browser. But if you don't want to work even that hard, here are the playlists as boring regular …
By Deborah Carver, 55 words
Earth Notes - On Website Technicals
Read nitty-gritty tech updates and daily learnings that keep the Earth Notes site up and running; site stats also.
By Damon Hart-Davis.
🇬🇧
More info
Updated a week ago
On Micro-survey Results
Archived results from some small surveys/polls taken on this site (and elsewhere)...
HeydonWorks: Latest Writing
The works, workings, and reckonings of Heydon.
By Heydon Pickering.
🇬🇧
More info
Updated a month ago
The br element
Okay, so I f**ked up. I forgot to write about <br> and now the whole series is out of order. Having announced this failing on social media, I appreciate the comments I received like, “give …
JakeArchibald.com - Blog
By Jake Archibald.
🇬🇧
More info
Updated 2 months ago
How should work?
We're finally getting a way to fully style & customise <select> elements! But there's a detail I'd like everyone's opinion on. A brief intro to customisable <select> If you want to hear about it in …
Jessitron – blog
symmathecist, in the medium of code.
By Jessica Kerr.
🇺🇸
More info
Updated a week ago
OKRs for Evil and Good
My work does not reduce to measurable outcomes. Much of what I accomplish as an engineer and as a developer advocate amounts to creating conditions that make it more likely for the company to succeed. …
By jessitron, 1,011 words
Jordan Webb's blog
Development notes and technical musings.
🇺🇸
More info
Updated 7 months ago
My recipe for BBQ chicken wings
Hey, did you know I make really good BBQ chicken wings? I use a recipe I invented myself, and every time I make it I’m terrified I’ll forget how to do it; I’ve never written …
Kurt McKee
lessons learned in production.
More info
Updated a year ago
Revitalizing stalled open source projects
I recently encountered an open source project that hadn't received updates for a while. The issue tracker had ~200 open issues, ~70 open pull requests, and CI was partially failing. It's not uncommon for projects …
By Kurt McKee, 1,943 words
Lambros Petrou | Home
My personal blog where I publish my thoughts.
More info
Updated 2 weeks ago
How to do encryption and envelope encryption with KMS in Go
Table of contents Symmetric encryption Symmetric encryption in Go Data encryption keys Envelope encryption Envelope encryption in Go Envelope encryption with KMS Key rotation Multi-level envelope encryption Conclusion In this article, I will go through …
By Lambros Petrou, 2,746 words
Lloyd Atkinson - Articles
🇬🇧
More info
Updated a month ago
Containerised Microsoft SQL Server With Grafana
A short example of using Grafana, Microsoft SQL Server, and Docker Compose - Tagged: Containers, Grafana, Microsoft SQL Server
Localghost - Blog
Sophie builds fun things out of HTML, CSS & JavaScript, and writes blog posts about tech and mental health.
By Sophie Koonin.
🇬🇧
More info
Updated 4 days ago
2024: The year in lists
It’s Boxing Day and I’m a small pile on the sofa. We successfully Did Christmas at ours this year, and I never want to see another mince pie (until next year). So, what better time …
Luciano Mammino's Blog
I am a Full stack web developer working on cloud products.
🇮🇪
More info
Updated a week ago
404: Newsletter Found
Eight years ago, I embarked on a journey to make sense of the fast-paced, ever-evolving world of full-stack web development. The result was FullStack Bulletin, a weekly newsletter designed to keep developers informed and inspired. …
By Luciano Mammino, 2,206 words
mary.codes
The personal website of Mary Knize. Web development, art, and tinkering with fun projects.
🇺🇸
More info
Updated 8 months ago
I started painting again
I don't love how this painting turned out, but I enjoyed every moment of creating it. (I did the best I could on the photography with a tripod, my phone, and my office lights.) I …
Matt Fantinel
I'm a developer aiming to build things that spark joy. I build fun stuff on the web, and sometimes write about it.
🇧🇷
More info
Updated 3 days ago
My Default Apps: 2024
If anything looks wrong, read on the site! Last year, I jumped on the trend back then of posting my default apps i.e. the apps I use on a daily basis for most of my …
Phil Nash | Blog
A developer, speaker, blogger, developer advocate, sausage dog owner and beer lover.
🇦🇺
More info
Updated a year ago
JavaScript is getting array grouping methods
Grouping items in an array is one of those things you've probably done a load of times. Each time you would have written a grouping function by hand or perhaps reached for lodash's groupBy function. …