Convex just works and I love that about it
Posts by Austin Baune
You're right to question that!
Attempting to still be hip with the youths takes time.
Git checkou
Git chec
Git switch -c
You're absolutely right!
Of all the things @syntax.fm has taught me, learning Roller Coaster Tycoon was written in Assembly by one dude might be the craziest ๐คฏ๐คฏ
About 3 weeks into vim motions, why not use them during a demo. What could go wrong??
I'm curious essentially if given historical data how well could we have an agent diagnose and propose the fix during a red alert event. And how quickly?
Has anyone #vibecode a red alert? How successful was it?
#vscode vim extention is terribly slow. Was planning on using it until I was fluent enough for neovim. Maybe a forcing function for neovim.
Any suggestions?
My #vim journey so far
Week 1: slow
Week 2: ooh, that was nice
Week 3: I think I love you
Dammit, I think I love using vim
Front end frameworks today mostly do the same thing. When choosing think about
1. How do I want to handle routing?
2. How complex is my server?
3. What comes with the most out of the box tooling to accomplish my task?
Refactoring can not only help out your codebase, but it can also promote forced learning when you break all the things. #protip
Is there an industry standard for what a login page should look like? Box with inputs, vertical page layout, etc? #webdev
Typescript is 10x faster using... go? Let's go!
youtu.be/pNlq-EVld70?...
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
devblogs.microsoft.com/typescript/t...
Learning how to promt #AI is half the battle.
#Claude made me love css again. Simple prompts to accomplish large tasks with impressive accuracy.
Today I learned that Object.freeze(obj) is a thing. This makes the obj immutable, with the gotcha that it is shallow.
#js #webdev
AI won't replace your job, but someone using it will.
Create React App is dead react.dev/blog/2025/02...
We had good luck migrating to RsBuild and RsPack!
Converted a somewhat large code base from #webpack to #rspack recently and saw the build time go from ~40s to ~2s!
The overall package size increased slightly ๐ซฃ (any tips here?) but the build time saved is a big win.
#rust #webdev
I've been primarily in React land, but recently have been trying Svelte with the release of Svelte 5. Gotta say that I'm really liking it so far. #svelte