Harshit Sharmaharshit87.hashnode.dev·Dec 15, 2024Deployed a Reddit Copy on Kubernetes with Ingress EnabledTable of contents Step 1: Clone the source code Step 2: Containerize the Application using Docker Step 3) Building Docker-Image Step 4) Load the Docker Image into Kind Cluster Step 5) Write a Kubernetes Manifest File Write Deployment.yml file ...1 like·129 readsDevops
Benjamin Katzwatchdog-chat.hashnode.dev·Dec 14, 2024Content Moderation for Communities: A Full GuideContent moderation has become one of the most critical aspects of managing online communities. In a world where user-generated content is the foundation of many platforms, ensuring that the interactions remain respectful, safe, and within guidelines ...# content moderation
Omar Solimannapkin.hashnode.dev·Dec 2, 2024What is Reddit karma and why does it matter?Understanding Reddit Karma Basics Reddit karma is just a points system that shows how much other users like what you post and comment. Think of it as your Reddit score - when people like what you share, they click the up arrow (upvote) and you get po...reddit guide
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. ...12 likes·74 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...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 ...reddit
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...164 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...React
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...55 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...AWS - DevOps Projectsreddit clone on kubernetes with ingress