This month Mike Walsh hosts T-SQL Tuesday. It’s been quite some time since he hosted (back at #4), but he answered my call for hosts and I appreciate that. He has a really good end of year invitation that asks us to look to the past and the future.I’m trying to keep T-SQL Tuesday alive, but I’ve been struggling for hosts. I need more of you to host, and more people to blog.Blogging is incredible for your career. Take some time to get started, and if you do nothing but respond to these monthly blog parties, you’ll look better than…
Author: drweb
Discover how AI and ML are revolutionizing DevOps through intelligent automation, autonomous CI/CD pipelines, AIOps, enhanced security, predictive analytics, and self-healing systems. Learn why AI-powered DevOps is essential for modern enterprises.
SSH or Secure Shell in simple terms is a way by which a person can remotely access another user on other system but only in command line i.e. non-GUI mode. In more technical terms, when we ssh on to other user on some other system and run commands on that machine, it actually creates a pseudo-terminal and attaches it to the login shell of the user logged in. When we log out of the session or the session times out after being idle for quite some time, the SIGHUP signal is send to the pseudo-terminal and all the jobs that…
My very limited time on X has already shown that posts ranked by number of expression is highly non-linear. Maybe Zipf or Pareto distributed? The first plot shows each post sorted by impressions (rank 1 = most impressions). You’ll see a steep drop from the top few posts, then a long tail of low-impression posts.♥️ Info: Are you AI curious but you still have to create real impactful projects? Join our official AI builder club on Skool (only $5): SHIP! – One Project Per MonthThe point is: post more stuff most posts will fail or get ~zero impressions some posts…
Cary, North Carolina, USA, 8th December 2025, CyberNewsWire
Jon Scolamiero breaks down how low-code platforms are becoming an increasingly important part of the modern DevOps ecosystem. As organizations grapple with rapid shifts brought on by AI, vibe-coding practices, and an explosion of tooling, Scolamiero argues that low-code isn’t a shortcut—it’s a way to bring structure, automation, and transparency back into software delivery. He […]
My book about Java and Kubernetes has finally been published! The book “Hands-On Java with Kubernetes” is the result of several months of work and, in fact, a summary of my experiences over the last few years of research and development. In this post, I want to share my thoughts on this book, explain why I chose to write and publish it, and briefly outline its content and concept. To purchase the latest version, go to this link. Here is a brief overview of all my published books to date. Motivation I won’t hide that this post is mainly directed…
We’re looking for smart and curious developers from Latin America who enjoy solving real problems and want to grow fast. This role blends development and support — you’ll learn WPML deeply, help clients with technical issues, and use what you uncover to improve the product.We appreciate the time and effort you put into filling the application form.
A New Approach for Coding Agent Safety Coding agents like Claude Code, Gemini CLI, Codex, Kiro, and OpenCode are changing how developers work. But as these agents become more autonomous with capabilities like deleting repos, modifying files, and accessing secrets, developers face a real problem: how do you give agents enough access to be useful without adding unnecessary risk to your local…
I was chatting with the product managers at Flyway and one asked me whether I’d seen the new tab for Automation in Flyway Desktop. I hadn’t and decided to take a quick look at how this works and what’s useful. This post looks at the new feature.Tl;Dr this is a good way to start learning how to move to a more DevOps, automated way of deploying changes.I’ve been working with Flyway and Flyway Desktop for work more and more as we transition from older SSMS plugins to the standalone tool. This series looks at some tips I’ve gotten along the…
