I'm Indi,
a
based in London.

About
I’m a backend developer and Computer Science student passionate about building scalable, high-performance systems. With a background in leadership and customer-driven roles, I thrive in collaborative environments and enjoy solving complex problems. My interests in AI and machine learning drive me to create smart, impactful solutions through continuous learning.
Download CVExpertise
Experience
Tesco Mobile
Sales Manager - Telecommunications
July 2024 - Present
Whilst at University, I progressed onto a Sales Manager at Tesco Mobile and have experience managing 3 Greater London Phone Shops in teams of 4-6 people. Gained experience in Leadership, Communication, Customer Service, Sales, and driving KPIs (Key Performance Indicators).
Freelance/Fiverr
Frontend Designer/Developer
January 2024
Experience in my first year of University doing freelance web design and development with React JS, Node JS, and HTML5.
Education
Goldsmiths, University of London
BSc in Computer Science
October 2023 - Present
Currently in my second year and working towards a BSc in Computer Science at Goldsmiths, University of London with the goal of progressing onto a MSc in Computing or Advanced Computer Science soon after.
Cybersecurity Professional Certificate
July 2024
Completed the Google Cybersecurity Certificate on Coursera as part of Continued Professional Development and interest in the field.
The Appleton Sixth Form College
A Level Maths, Physics and Biology
June 2021
Achieved A* in A Level Mathematics, Physics, and Biology.
Recent Works
Here are some of my favorite projects I have done lately. Feel free to check them out.
Decks - A DJ Audio Application.
For this project, I created a DJ audio mixing application for Windows using C++ and the JUCE Framework. Inspired by applications such as Traktor and Virtual DJ,
the user can mix songs, upload music to create playlists, and edit EQ/playback using effects.
I initially planned out the design of the UI using Figma, and did research about Digital Signal Processing and audio programming in JUCE to aid in the creation of this application.
Overall a very fun project. Enjoy the video demonstration of this project.
- C++
- JUCE Framework
- Object Oriented Programming
- Software Design
C++ Temperature Toolkit
University Project where I created a command line tool to analyse and display a visual from a dataset containing temperatures from every day in 28 EU countries between the years 1980 and 2019.
The challenging part of this project was rendering candlesticks to the terminal display. Candlestick charts can be customised in my toolkit by the month, years, and countries allowing for different
granularities. Have a look at the demonstration of the video (there is audio narration, it's just a bit quiet!)
- C++

Space Invaders Redux.
A recreation of the classic Space Invaders made with the pygame library and custom art assets.
- Python

The Nexus - A Space Amusement Park
Created a website for a concept space-themed amusement park, The Nexus. Worked in a team of 3 as part of a university challenge to plan, come up with a design, and build a website in under 4 weeks.
- Website
- Challenge

Palettes
A Python Flask web application for extracting colour palettes from images.
- Python
- Flask
- Web Application

Postfix++
A Postfix++ Calculator built using C++ for processing arithmetic and other commmon mathematical operations.
- C++
- Unit Testing