Learn Implement Repeat
Python-based Upload and Query Service using ClickHouse Cloud for fast data handling, deployed on a cost-effective AWS EC2 t2.micro instance. Built with Flask, it uses JWT for authentication and Bcrypt for security. With tools like Pandas and Requests, it enables efficient data uploads and fast querying, perfect for handling large datasets.
EcoScan is a React Native app that tracks environmental impact of your clothes and rewards eco-friendly choices. I'll show how it works—from scanning clothes to earning eco-points and reaching the Eco Warrior level. I'll also cover the tech stack, including React Native, Express.js, and Azure AI Vision API for clothing detection and carbon scoring.
Binance Trade Feeder is a tool that fetches and organizes real-time cryptocurrency data from Binance, including prices, volumes, and market trends. It helps traders and developers analyze the market or build trading strategies by continuously providing updated trading data.
TravelMadeEasy helps make travel planning simple and stress-free. It provides easy tools for booking, organizing itineraries, and managing trips, making your travel experience smoother and more enjoyable.
A collection of examples demonstrating the usage of Lex (Flex) and Yacc tools for lexical analysis and parsing. This repository includes implementations of arithmetic expression parsers, binary number operations, and word counters, serving as a practical resource for learning compiler design fundamentals and text processing using Lex/Yacc with C.
A dynamic data retrieval system built using Java and Spring Boot that fetches data from a REST API at regular intervals and stores it in a MySQL database. This project demonstrates the use of scheduled tasks, REST API consumption, and database management with Spring Data JPA.