You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 Pursuing excellence in software development with the IBM Full Stack Software Developer program. 🌐 Master the art of end-to-end application development, cloud-native technologies, and earn ACE® recommended college credits.
Explore DevOps, Scrum, Spring Boot, and Angular through hands-on projects. From basic concepts to advanced applications, dive deep into modern software development practices.
Airline Booking System for an airline, Cyanair. Developed in C#, this system is for flight representatives and administrators. This system allows flight representatives to make bookings on behalf of passengers. Administrators can access a maintenance suite where they can view/add/delete airports and view bookings. Features a help system.
This Node.js application is a bot that listens to media messages in a Telegram channel and forwards them to a Discord channel using webhooks. It handles both images and videos and can be easily configured using environment variables. The codebase is structured for clarity and scalability, with separation of concerns into different modules.
Developed a dynamic web application for a software development internship role at Floqer, showcasing proficiency in React.js, TypeScript, and data visualization.
Dynamic Java project: full-stack, backend focus. Integrates external data with parallel API calls, robust verification, flexible RESTful APIs, and sorting.
Designed a mobile application prototype named “GoTickets” that is used to search/browse/select tickets for events based on the user location, provides event information like ticket price, event duration, show timings etc. that enables users to order food/beverages and encourages them to provide feedback post events, thereby quantifying cost/benefit
The Minsk Compiler is a simple C# compiler designed for basic arithmetic expressions. It features lexical analysis, parsing, syntax tree generation, and interactive expression evaluation with parse tree visualization. Users can clone the repository, open it in Visual Studio, build and run the project to start evaluating expressions.
This Python script creates a GitHub bot that automates the creation of a private repository (if it doesn't exist) and commits at random dates from 1 year ago to the present. It uses the GitHub API to manage repositories and the git command line tool to make commits. The dates for commits are randomly generated within a specified range.