Not every meaningful conversation starts with a notification.
Some start with, "Hi, is this seat taken?"
Real conversations. Real people. Real impact.
Only at TEDxAkure.
๐๏ธ Lock in your seat now. Link in bio
#TEDxAkure2026#ScalingForImpact#BeThereLIVE#FYP
Everybody talks about building.
Few people start with the right problem.
Here's what a strong submission looks like, and how to give yourself the best chance of standing out.
#EverybodyCanBuild#BuildWithTechOff#TechOff2026
Today, loops made a bit more sense to me ๐
A loop just repeats code while a condition is true:
let i = 0;
while (i < 5) {
console.log(i);
i++;
}
I also finally got what i++ does, it moves the loop forward so it doesn't run forever ๐
Still learning, but it's getting clearer.
I used to just watch tutorials without actually building anything ๐
That changes now.
Every lesson gets posted here. Every project goes to GitHub. No hidden work. ๐
Next step: finish JS fundamentals and start my first mini project.
#JavaScript#CodingJourney#StudentDev
A few weeks ago, I started learning JavaScript ๐
My roadmap:
โ JS fundamentals
โ DOM, events & async JS
โ Real projects โ quiz game, to-do app, CGPA calc, weather app
Everything goes to GitHub. Every lesson gets posted here.
That changes now. ๐ช
#JavaScript#CodingJourney