Ever needed to clone a Git repository, but only partially? Maybe you just want a single file or a...
Even experienced developers fall into traps! Here are some common programming pitfalls and how to...
😤 Ever struggled with stopping a process that’s hogging a port on Linux? Hunting down the process...
In the ever-evolving world of technology, staying up-to-date is essential for every developer....
If you’re using Next.js with Docker, you’ve probably encountered the challenge of environment...
When working on a project, sometimes you don’t want to commit all your changes at once. Git makes...
Ensuring secure communication for your Kubernetes applications is crucial! In my latest blog post, I...
In Go, we can’t implicitly implement interfaces like in some other languages. To ensure a type...
A tiny but deadly command that can crash a Linux system in seconds! 🤯 This tiny Bash script is a...
When writing functions, avoid deep nesting by using early returns. This keeps your code clean,...
Over time, local branches pile up, especially after merging or deleting them remotely. To remove...
Need to undo accidental file permission changes in your Git repo? Use this one-liner: ✨ What it...
Honest code comments are the best. Let this be a lighthearted reminder that not all mysteries are...
Tired of maintaining duplicate content for your CV and website? I was too! That’s why I created a...
Here's my latest Go project - Mail.tm CLI, a CLI application for working with Mail.tm disposable...
Shell script for displaying information about HTTP status codes.
I removed the duplicate word "long long" in php-src (Just kidding :d)
My #elePHPant has arrived 🤗 Thanks to Icontem and Manuel Lemos. Reason: https://lnkd.in/ebDrEzS
Here's my first work on Golang. goclockify - a terminal-based client for Clockify time...
Simple web chat with Tornado web-server and WebSocket.
Fill Plain Old PHP Object with JSON content.
new Slim Component - Slim Console
My #PHP #library for generating #HTML document https://abgeo.dev/project/11
My Personal Website
My simple stupid PHP framework: https://github.com/cherry-framework Any advices?
See my docker stack for symfony: https://github.com/ABGEO07/docker4symfony