Home
Projects
Credentials
Blog

APIs

This is the page displaying all the material related to APIs. This can include projects, blogs, and certificates.

Projects

Ringmaster Messaging cover image

Ringmaster Messaging

A custom back-end learning project involved creating a straightforward messaging app. Users can chat one-on-one, participate in group chats, send text messages, share images, view active users, and personalize their profiles.

Magician AI cover image

Magician AI

Magician AI is a SaaS platform that leverages AI to enable users to generate various media types and have dynamic conversations. Developing this project allowed me to explore Stripe, Clerk authentication, and unique AI APIs.

Quizmify cover image

Quizmify

An intuitive platform for dynamic quiz generation. Users can test their knowledge across various topics, choosing between multiple-choice questions or fill-in-the-gap style challenges. With immediate feedback and score tracking, users enhance their understanding.

Noodle cover image

Noodle

During my second year of university, my group and I initiated a project on an open-source learning platform which served as my introduction to full-stack development. This app aids students in managing tasks, assignments, exams, and storing notes and resources.

ConvoGPT

In my first year of university, my group and I developed a simple game using SimpleGUI for a project. We manually implemented the game's physics using vector theory and physics concepts. Since there were no tutorials or guides available, we relied heavily on the library's documentation.

Flask Forum Backend

This is a custom backend for the first iteration of the discussion platform. This was created to learn how to create a custom backend using Python and Flask.

Flask JWT Authentication

A simple Flask app to learn how to use JWT for authentication. This serves as a foundation to using JWT in other projects using Flask.

Django Authentication

A simple Django app to learn how to use Django with tokens for authentication. This serves as a foundation to using Django in other projects.