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
A self-healing scraper for hostile sites: broken selectors repair themselves, browser rendering kicks in when needed, and a coherent identity layer (Chrome TLS fingerprints, matched personas, vendor-aware Cloudflare/Akamai/DataDome handling) works to slip past bot detection. Ships with an MCP server so any LLM can drive a full crawl by conversat…
A custom Unix shell implemented in C, featuring piping, redirection, command history, and process management. Built to explore system-level programming concepts.
A Python application that combines multiple calendars into a single "busy-time" calendar. Designed for users managing multiple schedules, it allows sharing availability without exposing event details. Features include multi-calendar aggregation, timezone handling, and customizable event processing.
Enterprise-grade Loan Origination System with multithreaded processing, automated decision-making, agent-manager hierarchy, and mock notifications. Built with Spring Boot 3.5.5 & MySQL.
A real-time pizza restaurant management system simulating the complete pizza-making workflow from order placement to serving, with live updates and worker simulation. Built in 2023, this full-stack app demonstrates multi-stage order processing, worker management, real-time communication via Socket.IO, and a dynamic, animated user interface.
High-performance technical indicators library for financial data analysis. Features concurrent processing, LRU caching, and comprehensive indicator implementations (SMA, EMA, RSI, MACD) with flexible configuration system.
💻 JobExecutorServer is a multithreaded server that manages and executes jobs in a producer-consumer queue model, allowing multiple clients (jobCommanders) to submit, monitor, and control job execution through socket communication.
AeroStat is a high-performance Go CLI utilizing a Fan-out/Fan-in Worker Pool to fetch batch weather data in near O(1) time. Built entirely with the Standard Library, it features native rate limiting, caching, and fault tolerance for resilient, concurrent data processing.
Advanced Web Scraper is a comprehensive, production‑level web scraping framework built with Python. It demonstrates modern software engineering practices, robust architecture, and advanced features suitable for real‑world data extraction and monitoring tasks.