Fatima Aslam
@Fa_code
Fatima Aslam
@Fa_code
AI/ML & Web Dev Enthusiast | Building trading systems, healthcare tech, and research-backed projects
AI/ML & Web Dev Enthusiast | Building trading systems, healthcare tech, and research-backed projects
Asansol, India
Devfolio stats
Devfolio stats
1
project
1
0
prizes
0
4
hackathons
4
0
Hackathons org.
0
GitHub
GitHub
124
contributions in the last year
Sep
S
M
T
W
T
F
S
Aug
9
stars earned
12
repositories
6
followers
Algo-Trading-ml-assignment
An automated trading system that implements technical analysis and machine learning strategies on NIFTY 50 stocks. The system features real-time data processing, backtesting, automated trade execution, and integration with Google Sheets for reporting.
Python
1Stars
0Forks
Farm-Direct
Jupyter Notebook
1Stars
0Forks
HospitalSystem
A minimal patient record management system built with Flask, SQLite, HTML, and CSS. Designed to manage basic hospital patient information with easy form-based UI.
HTML
2Stars
1Forks
DSA-ToolKit
Open-source collection of optimized Data Structures and Algorithms with clean code, thorough documentation, and step-by-step explanations. Features implementations in both C++ and Python, covering everything from basic arrays to advanced graph algorithms.
1Stars
1Forks
Medium Posts
Medium Posts
Mastering Databases the Smart Way: No Jargon, Just Clarity
medium.com
Finally understand databases through everyday examples — no confusing jargon, just real talk Hey there! 👋 Let me be honest — when I first heard the word “database,” it sounded intimidating. All I imagined were endless tables, weird commands, and a bunch of rules I didn’t understand. But recently, I took the time to learn about databases properly (yes, by building and breaking things myself), and now I finally get it. So I’m writing this for anyone like me — someone who prefers real talk over textbook d...
Integrating Medium Blog into My Portfolio Website — Here’s the Cleanest Way to Do It (Step-by-Step)
medium.com
Integrating Medium Blog into My Portfolio Website — Here’s the Cleanest Way to Do It (Step-by-Step) The Story Behind This Tutorial While working on my portfolio one night, I realized I had something new to show — my first article on Medium. It felt like a milestone worth highlighting, not something to hide behind a generic “Check out my blog” link. Honestly, who clicks those anyway? I didn’t want a plain button that leads somewhere else. I wanted the content to actually appear on my website — clearly, c...
Why OOP Finally Clicked for Me And How you Can Learn It Too.
medium.com
Let’s understand Object-Oriented Programing (OOP) Object-Oriented Programing (OOP)? If you’re not familiar with Object-Oriented Programming, or OOP, it’s a programming paradigm based on the concept of “objects.” These objects represent real-world entities and encapsulate both data and the functions that operate on that data. The core idea behind OOP is data binding — keeping data safe from unintended access and manipulation by grouping it with the methods that work on it. Why we need OOPs? Here’s why Obj...