Author: drweb

SQL

With all the changes that have happened with VMware since the Broadcom acquisition I have been asked more and more about alternatives for running SQL Server.One of the options that has repeatedly cropped up is KubeVirtKubeVirt provides the ability to run virtual machines in Kubernetes…so essentially could provide an option to “lift and shift” VMs from VMware to a Kubernetes cluster.A bit of background on KubeVirt…it’s a CNCF project accepted in 2019 and moved to “incubating” maturity level in 2022…so it’s been around a while now. KubeVirt uses custom resources and controllers in order to create, deploy, and manage VMs…

Read More
SQL

Most leaders strive to build environments that feel safe and predictable. We carry responsibility for people, for teams, for families. Predictability makes that easier. But the same predictability that builds trust can also dull movement. What feels like steadiness can gradually turn into resistance.An IT organization running like clockwork may look successful, yet that same perfection can start blocking growth. In chaotic companies, stability creates relief. In stable ones, too much of it becomes a quiet obstacle.There is a word from my studies that describes what happens next: Reflektionsentlastet, which means “relieved of reflection.” It’s the state in which tasks…

Read More

When someone visits your website, their browser and your server exchange information back and forth. Without encryption, this conversation happens in plain text, meaning anyone monitoring the network could read everything: login credentials, personal messages, payment information, all of it. An SSL certificate solves this by enabling HTTPS, which encrypts all data between the browser and your server. The little padlock icon in your browser’s address bar? That’s telling you the connection is encrypted and secure. For years, getting an SSL certificate meant paying a certificate authority annually and going through a tedious manual setup process. Then Let’s Encrypt came…

Read More

Raj Sethi, senior vice president and go-to-market leader for software development lifecycle (SDLC) at GlobalLogic, pushes back on the narrative that generative AI will eliminate the need for junior developers. He argues that while AI can generate boilerplate code, tests and scaffolding, modern software delivery still depends on human judgment, critical thinking and a deep […]

Read More

I am happy to announce my latest book, Vibe Coding Video Games with Python. Here’s the announcement from my Kickstarter: Welcome to Vibe Coding Video Games with Python. In this book, you will learn how to use artificial intelligence to create mini-games. You will attempt to recreate the look and feel of various classic video games. The intention is not to violate copyright or anything of the sort, but instead to learn the limitations and the power of AI. Instead, you will simply be learning about whether or not you can use AI to help you know how to create…

Read More

Embeddings have become the backbone of many modern AI applications. From semantic search to retrieval-augmented generation (RAG) and intelligent recommendation systems, embedding models enable systems to understand the meaning behind text, code, or documents, not just the literal words. But generating embeddings comes with trade-offs. Using a hosted API for embedding generation often results in reduced data privacy, higher call costs, and time-consuming model regeneration. When your data is private or constantly evolving (think internal documentation, proprietary code, or customer support content), these limitations quickly become blockers. Instead of sending data to a remote service, you can easily run local…

Read More
SQL

After I have understood the details for a certification test (part 1), including format and the rules for taking it and after I have taken time to learn how the test is structured and what’s covered (part 2), next is studying for the exam. First, let’s talk about focus. Study for too long a block and after a certain amount of time, it becomes less productive. That’s why I am a fan of the pomodoro technique. It presents a big enough block of time to make a dent in the material while ensuring a bit of rest between those blocks.…

Read More
SQL

I recently wrote about a logical diagram with Redgate Data Modeler. That was interesting, but creating all the objects is a pain. I decided to try creating a physical diagram from an existing database. This post looks at the experience.This is part of a series of posts on Redgate Data Modeler.Getting StartedAs with the logical model, I right click and choose New document.Then I get a list of options. I’ll choose the middle one, Physical Model. This is what I mostly need to work with an existing system. Since I don’t often move models from one platform to the other,…

Read More