Author: drweb

There’s one question every parent dreads hearing from their child: “Daddy, where do babies come from?”We’ve all heard the responses over the years—storks, God, mommy’s belly, “ask your mother,” you name it. But beneath the awkwardness lies a fundamental question: how do we make more of us? Oddly enough, the tech world is now grappling with its own version of this question: Where do software engineers come from?And lately, the answers we’re getting aren’t much better than “the stork.”The Vanishing Junior DeveloperOver the last year or so, we’ve seen a troubling trend take root. Across LinkedIn, Reddit, public layoff announcements and…

Read More
SQL

So many of us are using AI assistants and there are so many out there. I thought It’d be fun to showcase how different these tools can be and describe their strengths and weaknesses. When it comes to AI assistants, there are a lot of topics, from coding to image creation to recipes. That’s right… I ask CoPilot how to make a cake and other things. In fact AI is so good at baking that it’s crazy. Don’t believe me, I prompted CoPilot for a chocolate that is moist. I don’t have the exact prompt anymore but this has become…

Read More
SQL

The landscape of data management has dramatically shifted from rigid, siloed systems to flexible, integrated platforms designed to handle the unprecedented volume, variety, and velocity of modern data. This evolution is driven by the increasing demand for real-time insights, advanced analytics, and sophisticated AI/ML capabilities across all business functions.You may have read my previous post about lakebases, this post digs a little bit deeper into the modern Business Intelligence (BI) platform, delineating the roles and optimal applications of three pivotal architectural paradigms: the Data Warehouse (DW), the Data Lakehouse (DLH), and the emerging Lakebase. While Data Warehouses traditionally excel in…

Read More

We may have just witnessed the closing of one of the most iconic chapters in modern tech. Microsoft CEO Satya Nadella recently stated that the company is transforming from a “software factory” into an “intelligence engine.” This came on the heels of another round of layoffs — with now over 7% of Microsoft’s workforce having been laid off recently — even as the company continues to report strong earnings. The implications of Nadella’s statement are far more profound than just a catchy metaphor for AI adoption. This may be the official end of the era Marc Andreessen launched when he…

Read More

If you’re working with networks, managing domains, or troubleshooting connectivity issues, two essential tools you’ll come across are dig and nslookup, both network utilities help you query domain name records, inspect DNS responses, and even verify mail servers or IP addresses associated with a domain. In this guide, you’ll learn how to install dig and nslookup on major Linux distributions, how to use both tools effectively, and explore real-world examples for DNS lookups, reverse lookups, mail server checks, and more. What Are dig and nslookup? dig, short for Domain Information Gopher, is a DNS lookup utility used to query DNS…

Read More

Numerous reports consistently show that companies do not pay enough attention to mobile application security. One of the most common vulnerabilities in mobile apps involves insecure network communications, which attackers can exploit to carry out man-in-the-middle attacks. Another major issue is misconfiguration, which can expose sensitive components or weaken app defenses. Perhaps most concerning, however, are cases where user data is stored in plaintext. In 2025, the threat landscape has evolved further, with cybercriminals increasingly using deepfake technology to steal biometric data, such as facial recognition profiles and voiceprints. These advanced tactics allow attackers to break into mobile apps from the…

Read More

The digital panorama is a dynamic and ever-moving entity. Applications are no longer monolithic giants dwelling on predictable servers. Instead, they are complex webs of microservices, ephemeral serverless capabilities and containerized workloads, all operating across dispersed, multi-cloud environments. While this complexity fuels innovation and scalability, it also presents a formidable challenge: how do you truly understand what’s happening inside these complex structures? For years, the solution has been “observability,” often described by its “three pillars”: Metrics, Logs and Traces. These pillars have served us well, offering important information about system health. However, as structures grow in scale and dynamism, the limitations…

Read More
SQL

SQL Saturday Baton Rouge is a great event hosted on LSU’s campus that has some of the best food, presenters, and attendees in the country! Had some incredible questions for my session and learned a ton throughout the conference. Thank you to all the sponsors and volunteers who make this event happen year after year (16 years running!). It’s one of the first events I ever spoke at (https://dataonwheels.wordpress.com/2022/08/23/sql-saturday-baton-rogue-recap/), and I’m so excited I was able to speak here again! Here’s a link to the event where you can find other incredible speakers and sessions! Pictured below are some of…

Read More

Python has long been the go-to language for machine learning. With the release of Python 3.13, the language brings improved performance and subtle changes that streamline ML workflows even further. Whether you’re just getting started or revisiting the fundamentals, this guide lays out the essentials of machine learning using Python’s latest version—with clarity, practicality, and a focus on real-world examples.What Is Machine Learning, Really?Machine learning is a method of teaching computers to recognize patterns and make decisions without being explicitly programmed. It relies on algorithms that learn from data, refine their output over time, and make predictions or classifications based…

Read More

A survey of 185 software development professionals who have adopted the Argo continuous delivery (CD) platform finds that 97% are now using it in production environments, with 60% running Argo for more than two years. Only 10% of respondents are still evaluating Argo.Conducted by the Cloud Native Computing Foundation (CNCF) that oversees the development of Argo, the survey finds 42% now oversee more than 500 applications per Argo CD instance, with 25% connecting those instances to more than 20 clusters. More than three-quarters of respondents are managing six or fewer instances of Argo, the survey finds.Originally developed by Intuit, Argo…

Read More