software engineer
Get in touch
Hey, I’m Bilan — a Software Engineer with a foundation in Python and a background in Data Engineering and full-stack development.
I began my journey through Generation’s Data Engineering bootcamp and Makers Academy, where I built projects using Python, SQL, and modern development practices. I then completed a Level 4 Software Development Apprenticeship at Ford, contributing to the Ford Pro mobile app and gaining experience in agile teams and iOS development.
Alongside this, I build and deploy personal projects focused on backend logic and problem-solving, strengthening my skills in Python and real-world application development.
Currently, I work as a Lead STEM Instructor at RoboThink, where I teach young people how to approach coding as a tool for creativity and structured thinking.
tech stack
Tech Stack
Python • SQL • Git • GitHub • AWS (basic) • Swift
Practices
Agile • Test-Driven Development (TDD)
projects
Welle: Real-Time Maritime Data Visualisation (Python)
Status: Ongoing
Welle is a Python project that processes and visualises live maritime data using AIS (Automatic Identification System) streams. It focuses on building a real-time data pipeline and mapping global ship movements.
Tech Stack
Python • AsyncIO • WebSockets • Pandas • Folium
How it works
Welle connects to a live AIS data stream using asynchronous Python (asyncio, websockets) to handle continuous incoming data. Ship data — including ID, timestamp, latitude, and longitude — is processed in real time using Pandas and visualised on an interactive map using Folium.
Why I built it
I wanted to explore how open data can be used to uncover patterns that aren’t immediately visible. Maritime data, in particular, can provide insight into global systems and raise awareness of issues like forced labour in shipping.
macOS mock server app (Swift)
Status: Complete
I created this mock server macOS app for my team at Ford to streamline the development process. Previously to interact the mock server it required several manual steps - this app encapsulates the process in a user-friendly way.