Systems | Development | Analytics | API | Testing

How to Connect Power BI to Amazon DataZone (Without a JDBC Bridge)

Amazon DataZone is a powerful data management service that lets teams catalog, discover, and govern data across AWS environments. But when it comes to connecting your BI tools, options are limited. Data teams trying to connect Power BI to Amazon Datazone often hit the same wall when every guide, forum thread, and AWS doc points you toward a JDBC bridge or driver. However, Power BI doesn’t speak JDBC natively, which quietly costs data teams time, stability, and patience.

New Zephyr Skills for Rovo: AI-powered test management in Jira | Zephyr

Release day shouldn't mean chasing answers across Jira. SmartBear Zephyr is the Jira-native testing system of record that empowers your team to deliver better software, faster. In this demo, see how Zephyr Skills for Rovo bring test management and automation insights directly into Jira. Connect planning, testing, and delivery in a single, unified workflow within the Atlassian system of work so your team can make faster, more confident release decisions.

AI post-training: Finetuning using PEFT and DPO on Cloudera AMP

Post-training is rapidly becoming a critical phase of enterprise AI development. To get reliable output from an AI model, organizations must align its terminology (e.g., abbreviation) to fit their specific use cases. But getting started shouldn't require heavy computing resources—you can quickly train an open-source model right on your local device. In this tutorial, we sit down with the ASAP_DPO_Finetuning Cloudera AMP to demonstrate exactly how to align a language model to specific industry standards—in this case, Oil & Gas abbreviations.

How to Make the Most of AI Tools for Modernization

AI tools promise speed — but what does AI modernization actually mean in practice? In this video, learn how the best AI tools can accelerate application modernization without increasing risk. We cover how AI tools analyze large legacy codebases, support refactoring, and speed up modernization—when paired with expert human oversight. You’ll learn: Whether you’re exploring AI tools or already modernizing, this video shows how combining AI acceleration with experienced engineers leads to better outcomes.

PHP Debugging: How to Find and Fix PHP Errors

PHP applications are often tricky to debug. A combination of loose typing, complex logic and a lack of runtime visibility can make it hard to catch errors before they reach our users. But if you’re using PHP, there’s no need to stress. This guide will equip you to understand why PHP applications break, return the wrong data or behave differently across environments. We’ll cover logs, runtime checks, Xdebug, IDE tools, request debugging, and production visibility.

Establishing a Multicloud Data Strategy for the AI Era

In my experience working with enterprise leaders, the journey to the cloud rarely follows a straight line. Many organizations set ambitious goals to move all operations to the cloud. They quickly find that certain legacy systems must remain on-premises. This reality results in a complex, hybrid multicloud environment. That means they need to adopt a new strategy for managing test data.

Tips for upgrading Python/Django versions in existing apps

Python is a robust and powerful programming language. In addition to machine learning, Python can be used for tasks such as web scraping, image processing, scientific computing, and much more. A framework such as Django, which is built on top of Python, enables you to build beautiful web applications—top websites such as Dropbox, Instagram, and YouTube use Django.