Skip to content

Blogs about Development

  1. Python (15)
  2. Web development (106)

120 blogs about Development. Page 2 of 6.

  1. Daniel Mangum · Posts
    Daniel Mangum's personal website. 🇺🇸 More info

    Updated
    USB UART on the Thingy:91 X
    Nordic Semiconductor recently made their new IoT prototyping platform, the Thingy:91 X, generally available. The Thingy:91 X is an upgrade to their existing prototyping platform, the Thingy:91, replacing the nRF9160 System-in-Package (SiP) with an nRF9151 …
    79 words
  2. David Smith, Independent iOS Developer
    🇺🇸 More info

    Updated
    Relay 10: Built to Endure
    This past weekend I was fortunate to be a participant in the “Relay FM 10th Anniversary Extravaganza”, a live show in London celebrating Relay’s decade of podcasting. Relay is the home of Under the Radar. …
    486 words
  3. Dhole Moments - Blog
    Writings about information security, cryptography, software, and humanity, from a member of the furry fandom with a dhole fursona. By Soatok. 🇺🇸 More info

    Updated
    The Better Daemons Of Our Profession
    I’ve spent the better part of 2023 and 2024 trying to imagine the specific changes we technology nerds could make to improve things somewhat. Meme remix of Matt Bors’s comic and Stan Kelly’s Sickos Yes …
    By Soatok, 2,718 words
  4. DJ Adams
    I've been hacking on SAP enterprise software for more than three decades, and am still enjoying it. 🇬🇧 More info

    Updated
    Functions as first class citizens in SICP Lecture 1A
    In my notes on part 4 of The Art and Science of CAP I make a number of references to functions as first class citizens, and show the parallel with queries also in CAP having …
    405 words
  5. Drew DeVault's blog
    More info

    Updated
    I'm daily driving Jujutsu, and maybe you should too
    I’m not the first to write about how Jujutsu won me over. I’ve seen it off and on, and each time it came across my feed it was bumped a bit higher in my “list …
    957 words
  6. Ectobit
    The Missing Bit. Software Engineering Blog. By Boban Acimovic. More info

    Updated
    What's new in pgx v5: CollectRows, RowToStructByName, CollectOneRow, RowToStructByPos and ForEachRow
    Learn how to use CollectRows, RowToStructByName, CollectOneRow, RowToStructByPos and ForEachRow
    21 words
  7. edds
    By Edd Sowden. 🇬🇧 More info

    Updated
    Deleting my tweets
    Over the past couple of years I’ve slowly stopped using twitter. Initially I was just tweeting less, while still reading lots of it. Then as they slowly broke Tweetbot by removing APIs I slowly just …
    435 words
  8. Erik Bernhardsson
    🇺🇸 More info

    Updated
    It's hard to write code for computers, but it's even harder to write code for humans
    Writing code for a computer is hard enough. You take something big and fuzzy, some large vague business outcome you want to achive. Then you break it down recursively and think about all the cases …
    61 words
  9. erock's blog
    Technical writings by Eric Bower. 🇺🇸 More info

    Updated
    on writing
    I often think about writing a feature like writing a story. If I do my job well, it is coherent and easy to read, write, and maintain. When there's a lot of indirection, it feels …
    388 words
  10. Essays by Suhas Guruprasad
    🇮🇳 More info

    Updated
    Synthetic Steps in Drug Development
    Suhas Hey o1, I was reading a blog post from Lonza titled “Better, Faster Pharma Manufacturing with Lonza’s AI Route Design” and I was wondering if you could help me understand the synthetic steps in …
    2,426 words
  11. Evert's Dugout
    I'm a programmer. I'm mostly focused on building API's, HTTP-related applications and improving development processes. By Evert Pot. 🇨🇦 More info

    Updated
    In the future using top-level await might be cause a backwards compatibility break in Node
    Node 23 was released this week, and the hot ticket item probably is the fact that you can now require() files that use ESM (import/export). This is helpful because ESM and CommonJS (require/module.exports) are kind …
    By Evert Pot, 1,049 words
  12. Fabien Sanglard's Website
    This is my personal website, you can find here most of the code and ideas I came up with during my extra-professional time. 🇺🇸 More info

    Updated
  13. fasterthanli.me
    amos loves to tinker. More info

    Updated
    Highlighted code in slides
    I have obsessed about this long enough, I think it's only fair I (and you!) get some content out of it. When I started writing this article, I was working on my P99 CONF slides. …
    74 words
  14. GeePawHill.org – Weekly Posts
    Helping Geeks Produce for Over 40 Years. My mission is to help people learn how to embrace change and harvest its value. By GeePaw Hill. 🇺🇸 More info

    Updated
    Basic Concepts of the “Making App”
    Let’s talk about the basic concept of the "making app". I’ve written about this before, and demoed it in some of my public project walk-throughs, but there’s no single straightforward explanation out there, so let’s …
    By Brian Kimble, 62 words
  15. Hillel Wayne
    This blog is a mix of deep dives into formal methods for businesses and programming topics I find interesting. 🇺🇸 More info

    Updated
    Hiatus
    All of my budgeted blogwriting time is going to Logic for Programmers. Should be back early 2025. (I’m still writing the weekly newsletter.)
    24 words
  16. Hugo Landau
    “an online dustbin where you leave your collected written thoughts” — someone describing this website. More info

    Updated
    [Hμblog] Hire me
    Hire meLooking for a new role. Expertise in cryptography, security, networking, reversing. Dev, ops, security. Amongst other things I've authored a QUIC implementation, a Let's Encrypt client and an RFC. I gave a talk about …
    By Hugo Landau, 50 words
  17. Ian Bicking: a blog
    🇺🇸 More info

    Updated
    AI AITA
    I’m pretty sure reading /r/AmItheAsshole is harmful to my psyche, and yet… … and yet why shouldn’t I be able to participate in this collectively harmful behavior? I don’t have good enough stories so I …
    By Ian Bicking, 3,131 words
  18. Ideas.Offby1
    a code maker and opinion haver with GitHub. By Chris Rose. 🇺🇸 More info

    Updated
    uv, direnv, and simple .envrc files
    I have adopted uv for a lot of Python development. I'm also a heavy user of direnv, which I like as a tool for setting up project-specific environments. Much like Hynek describes, I've found uv …
    By Chris Rose, 476 words
  19. iliana.fyi
    By iliana etaoin. 🇺🇸 More info

    Updated
    Experimenting with GitHub merge queues; could you send me a PR?
    I’m evaluating the usability of GitHub merge queues under a set of conditions that makes merge queues hard: pull requests have a high probability of failing CI when merged together despite passing on their own. …
    By iliana etaoin, 217 words
  20. inessential: weblog
    By Brent Simmons. 🇺🇸 More info

    Updated
    Harris for President
    Donald Trump is a gross villain and a traitor to our country. He’s a convicted felon, adjudicated rapist, and head of a criminal organization; he works with criminals and he pardons criminals; he’s a narcissist …
    172 words