Author: drweb

It’s now been a couple of weeks since we released the new Docker DX extension for Visual Studio Code. This launch reflects a deeper collaboration between Docker and Microsoft to better support developers building containerized applications. Over the past few weeks, you may have noticed some changes to your Docker extension in VS Code. We want to take a moment to explain what’s happening—and where we’re headed next. What’s Changing? The original Docker extension in VS Code is being migrated to the new Container Tools extension, maintained by Microsoft. It’s designed to make it easier to build, manage, and deploy…

Read More

Gold trifft digitale InnovationGold – ein Element, das seit Jahrtausenden die Menschheit fasziniert. Es ist nicht nur ein Symbol für Reichtum und Luxus, sondern vor allem für Beständigkeit und Sicherheit. Bei Kettner Edelmetalle haben wir es uns zur Aufgabe gemacht, diese Werte in die digitale Welt zu übertragen.Wer wir sindWir sind einer der größten Edelmetallhändler in Europa mit über 200.000 Kunden und einem dreistelligen Millionenumsatz pro Jahr. In den letzten Jahren haben wir uns einen Namen als Innovationstreiber im Edelmetallhandel gemacht. Unsere Online-Plattform verzeichnet beeindruckende 2 Millionen Unique Users pro Monat und bewältigt 1,5 Milliarden Requests im gleichen Zeitraum. In…

Read More

Managing an investment portfolio doesn’t have to cost a dime. There are many free portfolio trackers that let you monitor stocks, cryptocurrencies, and other assets without paywalls or subscription upgrades.✅ Below we highlight 10 of the best truly free portfolio tracking tools.Each offers a mix of features, covering common asset types like stocks and crypto, and all are usable without any premium upgrade. We’ll break down the strengths and weaknesses of each so you can choose the tool that fits your needs.PortfolioTracker24 is a minimalist online portfolio tracker that emphasizes privacy and simplicity. It’s completely web-based and does not require…

Read More

In today’s fast-paced software delivery world, platform engineering has emerged as the backbone of scalable development. Internal Developer Platforms (IDPs), golden paths and paved roads have become the essential building blocks for enabling developer productivity. But as platforms mature, the next frontier is clear: Security must be native to the platform itself, not an afterthought.Enter Intelligent Continuous Security (ICS), an AI-driven, end-to-end security paradigm that unifies DevSecOps and SecOps across the entire software lifecycle. When implemented from the platform outward, ICS has the power to deliver seamless, secure software without slowing teams down.Why Security Must Be Platform-NativeTraditionally, security has existed outside…

Read More
SQL

I had a customer recently ask about a change in one of their constraints on production, where a new option appeared when they went to deploy some changes from QA. They asked how this could happen, and I’ll show how in this post.Suppose I create a table like this in a development environment.CREATE TABLE [dbo].[Logger](     [LogID] [INT] NOT NULL CONSTRAINT LoggerPK PRIMARY KEY,     [LogDate] [DATETIME] NULL,     [LogMsg] [VARCHAR](2000) NULL     )GOI (hopefully) have a process to get this to production (version control, automation, etc.). Once in production, if I were to script this on SQL Server 2022, I’d get this from…

Read More

Welcome to the world of Linux! You might not realize it, but Linux is everywhere from the server rooms of big tech companies to the devices you use at home, like smartphones, smart TVs, and even some home appliances. It’s the backbone of a lot of technology we use every day. If you’re new to Linux, don’t worry! This quiz is here to help you learn while having fun. Even if you’ve used Linux a little before, there’s always something new to explore. Linux might seem tricky at first, especially the terminal (that black screen where you type commands), but…

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 available DevOps talent is still relatively constrained, so when one DevOps professional takes on a new role, it tends to create opportunities for others.The five job postings shared this week are selected based on the company looking to hire, the vertical industry segment and naturally, the pay…

Read More

If you’ve got two or more network interface cards (NICs) and you’re wondering if you can use them together to increase speed or make your network connection more reliable, you’re in the right place. This guide explains Ethernet Channel Bonding (also called NIC teaming or interface bonding) – how to set it up, how it works, and how it can help you balance traffic or prevent network downtime. What Is Ethernet Channel Bonding? In simple terms, Ethernet Channel Bonding lets you combine multiple physical NICs into one single virtual NIC (bond0), which is a virtual interface that handles the network…

Read More

Lineaje has added artificial intelligence (AI) agents that leverage multiple types of code scanners to ensure the open-source software packages and artifacts being used by application developers are truly secure.Company CEO Javed Hasan said the Gold Open Source Packages and Gold Open Source Images are curated by AI agents trained to automate tasks based on data collected by a software composition analysis (SCA) platform, dubbed SCA360.SCA360 also provides access to a Deep Dependency and Reachability Scanner to identify mandatory and optional dependency chains and their inherent risks. That scanner is coupled with a static code analysis engine that detects reachable…

Read More

I’m obsessed with this basic web need. You’ve got three pages: index.html about.html contact.html You need to put the same header on all three pages. Our developer brains scream at us to ensure that we’re not copying the exact code three times, we’re creating the header once then “including” it on the three (or a thousand) other pages. There are so many solutions to this problem We don’t need to list them all here. I documented some of them one time, but there are many more. We’ve got JavaScript to go fetch the HTML and insert it. We’ve got old…

Read More