Raghav Shuklaraghav-byte.hashnode.dev路Oct 17, 2024Reddit Backend Project Using Microservice ArchitectureWhat are Microservices Microservices represent a software architecture approach where a complex application is built as a collection of small, independent services, each running in its process and communicating with others through well-defined APIs. ...Discuss路12 likes路68 readsreddit
Prakash Nayakprakashnayak.hashnode.dev路Oct 8, 2024Step-by-Step Guide to Handling Multiple GitHub Accounts Using githubuser.sh1. Deleting Existing GitHub User and GPG Key Configurations Before setting up switchable accounts, it's essential to remove any previous GitHub user configurations and GPG keys that may cause conflicts. Steps: Remove Global GitHub User Configuration...Discuss路2 likesGitHub
Nettribe Medianettribe.hashnode.dev路Sep 25, 2024Reddit Introduces AI Translation in Many New CountriesReddit has recently introduced an AI-powered automatic translation feature, expanding its reach to more than 35 additional countries. This development aims to make Reddit more accessible to non-English speakers, allowing users to engage with content ...Discussreddit
Harshit Sahuharshitsahu2311.hashnode.dev路Sep 22, 2024Ultimate Kubernetes Project Using IngressIn this guide, we will walk through the steps to deploy a Reddit clone application on a Kubernetes cluster with ingress enabled for external access. STEPS TO BE DONE BEFORE STARTING THE PROJECT: Launch Two Instance in AWS, one with t2.micro and other...Discuss路135 readsk8s
Aman Mishraamanmishra.hashnode.dev路Sep 21, 2024Understanding useRef in ReactA Guide to Managing References Without Re-renders In React, one of the most powerful hooks available is useRef. This hook allows us to persist values between renders without triggering a re-render, making it an essential tool for managing certain typ...DiscussReact
Dmitrii Skrylevskrdev.hashnode.dev路Sep 7, 2024Beginner's Guide: Indiehacking Your First WeekLinks MudQuest - https://mud-quest.framer.website X Facebook Waitlist Intro It has been one week since I started my first project, MudQuest, and it's already been quite a ride. Moonlighting every day takes its toll on me, however, after talking...Discuss路54 readsindiedev
RAKESH DUTTAdailydoseindevops.hashnode.dev路Sep 2, 2024Let's Deploy a reddit-replica on kubernetes with ingress & push that replicate image of reddit to the dockerhub.In this reddit-replicate project we are going to see how to pick code from github and build a docker image then how and push that image on dockerhub from CI server which is running on AWS console with t2.micro type of instance and pull that image fro...DiscussAWS - DevOps Projectsreddit clone on kubernetes with ingress
Kamran Aliatech.guide路Aug 26, 2024How Reddit Achieved 100k Reads/Sec for Media MetadataReddit used this database to handle ~100,000 Reads/sec with ~17ms (p99)馃憞 Use the proven techniques in your next System Design Interview 馃敟 Background Media metadata is classified as Data on the post model e.g. video thumbnails, playback URLs, bitra...Discuss路49 readsLearn System Design from Industryreddit
Sherrilol-looping-out-loud-tech-and-marketing.hashnode.dev路Aug 18, 2024An In-Depth Look at Reddit鈥檚 Anti-Spam System: Techniques and TechnologiesReddit, one of the largest social media platforms, faces an ongoing battle against spam. As a cybersecurity specialist, understanding Reddit鈥檚 anti-spam system is crucial. This article delves into the technologies and techniques Reddit employs to det...Discussreddit
Henrique Leitehenriqueleite42.com路Aug 12, 2024Why the upvote system is a pyramid schemeI'm sure I'll get a lot of downvotes on this one, but I have to say it. In programming, most communities like Reddit, StackOverflow, and DailyDev have an upvote/downvote system, and in this article, I'll say why this is a nonsensical pyramid scheme t...DiscussStack Overflow