Joined January 2022
7 Photos and videos
Will love chatgpt to have a way to pin a favorite chat @OpenAI @ChatGPTapp @ChatGPTapp
78
I was having issues running some background tasks with my Django app. I didn’t want to use heavy packages like Celery and Redis. I searched online and saw that I could use threading, but since my service is hosted on serverless, using threading wouldn’t be easy.
1
1
111
Once result is 201, so the backend can do its work without the user waiting. The user just gets redirected to the dashboard while, in the backend, it sends the Telegram message and the email. It’s actually working fine and great. I’m just trying to think of what bottlenecks
1
91
might come with this, but for now it gets the job done. If anyone has a better solution, I’d love to hear it. Honestly, it just feels stressful setting up Celery and Redis for such a small task. #DevCommunity #SoftwareEngineering #CodeNewbies #SystemDesign #FastAPI #Python
68
Live demo of Reflectly AI @v0 come through for the ui Still working on it, but you can now see the UI in action. #IndieCoder #BuildInPublic #CodingLife #100DaysOfCode #SoftwareDev #DevCommunity #ProgrammerLife #TechStartup #WebAppDev #AIApp
1
4
136
I’ve been working on something exciting: a Journaling & Mood Tracking app 📝💭 👉 Try it here: reflectly-frontend.vercel.ap… Here’s what I’ve built so far:
✅ User registration & login (JWT Auth)
✅ Journaling system (write, edit, track)
✅ Mood tracking with weekly insights

1
1
134
✅ Dashboard (trends, streaks, summaries) ✅ AI-powered reflections & insights (LangChain GPT Pinecone) Tech Stack: Frontend →Next.js Backend → FastAPI, PostgreSQL, 
AI & Infra → LangChain, OpenAI, Pinecone
1
106
This is just the beginning — excited to keep building and share more soon 🚀 #buildinpublic #SaaS #AI #MentalHealth #Productivity #IndieHackers #Startups #Mindfulness #TechForGood
1
95
🚀 I built a project with FastAPI as the backend.Deployed first on Railway but free credits maxed out 😅 so I moved to Vercel. It went live but requests were slow ⏳ and I even hit 500 errors. Meanwhile my 7 Django apps on Vercel run smooth.
2
3
169
Did some digging 👨‍💻
Turns out ASGI runtime doesn’t play well with serverless (Vercel):
❄️ Cold starts
🔌 No DB pooling
🧠 No in-memory cache
⏱ Async wasted That’s why Django (WSGI) feels faster, but FastAPI struggles.
1
90
FastAPI shines on persistent ASGI hosts If anyone knows good free FastAPI hosting options, I’d love to hear 🙌 #FastAPI #Python #Django #ASGI #WSGI #Backend #API #APIDevelopment #Serverless #Vercel #Railway #Render #Flyio #CloudRun #CloudComputing #DevOps #WebDevelopment
1
1
152
I recently built a Shopify based ecommerce site.Everything was working except people in Nigeria couldn’t access it without a VPN At first,I thought he restricted it himself.But just yesterday, while scrolling through TikTok 😅 I saw someone mention rerouting DNS using Cloudflare
1
155
So I gave it a try: Moved the DNS records from Namecheap to Cloudflare 🌐 Enabled proxy (orange cloud) on key records Waited for the changes to propagate And just like that BOOM, the site started working everywhere, including Nigeria 🇳🇬!
1
108
If you're facing access issues from certain regions on shopify try rerouting through Cloudflare. #WebDev #DNS #Cloudflare #WebsiteFix #WebHosting #TechHack #FixIt #CodeTips #LearnInPublic #BuildInPublic #TechTok #DeveloperLife
91
I helped my friend build his clothing brand website from scratch using a custom Shopify theme here’s how I did it, why we chose Shopify, and why some users in Nigeria may need a VPN to access it 👇
1
2
125
2🛠️ Why Shopify? we used Shopify for a few key advantages: •💳 Built-in payment and checkout •🛍️ Inventory & product management out of the box •🔒 PCI compliance & security •🚀 Hosting & speed optimized •🧩 Extendable with apps APIs
1
62
4🌍 Heads up: If you're trying to access the site from Nigeria, you might need to use a VPN. It seems the store owner may have set up some region-based restrictions via Shopify settings. (Not in my control, but worth noting.)#WebDeveloper #FrontendDev #FullStackDeveloper #OpenToW
73