Author: drweb

SQL

The Power BI Enhanced Report Format (PBIR) will soon become the default, and that’s a good thing because it significantly makes git integration easier. You can already enable it in the preview features of Power BI Desktop (also enable PBIP and TMDL to make git integration of the model itself much easier).There’s also a new admin setting in Power BI/Fabric, which is on by default:I strongly encourage to keep it on It will make certain tasks easier:downloading reports (check out the blog post Export a Power BI Report that cannot be Downloaded on how to do this with the Fabric…

Read More
SQL

I wrote a piece on the new SUBSTRING in SQL Server 2025 and got asked a question. How do we get the last last name, such as only getting “Paolino” from “Miguel Angel Paolino”. This post will show how you can easily do this.Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers.The ScenarioI have a set of names, like those in the Northwind.dbo.Customers table. I want to find the last names only, perhaps for a mailing, or maybe for a search box. I have names like these:Notice line…

Read More

New Relic Inc. unveiled a suite of intelligent observability integrations with Microsoft Azure on Tuesday to streamline incident response and boost developer productivity as enterprises rush to adopt artificial intelligence (AI) workflows. The company’s new AI Model Context Protocol (MCP) Server now feeds real-time observability data directly into Azure’s SRE Agent and Microsoft Foundry, eliminating […]

Read More

In Linux, the ‘cd‘ (Change Directory) command serves as a fundamental navigation tool for both newcomers and experienced system administrators. For administrators working on headless servers, ‘cd‘ represents the primary method for traversing the filesystem to examine logs, execute programs, or perform routine tasks. For those new to Linux, it stands among the initial commands they encounter during their learning process. The command operates through dynamic linking, which allows it to interact directly with the shell’s directory management functions. Since ‘cd‘ is a shell built-in rather than an external binary, it executes with minimal overhead and requires no special privileges…

Read More

Docker + E2B: Building the Future of Trusted AI Trusted Software Starts Here The era of agents is here. Some teams are experimenting, others are just getting started, and a few are already running agents in production. But one challenge stands out: trust. Trust that your agents will act securely. Over 20 million developers already rely on Docker to build and ship software safely…

Read More

I was down in Brooklyn this week attending AI Native DevCon, and let me tell you—there’s no hidden metaphor or clever subtext in that name. What GuyPo and the gang have built here is exactly what it says on the tin: a community and a movement laser-focused on using AI natively in software development. Not […]

Read More

Black Friday deals came early this year. You can get 50% off of any of my Python books or courses until the end of November. You can use this coupon code at checkout: BLACKISBACK  https://www.blog.pythonlibrary.org/wp-content/uploads/2025/11/Black-friday-1.mp4 The following links already have the discount applied: Python eBooks Python 101 Python 201: Intermediate Python The Python Quiz Book Automating Excel with Python Python Logging Pillow: Image Processing with Python Creating GUI Applications with wxPython JupyterLab 101 Creating TUI Applications with Textual and Python Python Courses Python 101 Video Series Automating Excel with Python Video series + eBook Python Logging Video Course The…

Read More
SQL

Holy cow FabCon Vienna was incredible! This recap is extremely delayed because I’ve run into some serious decision fatigue about what to include (and my amazing hubby got me a LEGO Death Star to build for my birthday/anniversary/Christmas). So much of it was beyond amazing and I’m extremely grateful for the opportunity to not only attend but speak! Because of that, I’ve decided to include a little mini section about the new releases I’m excited about as well as a little blurb about the hallway track (the best part of any conference in my opinion).I made so many wonderful new…

Read More

Making the Most of Your Docker Hardened Images Trial – Part 1 First steps: Run your first secure, production-ready image Container base images form the foundation of your application security. When those foundations contain vulnerabilities, every service built on top inherits the same risk.  Docker Hardened Images addresses this at the source. These are continuously-maintained, minimal base images designed for security: stripped of unnecessary packages, patched proactively,…

Read More

DevOps.com is now providing a weekly DevOps jobs report through which opportunities for DevOps professionals will be highlighted as part of an effort to better serve our audience. Our goal in these challenging economic times is to make it just that much easier for DevOps professionals to advance their careers. Of course, the pool of […]

Read More