software engineer

Get in touch

Hey! I’m Bilan, a self-taught Software Developer driven by curiosity and a desire to understand how systems work. What began as late-night coding experiments evolved into a purposeful career path, starting with Generation’s Data Engineering bootcamp and later, Makers Academy’s Software Development bootcamp. Together, these experiences gave me a strong technical foundation and a lasting belief in technology’s ability to create meaningful change.

Driven by that belief, I completed a Level 4 Software Development Apprenticeship with Ford, where I became familiar with the full Software Development lifecycle and contributed to the Ford Pro mobile app, gaining practical experience in iOS development and agile teamwork.

Today, as a Lead STEM Instructor at RoboThink, I help young people see coding not as intimidating, but as a creative language for solving problems.

Whether I’m writing code or mentoring students, I’m motivated by the same goal: to build things that make a difference and to keep learning how technology can serve people better.

tech stack

Tools: Swift / Python / SQL / Git / GitHub / AWS /

Practices: Agile / Test- Driven Development

Welle (Python)

Status: Ongoing
Welle is a personal project that explores how open maritime data can be used to improve transparency at sea and shed light on global issues such as forced labour in the shipping industry. The project connects to a live AIS (Automatic Identification System) data stream, processes real-time ship positions, and visualises global movements on an interactive map.

Tech Stack:
Python · AsyncIO · WebSockets · Pandas · Folium

How it works:
Welle uses Python’s asyncio and websockets libraries to connect to the live AIS stream, which broadcasts ship positions across the globe. The data, including each ship’s ID, timestamp, latitude, and longitude, is processed and stored using Pandas in real time. This information is then visualised on a map using Folium, creating a live snapshot of global ship movements.

Purpose:
This project combines my interest in technology with my passion for ethical innovation. By analysing open maritime data, Welle demonstrates how code can be used for accountability and raising awareness about hidden human stories at sea.

projects

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.