Author: drweb

SQL

As I use containers more and more to run various things, I decided I not only wanted to set up docker compose files, I wanted to name them something other than docker-compose.yml. While I often have these running in separate folders with separate batch files to start them, I wanted to have the name mean more.This post shows how to do this.Creating the FileObviously the name is the only change. All the other items in your file need to match. For me, I created a new file with YML in it, which looks like the image below. I then saved…

Read More

We’re Kinnovis, a fast-growing and family-run B2B SaaS company on a mission to modernize the self-storage industry across Europe with smart, automated software solutions. Our headquarters is in Vienna, Austria, and our international team is based in Austria, the UK, Slovenia, Spain and France. As one of Europe’s leading software providers in our niche, we help self-storage operators manage their facilities efficiently through smart, automated software. Currently, we serve clients in 18+ countries, and we are in a phase of fast growth and keep expanding. What sets us apart? Kinnovis is a family business. We are not dependent on investors; therefore…

Read More

Ever since OpenAI cofounder Andrej Karpathy posted on X about vibe coding, the topic has sparked many discussions about whether letting AI take over coding is a good idea. It certainly has potential, but is vibe coding ready for the enterprise? Before we can unpack its feasibility for the enterprise, let’s first understand vibe coding. It uses AI to generate code based on the user’s desired application as opposed to manual coding. Essentially, tell AI what you want the app to do and voila, it’s ready in seconds.  In some ways, it’s like conversational coding or having a coding concierge that attends…

Read More

September 2, 2025 by Jenn Yarnold Innovation simply can’t wait. Not today, when rapid evolution and change are the baseline, the table stakes. Organizations are under constant pressure to ship software faster, make their operations more reliable, and scale everything efficiently. And they have to do all this while dealing with complex regulations, ongoing talent shortages, and ever-increasing technical complexity. In this tough environment, automation isn’t just a nice-to-have anymore; it’s the absolute backbone of modern, high-performing DevOps. Filed Under: Migration Modernization

Read More

Since diagrams such as networks, organizational structures, system architectures, workflows, etc., have become an indispensable part of both technical and managerial work, we come to the conclusion that, in fact, information visualization is becoming even more important these days. Therefore, if you use Linux, we understand very well that choosing the best diagram viewer is key to your productivity while working. So to help you out, in this article, we will explore the best and most efficient options for diagram viewing on Linux in 2025. Ultimately, the choice is yours. 1. ONLYOFFICE Diagram Viewer In fact, it is worth mentioning…

Read More

September 2, 2025 by Jenn Yarnold Technology leaders are wrestling with the same contradiction: they know AI will transform their business, but they’re paralyzed by the scope of that transformation. The result? Organizations either chase moonshot AI projects that never deliver, or they delay action until competitors force their hand. Filed Under: Migration Modernization

Read More

When I started working on data analysis, I was overwhelmed by the sheer number of statistical concepts as well as libraries that I needed to learn and master.But fortunately, Python SciPy offers the scipy.stats module which changed how I approach statistical analysis.Today, I want to share everything I’ve learned about this incredible module, from basic concepts to advanced applications that have made my work so much more efficient.What Exactly is scipy.stats?Let me start with the basics. scipy.stats is a submodule of SciPy (Scientific Python) that contains a comprehensive collection of statistical functions and probability distributions. When I tell people about it, I usually describe…

Read More
SQL

Hello, reader!Today, I’m going to walk you through a scenario that many DBAs encounter: accessing a SQL Server instance when you don’t have the SA password, and no login has SysAdmin privileges.ProblemHave you ever inherited a SQL Server instance or been called in to troubleshoot, only to discover that no one has SysAdmin access? It happens more often than you’d think. Clients reach out, needing urgent work done, but the SA password is long forgotten, and no other account has elevated permissions.Unfortunately, SQL Server doesn’t offer a “reset on next login” option for SQL-authenticated accounts. So what can you do?Scenario: …

Read More

If you’re plugged into the pulse of developer innovation — and if you’re reading DevOps.com, I know you are — you’ve probably seen “vibe coding” floating to the top of the AI conversation. Sure, the term might raise eyebrows. But beneath the nomenclature is something real, something with the potential to change how professional developer teams and CI/CD pipelines operate at scale.Let’s break down what vibe coding is, why it’s more than just another buzzword, and — most importantly — how it’s going to shake up the daily lives of modern DevOps teams.What is Vibe Coding? It’s More Than Just…

Read More