Just shipped version 2.0 of my developer portfolio. 🌐
I wanted an architecture that reflects my actual tech stack so I built a custom, terminal-inspired SPA using Next.js, TypeScript, and Tailwind. Fast, scalable, and zero fluff.
Currently available for full-time roles and freelance web dev contracts.
Live link: shorturl.at/84xr9 (Used a shorturl cuz The @pxxl_space links currently can't post on x please check it out)
#WebDev#Nextjs#React#TypeScript#BuildInPublic
11 Ace Data Cloud MCP servers, one API token, and they run inside almost every AI editor you already use.
Suno for music. Midjourney, Flux, Seedream, and NanoBanana for images. Luma, Sora, Veo, and Seedance for video. Serp for search and ShortURL for links.
All accessible from Cursor, Claude Desktop, Claude Code, Windsurf, VS Code, Cline, JetBrains, ChatGPT, and Gemini CLI.
Pay per call. No app switching. No separate accounts.
ever wondered how @TinyURL handles billions of URLs without duplicating a single one?
it's the kind of system that looks like a 5-minute whiteboard sketch, then catches you the moment the interviewer asks "but how does it scale?"
here are the 3 details that actually decide whether you pass:
the math. 100 million URLs a day, 365 billion over 10 years. you need to fit all of that in a string short enough to type. answer: 7 characters from [0-9, a-z, A-Z] gives 62^7 = 3.5 trillion combinations. enough for 10x what you'll ever need.
the redirect choice. 301 vs 302 matters more than people think. 301 (permanent) lets the browser cache the redirect, so the second visit skips your servers entirely. great for load, terrible for analytics. 302 (temporary) routes every request through you. great for tracking, expensive at scale. most teams pick one without realizing the trade.
the read-heavy reality. tinyurl gets ~10 reads for every 1 write. but most candidates spend the interview designing the write path. the actual hard problem is caching the read path. <shortURL, longURL> in a redis layer in front of your db is where production scaling actually lives.
the surface is simple. the layers underneath are why this question survived as an interview classic.
follow if you want more breakdowns.
@HeyOz_AI@AnthropicAI
Our MD/CEO, Dr. Chizor Malize, will be speaking at The Career Woman Series, where she will share practical insights on maximizing career opportunities for wealth creation, wellness, and achieving life goals.
As a transformational leader and thought leader in innovation, leadership, and organizational growth, she continues to inspire professionals across Africa through impactful conversations that drive personal and professional excellence.
Join her alongside other inspiring voices as they explore strategies for building fulfilling careers, thriving in today’s evolving workplace, and creating lasting impact.
📅 Thursday, May 21st, 2026
⏰ 4PM (GMT 1)
📍 YouTube
Register here:
forms.cloud.microsoft/pages/…….=&route=shorturl
Be part of the conversation empowering women to grow, lead, and thrive.
#FITCNigeria#CareerWomanSeries#Leadership#WomenInLeadership#CareerGrowth
guys dont open the shorturl link 😭 bcs you will be directed to my now private tumblr page. go to my wordpress instead.
some posts are pw locked but they all use the same pw.
and if you cant figure it out, go to faq on my blog's menu!