Embrace the post-kubernetes DevX platform rewrite, but, please, without RIP'ing us olds.| newsletter.cote.io
You don't have to be at a party to see this phenomenon in action, but there's a curious thing I regularly see at parties in social circles where people value intelligence and cleverness without similarly valuing on-the-ground knowledge or intellectual rigor. People often discuss the standard trendy topics (some recent ones I've observed at multiple parties are how to build a competitor to Google search and how to solve the problem of high transit construction costs) and explain why people wor...| danluu.com
Why I'm Leaving NixOS After a Year?| www.rugu.dev
CSS is often belittled because it’s naturally global—which we've been trained to avoid—but doing so betrays a failure to understand CSS’ basic premise and greatest strength.| Matt Hogg FYI
Although Tailwind does have some benefits, ultimately it’s just one more thing to learn.| jakelazaroff.com
One of my goals for the year is to learn a new programming language. It’s been a while since I learned a new language, and I feel like a lot of the languages I know well (Go, Python, C++) are similar to each other, so I want to try getting out of my comfort zone a bit with a language that feels weird to me. Requirements Here’s what I’m looking for:| mtlynch.io
understand + work backwards from the root goal • don’t rely too much on permission or encouragement • make success inevitable • find your angle • think real hard • reflect on your thinking| benkuhn.net
Overview Generally, there are two ways of web rendering: the first is SSR, stands for Server-Side Rendering; the second is CSR, stands for Client-Side Rendering. Both come with different trade-offs. Someone has compared that to a cycle, where we first started with SSR, then moved to CSR/SPA as the client-side application state became complex. Because CSR has its problems, we (re)discovered SSR 1 with HTMX, or even NextJS SSR. There were many writing about issues of CSR and SPA 2 3, but I woul...| nguyenhuythanh.com
Svelte 5 as a case study in how abstractions aimed at simplifying concepts can actually make software development more complex.| hodlbod
A rebuttal to Okta's 'Nobody Cares About OAuth or OpenID Connect', advocating the education and involvement of developers with OAuth and OpenID Connect.| Scott Brady
The 2 most common organization architectures, their key characteristics, pros, and cons with an example| blog.alexewerlof.com
Programmers should be paranoid.| Deep Roots
Cloud automation using object-oriented languages gives us the power of abstraction. But those abstractions aren’t easy to come by.| The Architect Elevator
This is part 4 of series "Kona EV Conversion":| www.projectgus.com
It’s this time of the year again, and another ShipItCon review is due! I’ve talked about the previous instances of this conference, which happens in Dublin, roughly once a year (though …| Wrong Side of Memphis
In the last several years async-friendly languages and APIs have received a large amount of attention. One contentious point in the language design space are the “colored functions”, or…| More Stina Blog!
There was a W3C session called “Accessibility at the Edge“, essentially trying to tackle the technical aspects of accessibility overlays. I’ll add links to the session and video if & when that is published.| AlastairC
Server Components run on the server instead of the client, giving you control over your bundle size and data fetching. Here’s everything we learned about them.| www.mux.com
Abstractions make our lives simpler. Until they fail. We must rely on them to build great thigns but we also most plan for when they break.| boz.com
Abstraction is fundamental in software development. What is it? What's its benefits? Should we abstract everything?| The Valuable Dev
In this post, I’d like to talk about what I think is one of the most damaging attitudes a company or a person can have in the field of software development: short-sighted perspective.| Enterprise Craftsmanship
“Interfaces are abstractions” — Olaf Thielke , the "Code Coach" “Interfaces are not abstractions” — Mark Seeman , author of Code that Fit...| www.pathsensitive.com
Why it’s worth it to deeply understand the fiddly, boring-seeming details of the computer systems you use every day.| benkuhn.net