Crypto Developer turned Technical Storyteller & DevRel ๐๏ธ | I take complex Web3 / System Design architecture and translate it into viral, human-readable hooks
"I don't write code anymore, I'm a vibe coder."
Translation: You are playing a slot machine.
"Vibe coding" is just Developer Gambling. You pull the prompt lever, wait for the dopamine hit of a compiled build, and if it fails, you throw in another coin ("fix this error").
Here is the harsh reality of System Design. When you "vibe code", you aren't an architect. You are a passenger in a probabilistic system. When that code breaks in production at 3 AM, you can't fix it because you didn't design itโyou just got lucky on the 5th roll.
Everyone thought these AI agents were some AGI black magic orchestrating complex AST transformations. Then the claude-code leaked.
The reality? Itโs literally a while loop calling an API with hardcoded prompts. It has a regex to detect when the user gets angry. It occasionally makes up fake tools just to confuse reverse-engineers. Thatโs your magical AI co-worker. A loop and a regex.
This is the exact difference between a Junior and a Senior in 2026.
Juniors treat AI like a magic 8-ball. They ask for a feature and hope it works. Seniors treat AI like an aggressive intern. You still have to define the architecture, state management, and the validation boundaries. Bridging a hallucination engine to a production database without a strict validation layer isn't "vibe coding." It's an incident waiting to happen.
AI is the best tool weโve ever had for accelerating iteration. But it doesn't replace the need for deep technical architecture.
Stop vibe coding. Start System Designing.
"Don't Trust, Verify."
Auth is simply the process of delegating psychological trust to cryptography.
"Don't Trust, Verify."
If you build in React, tools like @Auth0 or @nextauthjs abstract this away, but you still need to know the handshake.
More deep dives at #LidiaExplains ๐ค
Most devs type `npm install next-auth`, copy-paste the config, and call it a day.
But what actually happens during an Authentication Handshake? If you don't know, your system is one misconfiguration away from a data breach.
Here is how Auth *really* works. ๐งต๐
In modern backend-to-backend communication, passwords are dead. We use Mutual TLS.
Servers exchange cryptographic certificates. "I don't trust you, you don't trust me. Let's do math to prove we are both legit."
We obsess over AI writing code faster or replacing jobs. But its most underrated feature is acting as an API for human expression.
It lowers the barrier to entry so you can confidently be a beginner again.
Whatโs a creative field youโve been too intimidated to try? ๐
I've always been a "logic and systems" person. Art? A closed ecosystem. But 3 months ago, I saw this interactive portrait concept and decided to build one as a gift.
Here is how treating art like System Design + AI unlocked a completely new medium for me ๐งต๐
CI/CD for art. I took raw photos of the process. Instead of editing a stop-motion manually, I dropped them to my AI agent, which compiled them via an ffmpeg script in seconds.
Tech handles the boilerplate. I enjoy the art.
The final build โฌ๏ธ