Skip to content

Blogs about Web development

30 blogs about Web development.

  1. 2ality – JavaScript and more
    By Axel Rauschmayer. 🇩🇪 More info

    Updated
    ECMAScript 2023 feature: symbols as WeakMap keys
    In this blog post, we take a look at the ECMAScript 2023 feature “Symbols as WeakMap keys” – which was proposed by Robin Ricard, Rick Button, Daniel Ehrenberg, Leo Balter, Caridy Patiño, Rick Waldron, and …
    44 words
  2. 37signals Dev
    The 37signals Dev blog is brought to you by the people who build Basecamp and HEY ✌️❤️. 🇺🇸 More info

    Updated
    Mission Control — Web
    You might have noticed that Mission Control — Jobs, isn’t simply titled “Mission Control”. That’s because it was developed alongside another useful tool, Mission Control — Web. Today I’m pleased to announce that we are …
    By Lewis Buckley, 246 words
  3. Alejandro AR (kinduff) | Blog
    Alejandro AR (kinduff) website with blog posts, projects, videos, and more. More info

    Updated
    A unified front for your team
    Imagine you’re on the hunt for a new sweater and decide to visit a local clothing store. Upon arrival, you engage with Tom, an enthusiastic new employee who began working there last week. You inquire …
    264 words
  4. Amit Merchant
    A blog on PHP, JavaScript, and more. 🇮🇳 More info

    Updated
    Cloning queries in Laravel
    Reusing database queries is a common practice to maintain clean, DRY (Don’t Repeat Yourself) code and ensure consistency across your application. With Laravel, you have a host of options to reuse queries. For instance, you …
    By Amit Merchant, 234 words
  5. Clint McMahon
    Freelance web & mobile app developer in Minneapolis, Minnesota. I build websites, mobile apps and consult on technology strategies. 🇺🇸 More info

    Updated
    Deploy .Net Core app to Azure App Service via Github Actions
    Setting up a GitHub Action to deploy a .Net Core web app to Azure App Service from your GitHub repository involves a couple steps. This blog post shows a detailed guide to help you set …
    By Clint McMahon, 344 words
  6. Coding with Jesse
    Web development blog about Svelte, JavaScript, HTML and CSS. By Jesse Skinner. 🇨🇦 More info

    Updated
    Coding with ChatGPT
    I started using ChatGPT when it came out a few months ago. It was mind blowing to chat with a computer and have it feel almost like a real person. Some people are talking about …
    2,624 words
  7. The Content Technologist
    Building better content operations. Understanding how algorithms process content. Weekly newsletter & resource by award-winning strategist Deborah Carver. 🇺🇸 More info

    Updated
    CT No. 211: Well, that's a style choice
    In this issue:A brief reflection on style and its role in contentLinks of the week: Content management and shoddy tech journalismDid you read? You should do that weird content project you've been thinking about Great …
    By Deborah Carver, 1,384 words
  8. 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
    KEHS talk: Draughts, Insulation, Ventilation (2024)
    Kingston Efficient Homes Show 2024 small talk by Patrick M.
    16 words
  9. HeydonWorks: Latest Writing
    The works, workings, and reckonings of Heydon. By Heydon Pickering. 🇬🇧 More info

    Updated
    Testing HTML With Modern CSS
    A long time ago, I wrote a reasonably popular bit of open source code called REVENGE.CSS (the caps are intentional). You should know upfront, this hasn’t been maintained for years and if I ever did …
    1,608 words
  10. JakeArchibald.com - Blog
    By Jake Archibald. 🇬🇧 More info

    Updated
    HTML attributes vs DOM properties
    Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: <div foo="bar">…</div> <script> const div = document.querySelector('div[foo=bar]'); console.log(div.getAttribute('foo')); // 'bar' console.log(div.foo); …
    1,566 words
  11. Jessitron – blog
    symmathecist, in the medium of code. By Jessica Kerr. 🇺🇸 More info

    Updated
    Working with others is different from working.
    Today, I’m working on our new deck. It’s a little uncomfortable, because there’s no furniture. I’m sitting on a blanket. The furniture is in the yard, being spray-painted. Before my husband left for the day, …
    By jessitron, 613 words
  12. Jordan Webb's blog
    Development notes and technical musings. 🇺🇸 More info

    Updated
    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 …
    467 words
  13. Kurt McKee
    lessons learned in production. More info

    Updated
    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
  14. Lambros Petrou | Home
    My personal blog where I publish my thoughts. More info

    Updated
    Ownership - High agency - Manager of One
    Table of contents Definitions Applicability and importance Conclusion DefinitionsWhat is holistic ownership of a project? Holistic ownership. Person ABC, in the projects we have worked together, has excelled at holistic owning the problem (beyond specific …
    By Lambros Petrou, 931 words
  15. Lloyd Atkinson - Articles
    🇬🇧 More info

    Updated
    Frictions and Complexities of "Simple" Scripts
    Bash scripts (or any type of script) can become unwieldy, fragile, and difficult to maintain - Tagged: Linux, Bash, Automation, Infrastructure as Code
    29 words
  16. 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
    Different ways to mock third-party integrations in Jest
    A few years back I got so bored of taking attendance for my choir that I wrote a Slack integration to do it for me (I got us on Slack in 2014). That evolved from …
    1,458 words
  17. Luciano Mammino's Blog
    I am a Full stack web developer working on cloud products. 🇮🇪 More info

    Updated
    Migrating from Gatsby to Astro
    I recently migrated this blog from Gatsby to Astro. Finally, I have to say! I have been meaning to move away from Gatsby for a while, but I never really prioritised this activity until now …
    By Luciano Mammino, 4,858 words
  18. mary.codes
    The personal website of Mary Knize. Web development, art, and tinkering with fun projects. 🇺🇸 More info

    Updated
    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 …
    766 words
  19. 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
    Automating Social Media Preview Images
    If anything looks wrong, read on the site! Social media preview images (or open graph images, or og images) are very useful if you want to attract people to your website. Displaying that neat blog …
    1,174 words
  20. Phil Nash | Blog
    A developer, speaker, blogger, developer advocate, sausage dog owner and beer lover. 🇦🇺 More info

    Updated
    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. …
    877 words