This is a crowd funding Flutter based mobile application that uses an SQLite database, built with mobile-specific optimization best practices in mind.
The app features a home screen where users can browse and search donation posts, create new donation listings, donate to existing posts, and manage their activity through a user profile section.
1
59
This is an audiobook full stack website created using React.js for the frontend, Node.js and Postgres/MongoDB for the backend.
It features functionalities such as streaming, downloading, offline playback, an intuitive CMS for content management, ratings and reviews, and a personalized recommendation system based on user behavior.
1
42
This project was built using Flutter with Node.js, Postgres databases for the backend, and Provider for state management. It features a wish list and a cart functionality, browsing the different products, user login and signup, and chatbot assisted recipe queries. The application was build with a focus on reusable widgets and performance optimization to minimize unnecessary rebuilds.
1
75
This project is a microservices based ticket booking system designed with reliable internal service to service communication and resilient infrastructure patterns. The backend services were implemented using Node.js and Go, with Sequelize ORM handling database operations.
RabbitMQ was used to enable asynchronous, event driven communication between services, improving scalability and fault tolerance.
The system includes load balancing, circuit breakers, and rate limiting to ensure stable performance under increased traffic. System orchestration was done using Docker and Docker compose