Love when I see people build in public this way.. Don’t wait till the project is done, walk us through the process..
Storytelling is very vital when building in public. I think this post would be even more impactful if it included the business problem you’re trying to solve or project objective, and even expected outcomes.
Sharing the dataset size tells us what you're working with, but the problem you're solving tells us why the project matters.
That's usually the part that positions you adequately and helps others understand the value behind the work.
SQL Day 1 ✅
I learnt the CRUD concept (Create, Read, Update and Delete) and created my first database and table.
Worked with VARCHAR, INT, DECIMAL and DATE, inserted records and retrieved data.
Seeing everything display correctly at the end? Very satisfying
#SQL#DataAnalytics
If you’re stuck on a syntax problem and you ask AI for help, you’re not cheating or being lazy.
It just means you’re using available tools to understand faster.
Nobody is going to reward you for sitting and suffering over the same mistake for hours.
What matters is that you get the correct answer, understand how it works, and improve.
Smart students don’t avoid help, they use it to learn quicker and better.
Work smart, not frustrated.
It's the weekend .......
I just finished my excel sales dashboard project, after series of confusion😭☺️. I'm glad I didn't give up. I'm open to correction🙏
All thanks to my tutor @ezekiel_aleke and @TechSphereAcad .
A ride-sharing company wanted to understand how its operations evolved over time.
Using four years of ride data, I uncovered insights around revenue growth, operational bottlenecks, driver performance, bonus eligibility, customer retention, etc.
Designed in dark and light mode.
Here's a beginners framework to Kickstart your journey in Data Analysis
- Lock in 3hrs with @ezekiel_aleke on YouTube learning the basics of Excel
https://t.co/reaxxR80vO
- Follow this guide by @vheeorji22
https://t.co/bRE2iN0FG9
Do this consistently for a month and build you'd then see the real progress
To know is to be free 💚
How to Start Data Analytics (Beginner Guide)
✅ Excel – learn formulas, pivots, shortcuts
✅ SQL – practice SELECT, JOIN, GROUP BY
✅ Power BI - Power Query, relationships, DAX
✅ Python – focus on pandas & NumPy only
✅ Projects – apply everything immediately
Today's SQL practice
Solved a Binary Tree problem to identify Root, Inner, and Leaf nodes using SQL.
It's interesting how SQL can be used for logic and problem-solving, not just data retrieval.
#SQL#DataAnalytics#connect#LearningInPublic