Author: drweb

We’re the people behind MailerLite, a team of creators dedicated to building outstanding online products and industry-leading email marketing software. We launched MailerSend to provide you with the same experience for transactional emails. After 10+ years of sending huge volumes of emails and experiencing similar challenges you’re facing, we’re now happy to share our solution with you. MailerSend is a cloud-based transactional email service built for developers, but designed so that the entire team, including designers, project managers, and marketing people can use it. We are committed to providing a top-notch solution for transactional communication to our clients worldwide. We understand…

Read More

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…

Read More

Being the Dune groupie that I am, I couldn’t pass up the chance to comment on the “Shai-Hulud” NPM attacks. What a clever name for a worm attack. But as the saying goes, “the spice must flow,” so let’s have a look at what is going on here.The Backbone: What Is NPM (and Why Should You Care)?If you work anywhere near modern software development, chances are you live and breathe packages and repos. NPM, or Node Package Manager, is more than just a tool—it’s the beating heart behind the JavaScript and Node.js ecosystem. Developers pull packages from the NPM repository,…

Read More
SQL

Have you ever received the dreaded error from SQL Server that the TempDB log file is full? Only to open SSMS and be greeted with a message that prevents you from connecting.Oh no.. my number one troubleshooting tool is not usable. Time to fire up a command prompt and connect via DAC, right?Well, not so fast.During a recent technical interview, I was introduced to a clever workaround that lets you connect to a distressed SQL Server using SSMS, even when it seems unresponsive.The SSMS WorkaroundHere’s how to bypass the connection issue and get back into SSMS:Open SSMS and connect to…

Read More

We’re excited to share that Docker Model Runner is now generally available (GA)! In April 2025, Docker introduced the first Beta release of Docker Model Runner, making it easy to manage, run, and distribute local AI models (specifically LLMs). Though only a short time has passed since then, the product has evolved rapidly, with continuous enhancements driving the product to a reliable level of maturity and stability. This blog post takes a look back at the most important and widely appreciated capabilities Docker Model Runner brings to developers, and looks ahead to share what they can expect in the near…

Read More
SQL

I’ve used Logic Apps a couple of times over the past years for simple workflows, like sending an email (still not supported in ADF, booooo), reading a SharePoint List or copying some files from A to B (cheaper than the Copy Data Activity in ADF). When you create a Logic App with an HTTP trigger (which is most likely scenario if you’re using ADF to trigger the Logic Apps), an URL is generated:It has the following format:https://prod-xxx.myregion.logic.azure.com:443/workflows/someid/cdb/triggers/manual/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=sastokenThe URL contains 4 parameters:the API versionsp, which points to the trigger (service permission, it tells you what you can do with the URL)sv…

Read More

AufgabenWir suchen einen erfahrenen und talentierten Senior Backend Developer mit Fachkenntnissen in PHP und Cloud-Technologien zur Verstärkung unseres Teams. Du bist mitverantwortlich für die erfolgreiche Umstellung und Weiterentwicklung unserer Cloud Anwendung ZEP. Du wirst dich um die Entwicklung, Erstellung und Wartung der Backend-Infrastruktur unserer Webanwendungen kümmern und deren Leistung, Skalierbarkeit und Sicherheit gewährleisten.QualifikationDu passt zu uns, weil…du mehrjährige Erfahrung in der objektorientierten Entwicklung mit PHP sowie modernen Frameworks wie Laravel mitbringstdu Vue.js, Inertia.js und Tailwind CSS entweder bereits kennst oder motiviert bist, dich intensiv einzuarbeitendu Webanwendungen mit sauberem Code entwickelst und dabei auf Performance, Sicherheit und Wartbarkeit achtestdu solide Kenntnisse…

Read More
SQL

Artificial intelligence is no longer a distant concept. It is here, embedded in the way we work, create, and make decisions. From generative assistants to predictive analytics, AI is transforming industries at a pace that is both exciting and challenging. The question is not whether to adopt AI but how to do so with confidence, ensuring that innovation remains responsible, secure, and trustworthy.This is where Microsoft Purview steps in as a critical enabler of responsible AI adoption. By combining advanced data governance, compliance, and security capabilities, Purview provides the guardrails that organizations need to innovate without compromising integrity or trust.The…

Read More

If you’ve ever managed a hosting server, you know that cPanel & WHM is one of the most popular control panels in the web hosting industry, which makes server management much easier, especially for beginners who don’t want to spend hours tweaking config files manually. In this post, I’ll walk you through installing cPanel & WHM on AlmaLinux 9. What are cPanel & WHM? cPanel → This is the control panel for end-users (website owners), which lets you manage websites, domains, databases, and email accounts. WHM (WebHost Manager) → This is the administrator side, where you manage the server, create…

Read More