Sabitlenmiş Tweet
Code Vader
1.4K posts

Code Vader
@Julius_Java00
Frontend Web Engineer | Web 3 Building @Studentcornr Member @SuperteamNG Javascript Buff Everything code and software 😃
The web Katılım Mart 2022
375 Takip Edilen125 Takipçiler

@AmanVirk1 Is there any other good openAPI spec gen for adonis other than the one over at friends of adonis?
English

@adonisframework @AmanVirk1 I noticed something interesting while going through the v7 docs, specifically the inertia + react starter-kit tutorial, it's worth looking into imo.
I created a github issue, here's the link for your convenience.
github.com/adonisjs/v7-do…
English

@akinkunmi @oluwafunmbi_ Refreshing to see typescript believers.
Everyone on my TL is chanting Go.
Congrats man.
English

AdonisJS v7 just shipped. End-to-end type safety for the full stack. Worth a look if you're building with Node.js and TypeScript. adonisjs.com/blog/v7?v=2
English

@saltyAom What architectural pattern do you recommend for teams using Elysia.
English

Love how smooth it is to scroll through a long @antigravity agent chat compared to other IDE's janky scroll that lags.
English

@tannerlinsley @tan_stack It creates pages say after I proceed with an implementation plan for a new page or set of pages and after implementing those pages, codegen overwrites the entire implementation with the tanstack new page scaffold.
English

@Julius_Java00 @tan_stack Your agent shouldn't be editing anything we codegen. What is it trying to edit?
English

@tan_stack router's codegen acts wierd sometimes and overwrite agent's edits.
Is this something that can be fixed? @tannerlinsley @tan_stack
English

@Dominus_Kelvin One of the reason why I prefer using component libraries like shadcn, the already address most of these issues and implementations out of the box and just let you focus on other things.
English

Open any app you've built with AI.
Find a dropdown. Open it. Now click anywhere else on the page.
Did it close?
Now press Escape.
Did it close?
If the answer to either is no — congratulations, you shipped an interaction bug that every single user will hit. Not a power user. Not an edge case. Everyone.
This is the most common UI bug I see in every codebase I interact with. Vibe coded or not. Solo builder or big engineering team. The dropdown opens fine. Nobody built the dismissal.
AI generates the dropdown in seconds. What it doesn't generate is the part where it actually behaves like a real UI element.
Here's the fix. One composable or hook. Handles click-outside and Escape. Cleans up after itself on unmount.
One line to use:
useClickOutside(dropdownRef, () => { isOpen.value = false })
Dropdowns. Context menus. Popovers. Modals. Slide-overs. If a user can open it, clicking outside it should close it. That's not a nice-to-have. That's a contract.
This is one of 8 patterns I teach in my new course — Building Durable UIs in the Era of Vibe Coding. State placement. Click-outside dismissal. Form draft persistence. Navigation contracts. The decisions AI can't make for you.
→ sailscasts.com/courses/durabl…

English

@cowrywise have built a fine product ngl, been sleeping on it all this while.
English

Micro interactions + @tan_stack optimistic updates.
If no change in name is detected onBlur and onKeydown, no API calls.
Rollbacks changes on API call error.
Toast by @hiaaryan
English

@akinkunmi @Cronconut Hey bro, code-based routing or file-based routing?
English

I made sure to get @Cronconut and cronconut.com before I tweeted this. 😂
I don't know about you, but to me, it's such a good name.
Titanium@akinkunmi
Started working on another $0 MRR product. 😔
English

@ennycodes @akinkunmi No you don't, check out @SuperDesignDev merge that with @cursor_ai and you're good.
English

@akinkunmi I need a designer 👀. Got some old projects I can work on? 🙌🏽
English

Everything I've shipped this year.
- outray.dev
- fireflow.run
- spinna.fun
- envii.dev
- AirBot
- ourheart.xyz
- Cronconut (next week)
English

@stanlee0nX @minisTA_123 Dawg, Tech twitter is a freaking bubble I promise you.
Let's take that number to 98% lol
English

Let’s stop the pretense, “if you’re good ai won’t replace you” bla bla bla
It’s just a matter of time, a job that needs 3 developers will require only 1 developer just to supervise code
Companies that needs 12 developers will reduce to 2, it’s just a matter of time and it’s already started
Andrew Dev@just_andydev
Developers we're being boxed in. Ai is making it too easy for anyone to build apps and softwares. Let's stop the pretend, anyone can vibe code an app today in minutes. Same time millions of people are entering the job market.
English

seniority isn't about memorizing stuff but most things can be explained in simple terms..
TCP is one of the main ways computers communicate with each other over the Internet.. it works by the CLIENT initiating a TCP connection to the SERVER. The server responds to show it is ready and the client responds again.. this is called a THREE-WAY HANDSHAKE
But the connection is not its main job. You see when you send data over the Internet, it gets broken into small chunks called PACKETS.
TCP's main job is to ensure that the data packets are received and acknowledged without losing anyone. Without TCP, packets can arrive out of order, they can get lost or even get corrupted.
trish@_trish_xD
it your 'senior engineer' can't explain how TCP works without Googling, they're not senior. they're just experienced
English

@antisocialazn_ Love the glasses btw. Looks really cool on you.
English

@antisocialazn_ Might be weird but I only find humans interesting when I observe them from afar, almost feels like I could write a book on human behaviors and it'd be a best seller lol.
English






