Filter
Exclude
Time range
-
Near
🚀 New in Gitnix: Merge Request & Web Hooks! checkout github.com/gisiahq/gisia #buildinpublic #githosting #devopsdeveloper
40
🚀 New in Gitnix: Epic with linked items! ✅ Link issues and epics to parent epics ✅ Inline search & select github.com/gisiahq/gisia #buildinpublic #kanbancoach #devopsdeveloper
2
56
DevOps for Laravel developers! What an amazing book, articles in devops-with-laravel.io/. Relevant, deep, simple. Save tons of time. #laraveldevelopers #devopsdeveloper

2
210
Tired of remembering which branch you’re on in 50 terminal tabs? Here’s the laziest most effective trick I’ve used in 10 years of DevOps: Put this in your ~/.bashrc or ~/.zshrc: ```bash parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' } export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[1;35m\]\$(parse_git_branch)\[\033[m\] $ " ``` Bonus: Make the branch name RED when you’re on main/master (so you never accidentally commit to it): ```bash parse_git_branch() { branch=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') if [ "$branch" = "main" ] || [ "$branch" = "master" ]; then echo " \[\033[91m\]($branch)\[\033[m\]" else echo " \[\033[96m\]($branch)\[\033[m\]" fi } export PS1="\u@\h:\w\[\033[36m\]\$(parse_git_branch)\[\033[m\] $ " ``` Result → You instantly see the branch in every terminal get a visual warning on main. Takes 10 seconds to set up, saves you from disasters forever. Who wants more one-liner DevOps life-savers? Drop a 🔻 below. #DevOps #Linux #devopsdeveloper
23
Working with React Webpack can get tricky - especially when setting up AWS infra, tweaking configs, or debugging scaling issues. Want a smoother deploy path?nimbuz.tech/ Blog #2 blog.nimbuz.tech/deploying-r… #CloudComputing #devopsdeveloper #PaaS #React
2
24
Love the way Deepseek explains the programming concepts. No filters no bs proper explanation. Currently learning goroutines, channels and mutex in Go. Are you into programming? What are you learning right now? #Golang #devopsdeveloper @linuxfoundation @outreachy @golang
1
52
Started reading this book to understand Go in-depth. Have you read this? What's your thought on reading books in programming? End goal: Understand open-source CNCF codebases like Prometheus and get into @linuxfoundation Mentorship and @outreachy #Golang #devopsdeveloper
49
22 Nov 2025
Hi everyone, I am an unemployed web dev and I am here to ship and tweet projects/features until I get a job Project-2: medium.com/@yashaspancham/cr… #devopsdeveloper #opentowork #Kubernetes
2
33
I think education online should be free of charge, so that we can study and find new things a specially in #CyberSecurity #CyberSecurityAwareness #CyberSec If you are #DevSecOps #DevOpsSecurity #devopsdeveloper #devopsdeveloper follow for great educational content. Thanks
18
Day 13 and Day 14 of my leetcode journey. Due to my exam i can't give so much time on X and also leetcode so i tried to solve only POTD on leetcode #leetcodedaily #dsa #problemsolution #technical #devopsdeveloper #leetcodecontest #Consistency #buildinpublic
6
41
“A good cloud engineer isn’t the one who uses more resources, but the one who needs less to get the job done. #DevOps #CloudComputing #devopsdeveloper
2
49
An interactive platform to learn Linux, Docker, Kubernetes, CI/CD, and more — plus an AI-powered DevOps Botty chatbot 🤖 🌐 Try it here: devops-frontend-xczt.vercel.… #devopsdeveloper #Freelancer #liked
1
26
Stop telling your AI about bugs. I show how to give it the full recording using Multiplayer & an MCP Server. This is the future of debugging. open.substack.com/pub/rakiab… #devopschallenge #devopsdeveloper #devopspipeline #devopspractices #TechTalk #TechCommunity #TechCareers #code

30
We shipped a Kanban board feature for organizing project work. The layout provides a visual overview of project progress without unnecessary complexity. github.com/gisiahq/gisia #buildinpublic #kanbancoach #devopsdeveloper
1
1
50
If your microservices aren’t containerized yet, how exactly are you planning to keep them consistent across environments? Docker solves that mess in one shot. 🚢⚙️ #Docker #devopsdeveloper #devop #dockercommands #Development
6
251
Cloud 2.0 is here. From deployment to direction. From infrastructure to influence. Learn more- bit.ly/4otZMjI #CloudOpsNetwork #CloudComputing #devopsdeveloper #cloudengineers

1
16
Serverless: the future of software architecture or just another abstraction? It offers scalability and speed, but at the cost of control. Is this the next evolution in cloud computing or just a convenient illusion? #ServerlessSecurity #CloudComputing #devopsdeveloper #tech
1
32