Aaron T. Grogg has a nice page chock full of examples of UI, which used to be the sort of thing that we’d use JavaScript for, but can now be done in HTML & CSS. No hate: I have nothing against JS, but it has better things to do The examples are very modern, like Tabs, where the actual tabs are created with a ::scroll-marker and positioned as a ::scroll-marker-group with anchor positioning. Fancy.
Author: drweb
Why micro teams and rotation reshape culture, not just throughput, in modern SRE.Most SRE leaders design teams around the systems they own. We designed ours around movement.We introduced micro teams expecting a throughput story: smaller groups, tighter scope, faster work. Some of that arrived. What we had not budgeted for was how much it changed the way people worked with each other.We are a 34-person group running four enterprise platforms across two continents, and at that size the thing you fight is fragmentation. People settle into corners: a database specialist who has only ever touched one product, a platform engineer…
Every once in a while, the platform drops something that makes you want to build strange demos again, or at least weirder ones. The new HTML in Canvas API is a perfect example of one of those moments. The promise is simple and exciting: take native HTML, render it into canvas workflows, and then apply visual effects with 2D Canvas, WebGL, or WebGPU. In other words, you can keep real semantic elements in your markup while treating their rendered output as pixels. Support Status (Important) To enable it, go to chrome://flags/#canvas-draw-element and turn on the “Canvas Draw Element” flag. After…
We have an in-depth course all about Web Performance Fundamentals from Todd Gardner. There is a lot to know, from the psychology of web performance, to measuring the new Core Web Vitals (LCP! INP! CLS!), to building a culture of performance at your organization. Access 300+ courses with a Frontend Masters subscription and get 20% off today! Personalized Learning Industry-Leading Experts 24 Learning Paths Live Interactive Workshops 20% Off Start Learning Today →
A survey of 831 software engineers and DevOps professionals published today identifies manual reviews (52%), security testing (51%), code rework (48%) and prompt iteration (41%) as the major bottlenecks that software engineering teams are encountering in the age of artificial intelligence (AI) coding.Conducted by the market research firm User Evidence on behalf of Black Duck Software, the survey finds 41% of respondents have incorporated AI coding assistants into more than half of new application development projects, with GitHub Copilot (83%), Claude Code (63%) and Amazon Q (49%) being the most widely used.Well over half (58%) said adding AI coding tools…
It’s the second tuesday of the month, which means T-SQL Tuesday time! This month’s topic is chosen by myself, and it’s inspired by a blog post of Alexander Arvidsson. In a nutshell, I’m asking what we would do if we need to move our data platforms back to on-prem, after a good decade of cloud computing. What would we – for example – teach our junior colleagues, since they “grew up” with cloud, serverless, SaaS and other shenanigans.I’d tell my junior peers that if something breaks, or if performance is slow, it might not just be your code. There are…
The software supply chain took another hit last week. On June 5, GitHub disabled 73 Microsoft-owned repositories after the Miasma worm infiltrated projects across four organizations: Azure, Azure-Samples, Microsoft and MicrosoftDocs.GitHub’s automated systems triggered the takedown within 105 seconds of detecting the infection — a fast response, but the damage was already done. The attack began when a malicious commit was pushed to the Azure/durabletask repository using a previously compromised contributor account. The commit planted configuration files that execute a credential-harvesting payload when a developer opens the repository in an IDE or AI coding tool.That last detail is worth paying…
Understanding software supply chain security is one thing. Putting it into practice across a real pipeline, with real deadlines and real constraints, is another. Most organizations recognize that their software supply chain is a growing attack surface, but translating that awareness into concrete, repeatable practices is where the work gets difficult. But why should your team tackle this now? According to Sonatype, over 99% of open source malware identified in 2025 occurred on npm. And the first self-replicating npm worm emerged, spreading autonomously across developer environments and compromising hundreds of packages within days. Meanwhile, Verizon’s 2025 Data Breach Investigations Report…
If your goals are accelerating flow and maximizing value in your organization, consider grabbing yourself a ticket to this year’s Flowtopia Live on Wednesday, June 24th. Flowtopia is a community of value stream practitioners, and this is our annual online jamboree where we gather to share, learn, and celebrate all things flow-related.Over 12 hours, we are featuring 50 live and interactive sessions with an incredible line-up of speakers, including transformational leaders from enterprises including Axians, Caisse des dépôts, Delta Airlines, Deutsche Telekom, Genomics England, Metlife, Parchment, Paymentology, Nationwide, NHS, Raytheon, RELEX Solutions, Sky, WIN Brands, Zayo, and many more!What’s onWhat’s…
We keep adding new AI capabilities to Redgate Monitor, where it makes sense. Check out this new feature we’ve added for alerts. This is a great addition to help a busy Ops staff cope with a large database estate.This is part of a series of posts on Redgate Monitor. Click to see the other posts.Alert Index AnalysisOne of the new things we’ve added in Redgate Monitor is an AI analysis of your alerts. This isn’t for every alert. Right now, we have three where this works in preview:Long-running queryblocking processDeadlockThis is documented on its own page.You can see this if…
