Why AI Should Review Your Code, Not Push It: Building a Safer Git Workflow with Claude Code
“Great DevOps isn’t just about automating tasks — it’s about automating the right tasks while keeping humans in control of critical… Continue reading on Medium » “Great DevOps isn’t just…
Why I Switched My Focus to Cloud & AI
Hey everyone! 👋 Continue reading on Medium » Hey everyone! 👋Continue reading on Medium » Read More Linux on Medium #linux
The Week Linux Humbled Me (In a Good Way)
Week three of DMI Cohort 3 was Linux and Bash scripting, and I walked in thinking, how hard can typing commands into a black screen… Continue reading on Medium »…
Linux Administration: Systemd Journal Usage and Configuration
Journal is a component service of systemd that collects log data from various sources and centrally manages them. In this guide, we will… Continue reading on Medium » Journal is…
Delivering a Cross Platform Application
This is a story of delivering my first ever cross-platform Application that i did not thought i would be building as i have built many web… Continue reading on Medium…
Rebuilding Unix Tools in C (Part 3): tail
Hi there! Continue reading on Medium » Hi there!Continue reading on Medium » Read More Linux on Medium #linux
Adding Another UDP Socket Was Easy. The Architecture Wasn’t.
A Working Design Can Still Hide the Wrong Assumption Continue reading on Medium » A Working Design Can Still Hide the Wrong AssumptionContinue reading on Medium » Read More Linux…
Need a Security Audit
Why Your Web App, Mobile App, and APIs All Need a Security Audit — A Recent Case Study Continue reading on Medium » Why Your Web App, Mobile App, and…
wp2shell: Inside the WordPress Exploit Chain That Needs No Login and No Plugin
How two “unrelated” bugs in WordPress core combined into a full unauthenticated remote code execution path and what to do about it right… Continue reading on Medium » How two…
Capture Returns (THM) Tryhackme Hard Challenge
Description : The developers have improved their login form since last time. Can you bypass it? Continue reading on Medium » Description : The developers have improved their login form…
ChatGPT Hacked Hugging Face on Its Own
It Broke Out of a Sandbox to Cheat on a Test Continue reading on Medium » It Broke Out of a Sandbox to Cheat on a TestContinue reading on Medium…
Perform DNS Monitoring Using DNSQuerySniffer | Complete Guide to DNS Analysis
Learn How to Monitor DNS Queries for Network Visibility, Troubleshooting, and Security Monitoring Continue reading on Medium » Learn How to Monitor DNS Queries for Network Visibility, Troubleshooting, and Security…
Billing THM write-up
Introduction Continue reading on Medium » IntroductionContinue reading on Medium » Read More Hacking on Medium #hacking
Anatomy of a Leak: From Breach to Breach Forum
Part III — What actually happens to your data after the headline fades Continue reading on Medium » Part III — What actually happens to your data after the headline…
How Hackers Turned a Notepad++ Plugin Into a Malware Delivery System
🚨 Your Trusted Text Editor Could Be an Attack Vector Continue reading on Medium » 🚨 Your Trusted Text Editor Could Be an Attack VectorContinue reading on Medium » Read…
Job Scams: The $100,000 Interview Mistake: How npm install Can Drain Your Web3 Wallet
Hey everyone, let’s be real for a second. If you’re a serious Web3 or blockchain developer, job hunting in this space can be… intense. Continue reading on Medium » Hey…
HackTheBox — Attacking Common Services — Easy — Walkthrough
We were commissioned by the company Inlanefreight to conduct a penetration test against three different hosts to check the servers’… Continue reading on Medium » We were commissioned by the…
Why Every EF Core Developer Needs to Try Entity Framework Extensions
When building data-intensive applications with Entity Framework Core, you will eventually face a critical performance challenge: inserting… Continue reading on Towards Dev » When building data-intensive applications with Entity Framework…
Cache-Aside APIs in .NET: Redis, ETags, and Stale-While-Revalidate
Caching is easy to add and hard to operate. Continue reading on Medium » Caching is easy to add and hard to operate.Continue reading on Medium » Read More Dotnet…
How to Build Clean Telegram Bots in .NET 8+ Using the Mediator Pattern and FSM
Say goodbye to massive switch-case statements and nested if-conditions in your Telegram.Bot update handler. Continue reading on Medium » Say goodbye to massive switch-case statements and nested if-conditions in your…