Go Back to Home Page
My Coding Roadmap & Milestones
A timeline of everything I have learned so far and the big projects I want to build next.
1. Finished Milestones (What I Know)
These are the core HTML concepts I have already practiced and unlocked:
- [✓] Basic Page Structure: Learned how to use
<html>, <head>, and <body> correctly.
- [✓] Custom Styling: Figured out how to use
bgcolor and text styling to make a warm beige theme.
- [✓] Hyperlinks: Built a multi-page setup by linking multiple local files together using the
<a href> tag.
2. Current Active Milestones (In Progress)
What I am currently setting up and executing right now:
- Python: I know python very well and am really good at python and database management in python.
- MYSQL: I have mastered MYSQL Connection with python and I really love it
- Not a Rookie!: My Github account is 5-6 years old, as I was interested in coding from the start!
- Custom Domain: Trying to get a cool subdomain like is-a.dev for my portfolio.
3. Computer Science Background (Class 12 Python)
Outside of building websites, I took Computer Science in school and know the entire Class 12 syllabus inside and out. Here is the heavy logic I already know how to code:
- Computational Thinking and Programming: Functions, passing arguments, scope, and working with Text, CSV, and Binary files in Python.
- Data Structures: Managing data using linear structures like Stacks (Push and Pop operations).
- Computer Networks: Understanding structure, topologies, protocols (HTTP, FTP, TCP/IP), and network security basics.
- Database Management (SQL): Creating databases, writing queries (Select, Where, Order By, Group By), and using Python to connect directly to an SQL database.
4. Future Level-Up Goals
The bigger coding skills I want to tackle once my domain is completely live:
- CSS Foundations: Learn CSS to make the webpage more cool!
- JavaScript Basics: Learn JS to make a unit converter and add cool effects to website
- Web Games: Try to make games on browser which require no installation!