Browsing Tag
beginners
1548 posts
What is Data Remanence?
Data Remanence is the residual representation of digital data that remains even after attempts have been made to…
Day 14/ 30 Days of Linux Mastery: Find Command
Table of Contents Introduction What is the find Command? Core find Commands Real-World Scenario: find Command Conclusion Let’s…
💅 💔 100 Days CSS in 10 Days — Because Who Needs a Girlfriend When You Have border-radius?
Intro Ever doomscroll your way into developer rage? Yeah, me too. So yesterday I was minding my own…
What is Database Server?
database server is a server which uses a database application that provides database services to other computer programs…
🔁 1128. Number of Equivalent Domino Pairs – Explained with Code in C++, JavaScript, and Python
If you’ve ever played with dominoes, you know that the order of the numbers doesn’t matter—[1,2] is the…
How I Made My First GitHub Action Work (With Google’s Help)
Let me tell you how it actually went the first time I tried setting up a GitHub Action:…
What is Machine Learning really about ?
📊 Machine learning is about using data to make smart predictions or decisions. But other fields (like statistics…
Leetcode 1007. Minimum Domino Rotations For Equal Row
Problem Statement In a row of dominoes, tops[i] and bottoms[i] represent the top and bottom halves of the…
Race Conditions in JWT Refresh Token Rotation 🏃♀️➡️
Modern web apps often use JWTs for stateless authentication. Access tokens have short lifetimes (minutes) while refresh tokens…
Concept Of Ingress In Kubernetes : Basics
🌀 What is Ingress in Kubernetes? Hey! So today, let’s talk about Ingress in Kubernetes. If you’re working…