You can find the slides of my session on the €100 DWH in Azure on Github. The post Retro Data 2025 – Slidedeck first appeared on Under the kover of business intelligence. The post Retro Data 2025 – Slidedeck appeared first on SQLServerCentral.
Author: drweb
At swampUP 2025, JFrog’s Guy Levi, head of the architects team, highlights some of the technologies shaping the company’s next chapter. Levi’s role centers on exploring advanced technologies “beyond the horizon,” but he emphasized that swampUP isn’t about future promises — it’s about showing what’s available today.One of the highlights Levi pointed to was AppTrust, JFrog’s initiative to establish end-to-end trust across the software supply chain. By unifying governance, risk, and compliance capabilities into a single framework, AppTrust is designed to give enterprises more confidence that applications are secure and reliable from development through deployment. The goal is to tie…
How to Build Secure AI Coding Agents with Cerebras and Docker Compose Learn how to build a secure, portable AI coding agent with Docker Compose, MCP Gateway, and Cerebras Cloud—plus a no-network code sandbox using Testcontainers
At swampUP 2025 in Napa Valley, JFrog co-founder and CTO Yoav Landman joined Alan to reflect on the company’s latest announcements and the broader direction of software delivery in the AI era. Landman noted that this year’s event may have been JFrog’s most ambitious yet, with a wave of product releases designed to tie together themes of trust, automation, and AI-driven DevOps.One highlight is the company’s push to unify governance through AppTrust, which provides end-to-end traceability and compliance across the software supply chain. The aim is to ensure that every artifact — whether human- or AI-generated — can be validated…
Build and Distribute AI Agents and Workflows with cagent cagent is a new open-source project from Docker that makes it simple to build, run, and share AI agents, without writing a single line of code. Instead of writing code and wrangling Python versions and dependencies when creating AI agents, you define your agent’s behavior, tools, and persona in a single YAML file, making it…
Zencoder this week added a command line interface (CLI) option to its artificial intelligence (AI) agent for creating code.Company CEO Andrew Filev said application development teams can use Zen CLI as an alternative to previous support for integrated development environments. The overall goal is to provide developers with a range of options to take advantage of AI coding from within whatever development environment they prefer, he added.Zencoder is making a case for an AI agent that simultaneously indexes code patterns and dependencies across repositories. That capability then makes it easier to generate and update code across multiple files in a…
Following on from our previous initiative to improve how Docker Desktop delivers updates, we are excited to announce another major improvement to how Docker Desktop keeps your development tools up to date. Starting with Docker Desktop 4.46, we’re introducing automatic component updates and a completely redesigned update experience that puts your productivity first. Why We’re Making This Change Your development workflow shouldn’t be interrupted by update notifications and restart requirements. With our new approach, you get: Zero workflow interruption – components update automatically in the background when a Docker Desktop restart is not required Always-current tools – Scout, Compose, Ask…
This value is something that I still hear today: our best work is done in teams. On the facing page, there is a short description of what this means.I do think that teams are very helpful, especially when building software. Our products aren’t simple inside, and they have a lot of pieces and parts assembled to try and keep tasks simple for you.Working in teams is good, and remembering that the hierarchy matters is good. This has helped us in the past, though I find myself reminding people that the company matters more than the team. At times, teams seem…
DevOps as a service (DaaS) is emerging as the next big shift in how organizations build, deploy and maintain their software pipelines. What started as do-it-yourself automation with Jenkins scripts and self-hosted Git servers has now become an increasingly complex ecosystem of tooling, governance and culture. The question now is whether companies really need to maintain all of that themselves. DaaS offers an alternative: managed pipelines, built-in security and a self-service developer experience without the operational burden. For start-ups and enterprises alike, DaaS is about survival in a world where time-to-market, compliance and scalability can’t wait. From DIY Pipelines to Managed DevOps The…
If you’ve ever reinstalled Ubuntu, you know the pain of setting everything up again, such as finding apps, adding PPAs, and reinstalling software one by one. Back in the day, tools like Aptik helped automate this, but since Aptik is no longer maintained, you don’t need to rely on it, Ubuntu already comes with the dpkg package manager, which can handle the job on its own. In this tutorial, I’ll show you how to back up your installed packages and restore them later using dpkg commands. Step 1: Back Up Installed Packages The very first thing we need to do…
