Skip to content
View AndreiIliescu's full-sized avatar
:dependabot:
:dependabot:

Block or report AndreiIliescu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AndreiIliescu/README.md

Hi, I'm Andrei πŸ‘‹πŸ»

Junior Python Developer based in Bucharest, Romania. I transitioned into software development after 4+ years in data operations and financial systems. I completed a 280-hour Python bootcamp at Software Development Academy, where I built a solid foundation in Python, Django, SQL, OOP, TDD, and data structures.

I care about writing clean, readable code and understanding how things work under the surface. Currently focused on backend development with Django and expanding my skills through hands-on projects.

Open to Junior Python Developer, Backend Developer, and Data Analyst roles. Available for on-site, hybrid, and remote positions.


class AboutMe:
    def __init__(self):
        self.name = "Andrei Iliescu"
        self.location = "Bucharest, Romania"
        self.role = "Junior Python Developer"
        self.open_to_work = True

    def currently_building(self):
        return "Full-stack expense tracker with Django, PostgreSQL, Chart.js, and Docker"

    def hobbies(self):
        return [
            "Practicing judo since 2012 β€” brown belt",
            "Traveling and exploring new cultures",
            "Japanese culture and minimalist design",
            "Video games and story-driven worlds",
        ]

Tech Stack

Languages

Python JavaScript

Backend

Django

Databases

MySQL SQLite

Frontend

HTML5 CSS3

Tools & Practices

Git GitHub TDD OOP


Featured Project

Nova Sushi Restaurant β€” Full-Stack Web App

GitHub Repo

Full-stack Django web application covering user registration, authentication, menu browsing, order management, and table reservations. Designed normalized relational database models for users, orders, reservations, and messages. Built dedicated custom pages for full CRUD operations on menu management without relying on Django's built-in admin panel. Integrated a responsive frontend using HTML5, CSS3, and JavaScript.

Stack: Python, Django, SQLite, HTML5, CSS3, JavaScript


Currently Building

Expense tracker web application with multi-currency support, bank statement parsing (CSV, XLSX, PDF), automatic transaction categorization, and interactive charts. Built with Django, PostgreSQL, Chart.js, and Docker.


Certifications

Google AI Essentials Claude 101 Introduction to Agent Skills Claude Code in Action Python TestDome SQL TestDome Excel TestDome


Recommendations

Recommendation Letter

GitHub Stats




Get in Touch

LinkedIn Email CV

Pinned Loading

  1. expense-tracker expense-tracker Public

    Expense Tracker is a personal finance management web application built for individuals who manage multiple bank accounts and cash flows. It gives users a single, centralized place to track income, …

    Python

  2. sda-final-project sda-final-project Public

    A full-stack web application for a sushi restaurant. Users can create accounts, manage their profiles, place orders, make reservations, and contact the restaurant. Admins manage the menu directly f…

    HTML

  3. sda-python-developer-from-scratch sda-python-developer-from-scratch Public

    This repository contains all the code I wrote during the Python Developer From Scratch bootcamp at Software Development Academy Romania. It covers everything from Python fundamentals to full-stack …

    Python

  4. scripts scripts Public

    A collection of Python scripts built while learning Python. Each script is standalone and focuses on a specific concept or real-world use case, ranging from basic CLI tools to real-time AI object d…

    Python

  5. self-learning-frontend-development self-learning-frontend-development Public

    A personal collection of frontend mini-projects built while learning HTML5, CSS3, and Vanilla JavaScript. Each project focuses on a specific UI concept or visual effect, written without frameworks …

    CSS