Tools & Frameworks

CVE Management: More efficient with the right tooling

CVE Management: More efficient with the right tooling

In today’s interconnected and rapidly evolving software landscape, vulnerabilities are an unavoidable part of development. As the complexity of applications grows, so does the attack surface. With dependencies on numerous external libraries, open-source packages, and container images, transitive CVEs become one of the most common vulnerability findings and worth focusing at. This blog post will introduce you the the world of CVE Management and give you an overview of some common tools you might use.

Is Backend-As-A-Service (BaaS) Enterprise-Ready? A Hands-On Review of Convex and Supabase

Is Backend-As-A-Service (BaaS) Enterprise-Ready? A Hands-On Review of Convex and Supabase

By providing pre-built backend infrastructure for data management, authentication, cloud functions, and more, Backend as a Service (BaaS) platforms promise to enable development teams to significantly accelerate application development and focus primarily on business domain logic and user experience. But is this promise kept with tools such as Supabase and Convex? Nicolas and Adrian share their insights in this insightful article.

Software Development Beyond Hard-Coded Workflow Orchestration

Software Development Beyond Hard-Coded Workflow Orchestration

In today’s fast-evolving digital landscape, software isn’t just a collection of functions performing specific tasks – in fact it’s a web of interwoven workflows that dictate how systems interact and respond to dynamic business needs. Julian and Philipp dive into the topic of workflow orchestration and their experience how software products can be improved with workflow engines such as Camunda.

From Freemium to Premium: Migrating from Trello to Microsoft Planner using Power Automate

From Freemium to Premium: Migrating from Trello to Microsoft Planner using Power Automate

In this article our colleague Petr explores the Microsoft Power Automate platform, offering insights for individuals seeking automation solutions. It highlights the appealing aspects and challenges associated with this low code approach, illustrated through a concrete project example – Migrating Trello boards to Microsoft Planner. The discussion aims to equip readers with a better understanding of how Power Automate can streamline processes while also addressing potential hurdles.

Dockerfiles vs. Buildpacks vs. Jib

Dockerfiles vs. Buildpacks vs. Jib

Containerization technology has become a cornerstone of modern software development but the tools and methods you choose for packaging your applications can impact your development workflow, deployment speed, and operational efficiency. In this Blogpost, we will look...