class Frenkli {
public:
string location = "Tirana, Albania";
string education = "Data Science @ UniTirana + Software Eng @ 42 Tirana";
string languages = "Python | C | C++ | R";
string focus = "Machine Learning, Data Science & Algorithms";
string currently = "Building ML models & surviving 42 projects";
void mindset() { cout << "Build β Break β Learn β Repeat" << endl; }
};- π Passionate about Data Science & Machine Learning
- βοΈ Strong foundation in C / C++ systems programming
- π§ Love algorithms, math & problem solving
- π Always building something new in public
- β Powered by coffee +
printfdebugging
| Field | Project | Description | Tech | Status |
|---|---|---|---|---|
| βοΈ Software Engineering | 42 Tirana | π§ ft_printf | Custom printf from scratch β format specifiers, flags, width and precision |
C | β Done |
| βοΈ Software Engineering | 42 Tirana | π Libft | Custom C standard library β 40+ reimplemented functions | C | β Done |
| βοΈ Software Engineering | 42 Tirana | π₯ get_next_line | Reads files line by line using file descriptors, buffers and static memory | C | β Done |
| βοΈ Software Engineering | 42 Tirana | π push_swap | Sorting algorithm project using two stacks and a limited set of operations | C | β Done |
| π Data Science | πΈ Iris Flower Classification | KNN classification model built from scratch to understand ML fundamentals | Python | β Done |
| π Data Science | π« TiranaFly | Data analysis and visualization project focused on aviation/passenger insights | Python, Pandas, Matplotlib | β Done |
| π Data Science | π Data Analysis Projects | Exploratory data analysis and visualizations on real-world datasets | Python, Pandas, Matplotlib | π Building |
| π Data Science | π§ ML Experiments | Classification, regression and clustering models | Python, Scikit-Learn | π Building |
| ποΈ App Concept | ποΈ BetterTIRANA | Smart city idea for reporting urban problems and connecting citizens with city departments | App Concept | π‘ Idea |
π‘ More projects dropping soon β follow to stay updated!
flowchart LR
A["π Frenkli Paluku"] --> SE["βοΈ Software Engineering - 42 Tirana"]
A --> DS["π Data Science - University of Tirana"]
SE --> SE1["β
Level 1 Completed<br/>Programming Fundamentals<br/>C Programming<br/>String Manipulation<br/>Dynamic Allocation<br/>File I/O<br/>Algorithmic Problem Solving"]
DS --> DS1["β
Year 1 Completed<br/>Calculus 1 & 2<br/>Linear Algebra<br/>Programming Basics<br/>Intro to Data Science<br/>Probability & Statistics<br/>Data Structures<br/>Data Processing & Visualization"]
SE1 --> SE2A["π Level 2 Started<br/>Systems & Networks Administration<br/>Linux Infrastructure<br/>Virtualization<br/>Containers<br/>Server Management"]
SE1 --> SE2B["π Level 2 Started<br/>Object Oriented Programming<br/>Python<br/>OOP Principles<br/>Inheritance<br/>Design Patterns"]
DS1 --> DS2["π Year 2 In Progress<br/>Advanced Calculus<br/>Databases<br/>Scientific Computing<br/>OOP<br/>Big Data<br/>Optimization<br/>Numerical Methods"]
SE2A --> SE3A["β³ Level 3<br/>System & Network Programming<br/>Multithreading<br/>Synchronization<br/>Resource Management<br/>Network Protocols"]
SE2B --> SE3B["β³ Level 3<br/>Algorithmics<br/>Optimization<br/>Graph Traversal<br/>Multi-Agent Pathfinding<br/>System Simulation"]
DS2 --> DS3["β³ Year 3<br/>Machine Learning<br/>Complex Networks<br/>Signal Processing<br/>Data Analysis<br/>Professional Practice<br/>Data Science Systems Project"]
SE3A --> SE4A["β³ Level 4<br/>Web Programming<br/>Full-Stack Development<br/>APIs<br/>Databases<br/>Authentication<br/>Deployment"]
SE3B --> SE4B["β³ Level 4<br/>Artificial Intelligence<br/>LLMs<br/>RAG<br/>AI Agents<br/>Prompt Engineering<br/>Autonomous Applications"]
SE4A --> G1["π― Strong Software Engineer"]
SE4B --> G1
DS3 --> G2["π― AI / Data Engineer"]
G1 --> FINAL["π₯ Build Real-World Intelligent Systems"]
G2 --> FINAL
style A fill:#0D1117,color:#fff,stroke:#58A6FF,stroke-width:3px
style SE fill:#1f6feb,color:#fff,stroke:#58A6FF,stroke-width:2px
style DS fill:#6e40c9,color:#fff,stroke:#a371f7,stroke-width:2px
style SE1 fill:#238636,color:#fff,stroke:#3fb950,stroke-width:2px
style DS1 fill:#238636,color:#fff,stroke:#3fb950,stroke-width:2px
style SE2A fill:#1f6feb,color:#fff,stroke:#58A6FF,stroke-width:3px
style SE2B fill:#1f6feb,color:#fff,stroke:#58A6FF,stroke-width:3px
style DS2 fill:#1f6feb,color:#fff,stroke:#58A6FF,stroke-width:3px
style SE3A fill:#30363d,color:#8b949e,stroke:#8b949e
style SE3B fill:#30363d,color:#8b949e,stroke:#8b949e
style SE4A fill:#30363d,color:#8b949e,stroke:#8b949e
style SE4B fill:#30363d,color:#8b949e,stroke:#8b949e
style DS3 fill:#30363d,color:#8b949e,stroke:#8b949e
style G1 fill:#f78166,color:#fff,stroke:#fff,stroke-width:1px
style G2 fill:#f78166,color:#fff,stroke:#fff,stroke-width:1px
style FINAL fill:#58A6FF,color:#0D1117,stroke:#fff,stroke-width:3px