qurios.bsky.social
@qurios.bsky.social
Reposted
TanStack Table is a headless table library offering a Svelte wrapper to help you build advanced datagrids 💪 - madewithsvelte.com/tanstack-sve...
August 14, 2025 at 10:25 AM
Reposted
Whenever someone shares a performance comparison of programming languages, many folks are surprised to see #Java rank up very high. I think by now it's kinda criminal how underrated Java and the JVM are in circles not familiar with it. This misconception is the biggest challenge for this platform.
August 15, 2025 at 7:49 PM
Reposted
Why Git Rebase is Powerful (But Dangerous if Used Wrong)

Git rebase can clean up your commit history & make merges smoother—but misuse it, and you’ll break everything!

Here’s why rebase is powerful, when to use it, and how to avoid disasters 👇
February 27, 2025 at 3:08 PM
Reposted
Liftoff for Blue Origin's New Glenn rocket, for the first time:
January 16, 2025 at 7:03 AM
Reposted
Blue Origin #NewGlenn Launch
January 16, 2025 at 7:17 AM
Reposted
A small one, FastAPI 0.115.6 🐛

This fixes a bug that prevented having the full traceback when a sync dependency with yield raised an exception in Python 3.11. 🤓

Thanks to @marcelotryle.bsky.social for the help with this one! 🙌

github.com/fastapi/fast...
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production
FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi
github.com
December 3, 2024 at 10:52 PM
Reposted
This release is much bigger than usual as we had to wait to finish refactoring messages - didn't want to make big public breaking changes in two successive releases.
December 16, 2024 at 10:08 PM
Reposted
React v19 is now stable!

react.dev/blog/2024/12...
React v19 – React
The library for web and native user interfaces
react.dev
December 5, 2024 at 7:05 PM
Reposted
AWS and GitLab team up to bring Amazon Q agents to GitLab’s Duo Assistant
AWS and GitLab team up to bring Amazon Q agents to GitLab’s Duo Assistant
GitLab, the popular developer and security platform, and AWS, the popular cloud computing and AI service, today announced that they have teamed up to combine GitLab’s Duo AI assistant with Amazon’s Q autonomous agents. The goal here, the two companies…
tcrn.ch
December 3, 2024 at 6:08 PM
Reposted
Here's an end-of-year treat for you.

I'm making my most popular paid workshop free to access until December 19th.

It's the deepest dive into TypeScript generics you could imagine.

GET THAT SWEET SWEET KNOWLEDGE

www.totaltypescript.com/workshops/ty...
TypeScript Generics Workshop
Master TypeScript's generics with exercises from basics to advanced, including conditional types and currying.
www.totaltypescript.com
December 11, 2024 at 4:04 PM
Reposted
38 years ago my father gave me my first computer. Today I will travel back in time to stop him.
December 11, 2024 at 2:07 AM
Reposted
did you know that you can conditionally exit an effect?

this is useful if you want a subscription to only stay active while some condition is true, and to stay removed while that condition is false.

a bit mindbending, but so it is with react!
November 1, 2024 at 10:03 PM