.
My name is Jasstej Singh, and I am a Software Engineering student.
Over the past few years, I have explored a wide range of projects and hobbies, including creating music, launching a YouTube channel, gaming professionally, coaching e-sports, and pursuing various other interests that have helped refine my goals.
I have approximately five years of programming experience, including three years focused on website development using HTML, CSS, Javascript and backend services.
As of late 2024, I am pursuing a Bachelor's degree in Software Engineering, with strong aspirations to continue my education, potentially up to a PhD.
I have worked on several projects, many of which are open source and available on my GitHub page, which will be listed below.
Projects that I've been working on
Viewing 3 / 6 (Press View More to view All Projects)
This project was initiated based on a user request on TikTok, showcasing my ability to work with binary code and manipulate it to extract specific data.
The project extracts the necessary digits from the TikTok URL, converts them to binary, takes the first 32 digits of that binary value, and then converts it back to decimal.
Finally, the decimal value is translated into a UNIX timestamp to determine the exact upload date of the video.
The entire process is implemented in JavaScript, integrated into the website, and styled using CSS.
The project can be accessed through the link below, along with the source code available on GitHub.
Project Link / / / Source Code
This project was developed in 2021 during my learning phase with the Unity Game Engine.
The game features a movement system, grappling mechanics, and a simple user interface, creating a parkour experience where the player jumps across platforms, uses a grappling hook, and completes multiple levels.
It was built using Unity scripts written in C#. Additionally, I integrated databases and remote features using third-party services like Firebase.
The game can be downloaded from the link below.
Project Link
This project was one of the last bots I developed using Discord's API (Discord.js V14.2).
The bot featured multiple functionalities and was last updated in 2022, incorporating slash commands, which were newly introduced at the time. It included several moderation commands such as ban, kick, unban, and mute, as well as fun commands like catsay, avatar, 8ball, ping, among others—all of which are available in the source files.
From previous bot development, I gained experience integrating multiple APIs such as YouTube and Spotify, as well as databases like MongoDB and Firebase. Currently, the bot is offline.
The source code can be accessed from the link below.
Source Code
Websites I have made for Myself & Companies
This is my main portfolio website, which you are viewing right now.
This site provides companies with an overview of the projects I have worked on, the websites I have developed, information about me, and access to my open source code.
The website itself is open source.
Live Web Link / / / Open Source Code
This is a test website I developed for a small café company, designed to provide customers with a modern and interactive experience.
Unfortunately, the café has since shut down, so the website was not fully completed, but it can still be viewed. [Best Viewed on Desktop]
The website is open source.
Live Web Link / / / Open Source Code
I have made it easier for users to visualize different types of sorting algorithms. Check them out here.