Not a CS student, but building like one | C/C , DSA,SQL (MySQL) | Currently diving into Python , Excel ,Power BI| On my way to become a data analyst

Joined August 2025
47 Photos and videos
Got rejected 🫠 ...
2
31
This is how i treat my chatgpt . Show me yours .
1
6
251
While revising SQL, I was often confused by the details: Server vs. Engine, or how SSMS actually connects to the DB. After diving deep now everything is finally crystal clear! Sharing the full flow below .
1
3
114
Frustrated after losing my SQL code, I built a Power BI dashboard instead—it was actually fun and relaxing!
2
4
192
Uploaded my 5 SQL projects to GitHub and later deleted the same folder on my laptop thinking it was a duplicate. I didn’t realise GitHub synced the deletion… and the whole project vanished. Never going to clean folders blindly. 🄲
3
51
First git push of January of 2026✨ Have you executed yours yet? github.com/thebytebard-build…
1
7
101
First, my coaching students sang for me, gave me gifts and cards, recited poetry, and wished me well. Sometimes it truly feels like a luxury to be loved by so many beautiful children, and this is how my New Year Celebration became special. Happy New Year, everyone! How was yours?
1
5
97
SQL āœ”ļø done. Projects āœ”ļø coming next. Excel āœ”ļø started today Consistency wasn’t perfect earlier, fixing it now. Learned SQL from Data with Baraa : youtube.com/watch?v=SSKVgrwh…
1
4
170
Consistency >>>>>>>>> everything
5
60
On a 2-S break — sick, sadi(not mine) šŸ˜…šŸ«”
5
163
Day 5 of learning SQL Explored DML today. I noticed that platforms like HackerRank and LeetCode have very few DML questions. Reason: They avoid INSERT, UPDATE, DELETE because users would change or break the shared database. So they only allow safe, read-only SELECT queries.
4
122
Day 4 of learning sql .... I have earned two stars, yuppee!
4
96
Day 3 of learning sql ... Explored topic : DDL
4
94
Day 2 of learning SQL… I have learned DQL, and it has only one command: SELECT. I also read about multiple filter clauses and keywords related to it.
5
96
Day 1 of learning SQL šŸ“˜ Explored the basics today: • DBMS → SSMS • Database → MySQL Server Wrapped up the introduction part — thanks to this amazing lecture: youtube.com/watch?v=SSKVgrwh…
4
99
Hey @X šŸ‘‹ Commerce → Tech in 2025 Learning Python, Tableau, MySQL Server, Excel, and Data Analytics — building in public as I grow. Looking to connect with people who are coding, learning, building šŸ¤ If that’s you, let’s connect! #LetsConnect #BuildInPublic #TechTwitter
7
82
Day 56 of learning… Finally, the database chapter has come to an end.
2
5
85
Day 56 of learning Python… Explored topic: Oracle Database DDL and DML practiced. Important note: Two big bugs ate up my whole day, but I think I learned more because of them. Probably would have never figured it out otherwise. I guess people are right — love the bugs
2
8
144
"Problem: I create a table in Oracle DB using Python and it works perfectly . But when I check the same table in SQL*Plus, it says ORA-00942: table or view does not exist " do you know the solution ? #OracleDB #Python #SQLPlus #DatabaseProblems
1
4
75
My SQL*Plus session was connected to the CDB (root), while my Python script was connecting to the PDB (XEPDB1). After switching the SQL*Plus session using ALTER SESSION SET CONTAINER = XEPDB1, everything started working
3
36