How to Scale to 20 million+ Users on AWS?
The Scaling Ladder: From 1 to 20 Million Users on AWS
Search any article ...
The Scaling Ladder: From 1 to 20 Million Users on AWS
Sorts import statements correctly as per the norms, groups imports by type (require, require_relative, include, extend), preserves code structure and spacing, maintains conditional requires, respects nested class and module definitions. You can use it on a file or a complete directory at once.
Real-time log monitoring and broadcasting app leveraging asyncio, WebSockets, docker and NGINX for monitoring huge size log files and broadcasting updates to multiple clients in real-time.
This project is a full-fledged web application built using Python Flask (backend) and a React/Next.js frontend. It allows users to play a game of Tic Tac Toe against an AI powered by a Q-learning agent. The application supports multiple users simultaneously by isolating each game session with unique session IDs and includes rate limiting to prevent abuse. It replays each game and apply bellman equation to readjust weights and improve from its gameplay through reinforcement learning. Q-learning agent: a type of reinforcement learning algorithm where an agent learns to take actions in an environment by maximizing a cumulative reward.
A minimalistic video calling web application built with WebRTC, STUN, and TURN servers for real-time communication. It enables peer-to-peer video calls directly in the browser without the need for plugins or downloads. The application uses a signaling server to establish connections and manage call sessions, ensuring low latency and high-quality video and audio transmission. Ideal for personal and professional use, hype provides a seamless and secure video calling experience with support for isolated rooms and multiple users.
Modern, responsive blog website built with Next.js, TypeScript, and Tailwind CSS. Features MDX content, search functionality, and clean design.
A VS Code extension that integrates Reddit into the development environment, allowing users to browse and interact with their favorite subreddits without leaving the editor. The extension features a sidebar for subreddit feeds, post previews, and the ability to upvote or downvote posts directly from the IDE.
A Highly Scalable and Powerful Chat Application that provides a seamless messaging experience between individuals. It is designed to be highly scalable and powerful, capable of handling a large number of users and messages. The application features real-time messaging, user authentication, and a clean user interface.
Data structure project to detect spelling errors using Optical Character Recognition technique, extracting texts from images and then finding spelling errors.
A flight reservation system that allows users to search for flights, book tickets, and manage their reservations. The system is built using Node.js, Express, and MongoDB, providing a robust and scalable backend for handling user requests and data storage. Generates tickets as pdf document
A simple Ruby on Rails CRUD application that allows users to create, read, update, and delete microposts. Users can share their thoughts and ideas in short posts, similar to Twitter. The application features user authentication, responsive design, and a clean user interface.