Some news from @oxide.computer: we got a raise! Our annual salary now stands at $235K. oxide.computer/blog/oxides-...
10.08.2025 15:48 โ ๐ 177 ๐ 23 ๐ฌ 3 ๐ 5@sysout.dev.bsky.social
Some news from @oxide.computer: we got a raise! Our annual salary now stands at $235K. oxide.computer/blog/oxides-...
10.08.2025 15:48 โ ๐ 177 ๐ 23 ๐ฌ 3 ๐ 5Checkout the new page on the @spring.io website that maps the #springboot generation to all the other Spring projects, including Spring Cloud. spring.io/projects/gen...
07.08.2025 19:11 โ ๐ 21 ๐ 5 ๐ฌ 1 ๐ 0For projects using the OpenTelemetry Java Agent, a while ago I contributed a Buildpack to the Paketo project. When containerising Java applications with Buildpacks, it lets you include the agent automatically. paketo.io/docs/howto/a...
03.08.2025 17:07 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0This is a thought provoking, bite sized little piece that boils down to, "don't give feedback on EVERYTHING, because not everything matters! give feedback on things that have impact."
I think it's a *great* exercise for the feedback-giver to think through the impact they want their advice to have.
Well, this is awkward. AWS released a Cursor clone and it's... actually not terrible? It may be time to re-evaluate my life. kiro.dev/blog/introdu...
14.07.2025 14:00 โ ๐ 106 ๐ 15 ๐ฌ 7 ๐ 6this video is looking pretty great as an overview of the area. love the visuals
24.06.2025 22:23 โ ๐ 12 ๐ 1 ๐ฌ 1 ๐ 0this actually seems like it might be an awesome series. i really liked the clarity of the first video. youtube.com/playlist?lis...
25.06.2025 00:08 โ ๐ 17 ๐ 2 ๐ฌ 0 ๐ 0Following UA+, here's the next project.
CSS boilerplate: A default CSS structure for projects of any size.
It comes with a detailed explanation how I use cascade layers.
fokus.dev/tools/css-bo...
Today we're sharing that View Transitions and Activity are ready to try in the experimental channel, along with docs and updates on other areas we're actively working on:
react.dev/blog/2025/04...
Transactions are a protocol
short new post
notes.eatonphil.com/2025-04-20-t...
Authentication is part of web security - and as such it can be intimidating.
All these attack scenarios, secrets, encryption layers, protocols, mitigations and rules.
Luckily, James Mickens summarized all we need to know in his classic paper "This World of Ours":
There are two problem-solving approaches:
1) identify a problem that you want to solve, then find a method that will solve it
or
2) pick a method you want to use, and go hunting for problems.
The second way is the stupid way, so it shouldn't surprise anyone that it's the default method in tech.
Want to know what changes with Maven 4? Grab something to drink and read the following article I wrote for the Maven page (will continuously be updated with further releases):
maven.apache.org/whatsnewinma...
Documentation is fun ๐
Want to have more observability into how your design system is used?
Check out how I used @honeycombio & Puppeteer to track design system component adoption on a live application www.honeycomb.io/enabling-des...
Introducing `content-visibility: auto` - A Hidden #Performance Gem
#CSS
Propagating #OpenTelemetry context when using #VirtualThreads & Structured Concurrency by @warski.org
23.03.2025 09:19 โ ๐ 12 ๐ 2 ๐ฌ 0 ๐ 0A look at MCP from a16z
a16z.com/a-deep-dive-...
Really outstanding explanation of stream gatherers
22.03.2025 12:23 โ ๐ 5 ๐ 2 ๐ฌ 1 ๐ 0My interactive AWS NAT Gateway blog post is now published. Check it out at malithr.com/aws/natgatew....
20.03.2025 08:56 โ ๐ 64 ๐ 12 ๐ฌ 10 ๐ 6It's been awesome getting to team up with @ramimac.me to dig into a new AWS feature! Read our thoughts on AWS's new CloudTrail network activity events (aka VPC endpoint logs): www.wiz.io/blog/aws-vpc...
20.03.2025 15:45 โ ๐ 9 ๐ 2 ๐ฌ 0 ๐ 0If you have pain merging #jacoco reports from #maven multimodue projects this will make your life easier github.com/olamy/jacoco... #maven #jenkins
20.03.2025 04:33 โ ๐ 2 ๐ 3 ๐ฌ 1 ๐ 1If someone tells you that coding with LLMs is easy they are (probably unintentionally) misleading you. They may well have stumbled on to patterns that work, but those patterns do not come naturally to everyone. Iโve been getting great results out of LLMs for code for over two years now. Hereโs my attempt at transferring some of that experience and intution to you. Set reasonable expectations Account for training cut-off dates Context is king Ask them for options Tell them exactly what to do You have to test what it writes! Remember itโs a conversation Use tools that can run the code for you Vibe-coding is a great way to learn A detailed example Be ready for the human to take over The biggest advantage is speed of development LLMs amplify existing expertise Bonus: answering questions about codebases
Here's the table of contents for my lengthy new piece on how I use LLMs to help me write code simonwillison.net/2025/Mar/11/...
11.03.2025 14:10 โ ๐ 57 ๐ 7 ๐ฌ 0 ๐ 2๐ ๏ธ โ๏ธ New Interactive Article: CSS Relative Colors
I explored how CSS relative colors work, the problem they solve, along with many practical examples.
ishadeed.com/article/css-...
Not canonical per se, but both @hazelweakly.me and @charity.wtf have written extensively on this topic. These aren't short reads, but they are, to me, fundamental to understanding where o11y is going
thenewstack.io/the-4-evolut...
hazelweakly.me/blog/redefin...
charity.wtf/2024/08/07/i...
๐ How I build websites with LLMS
(Sorry in advance for the baited headline)
blog.jim-nielsen.com/2025/lots-of...
If you are a Maven Surefire user and ever wanted a fancy tree output for your tests instead of a bunch of logs, you absolutely should try this.
I have a soft spot for sync engines because of working on similar stuff at Figma. This is an honest talk on how Linear evolved their sync engine to resolve various scaling challenges.
21.02.2025 21:32 โ ๐ 14 ๐ 2 ๐ฌ 2 ๐ 0Managing the top layer is difficult and by extension this makes Dialogs and Popovers difficult. In this post I vent a little frustration and try to work out a viable solution. Any and all ideas and feedback are welcome.
dev.to/link2twenty/...
#webdev #react #javascript
I just made a thing:
A collection of links for web developers to navigate the web platform more easily.
๐ข Places to follow progress and keep track.
๐ฃ Places to make your voice heard and influence the platform with your use cases.
I've been spending quite a bit of time exploring AI workflows and building AI applications. I wrote a short blog post on my latest experiment which combines two exciting open source projects -Spring AI and CodeGate.
dev.to/stacklok/acc...
#java #springboot #SpringFramework #ai