PinnedDesigning a URL Shortening Service: A Comprehensive System Design GuideDesigning a URL shortener involves solving interesting challenges in hashing, storage, and scalability. By understanding the problem scale,Jan 8Jan 8
PinnedHow Distributed Systems Handle Millions of Tasks Smoothly: Understanding Message QueuesIn summary, a message queue improves the overall architecture of your system by making it more scalable, resilient, and efficient.Sep 18, 2024Sep 18, 2024
Design Web Crawler: How to Index BILLIONS of Pages Fast!A web crawler is a system that systematically browses the internet, downloading and indexing web pages. Think of it as an automated bot…Jan 20Jan 20
Published inLevel Up CodingUnderstanding RabbitMQ and Its ComponentsYoutube Video: https://www.youtube.com/watch?v=1iKQZASlsMIOct 19, 2024Oct 19, 2024
Thinking About Buying a Coding Course?If you decide to buy, go in with realistic expectations. No course will magically make you an expert overnight. You still need to put in…Sep 12, 20241Sep 12, 20241
Published inLevel Up CodingWhat are Crypto-wallets — Exploring Web3Crypto wallets provide the tools needed to communicate with the blockchain network. These wallets generate all the info for using crypto.May 24, 20221May 24, 20221
Published inLevel Up CodingWeb3 is our opportunity for a better and safer Internet — Evolution of WebWeb3 has the potential to provide a platform that no single entity can control, yet can be trusted by everybodyMay 16, 20221May 16, 20221
Published inLevel Up CodingSo how do blockchains and cryptocurrencies actually work! — Exploring Web3A blockchain is a system of recording transactions in a way that is not controlled by any single entity or organization, thereby reducing…May 8, 20222May 8, 20222
Published inAWS in Plain EnglishHow to add a Python library as an AWS layerNot all libraries are present in the environment provided by AWS lambda (Obviously! It’s not possible). If you want to use a common libraryMay 5, 20221May 5, 20221
Published inInfoSec Write-upsHow to perform a basic SQL Injection Attack? — Ethical HackingI will be demonstrating how to perform a basic SQL Injection Attack on a website, and at the end, I will talk about a tool SQLmapApr 24, 20222Apr 24, 20222