React With Boluwatife
@BoluwatifeReact
Followers
310
Following
79K
Media
109
Statuses
3K
Frontend Developer ⚛️ | Civil Engineer 🏗️ Faith + Imagination + Enthusiasm + Decision + Persistence = Growth 🌱 Arsenal ❤️ | Catholic ✝️
Abuja, Nigeria
Joined February 2013
I've just completed a front-end coding challenge from @frontendmentor! 🎉 You can see my solution here: https://t.co/QirlO8xm9z Any suggestions on how I can improve are welcome!
frontendmentor.io
Boyutife's front-end solution for the Weather app coding challenge on Frontend Mentor
0
0
2
By separating execution from verification, we ensure that a state verified once is mathematically sound everywhere. The Soundness Testnet is now live. Come build the future of verifiable compute. 🛡️⚡️ #Soundness #ZK #Web3 #Infrastructure #Testnet #Blockchain
@SoundnessLabs
0
0
0
Don't just trust. Verify. We're moving from a world of fragmented truth to a universal standard. Introducing the Soundness Layer, the decentralized verification backbone for the new internet.
1
0
1
Juggling a 9–5 and my tech journey is tough. Tech isn’t footing the bills yet, but the passion keeps me going. If I’ve been less active on here, it’s because I’m building—slowly, consistently, and intentionally.
0
0
4
Thought Supabase was acting up… Turns out I just forgot to return the data. 😭 console.log() is still my therapist and debugger in one. 🧠💬 Ps: I returned with .maySingle()
I’ve always known about insert() and update() from regular CRUD operations… but today I discovered upsert() in Supabase 😅 It’s like a combo move — insert if new, update if exists. Honestly, it just makes sense 💪 #Supabase #LearningInPublic #WebDev #JavaScript
1
0
3
Your portfolio should show solutions, not just the usual 5 demo apps. Understand your code and be able to explain it in a way that shows you’re solving real problems. #WebDevelopment #CodingJourney #BuildInPublic #DevPortfolio #LearnToCode
0
0
1
Tried array[array.length - 1] + 1 instead of array[array.length - 1].id + 1 😭 Result: "[object Object]1" — a string as an ID 💀 Still worked when filtering… because JS doesn’t care 😂 If it works, don’t touch it 🤣
0
0
5
Frontend dev used to be just HTML, CSS, and maybe a bit of React — now you need a whole toolbox to keep up 😮💨 Sometimes I wish I got into tech 10 years earlier 😭
6
28
160
I’ve always known about insert() and update() from regular CRUD operations… but today I discovered upsert() in Supabase 😅 It’s like a combo move — insert if new, update if exists. Honestly, it just makes sense 💪 #Supabase #LearningInPublic #WebDev #JavaScript
Today I learned to wrap my query in encodeURIComponent(), and I stopped fighting with "Bad Request" errors. Spaces and special characters can break your API calls—encode them
2
0
1
6 Things That Have Made Me Stand Out as a Website Developer Today: 1) I don’t discriminate against any tools. I’m always open to learning new ones. 2) I make time to rest so I don’t burn out. 3) I code every day. 4) I don’t know everything; that’s why YouTube, ChatGPT, and
12
16
195
A few minutes ago, I was reading a tweet where one of my bosses mentioned React being saturated. And I said — even in a crowded field, you can still stand out. Nothing is truly new; it’s how creative, innovative, and passionate you are that makes the difference.
0
0
0
Today I learned to wrap my query in encodeURIComponent(), and I stopped fighting with "Bad Request" errors. Spaces and special characters can break your API calls—encode them
Started building a movie app recently. Not one of those streaming types 😅 — just pulling data from TMDB to learn more about APIs. Came across Flowbite, and it’s been surprisingly handy for quick UI builds. Still cooking, but I like where it’s going. 🎥 #BuildingInPublic #webdev
1
0
0
First class done ✅ It was exciting 🔥 — straight to the fundamentals! Even the most learned needs a reminder sometimes. Grateful to be on this journey 🙏 #Tech4AfricansScholarship #TechCrush #Tech4Africans
@TechCrushHQ
0
0
1
I’m a Frontend Developer passionate about everything React. I build responsive, user-friendly interfaces that bring ideas to life.
0
0
0
Started building a movie app recently. Not one of those streaming types 😅 — just pulling data from TMDB to learn more about APIs. Came across Flowbite, and it’s been surprisingly handy for quick UI builds. Still cooking, but I like where it’s going. 🎥 #BuildingInPublic #webdev
0
0
6
Was working with the TMDB API — kept getting errors 😩 Eventually went back to the docs and found the fix. Reading docs should be a core dev skill. Even AI gets it wrong sometimes — read the docs and know peace 🕊️ #Coding #API #WebDevelopment #LearnToCode #SoftwareEngineering
0
0
2
Been experimenting with motion and minimal design lately — here’s my new React portfolio ⚡ Built with: Vite ⚙️ TailwindCSS 🎨 Framer Motion 🌀 EmailJS 📧 🎥 Short demo below 🔗 Live demo : https://t.co/bcfhMSnLTi
#webdevelop #FramerChallenge
2
0
1
Ever wondered why pseudo-elements don’t work on replaced elements? 🤔 It’s because replaced elements (like <img> or <video>) are rendered from external resources — no internal content box for ::before or ::after to live in.
0
0
1