Systems | Development | Analytics | API | Testing

June 2024

Api Integration - Importance And Best Practices

In today’s digital world, applications need to communicate with each other to provide users with seamless experiences. This communication is often made possible through APIs (Application Programming Interfaces). API integration is a process where different software systems are connected using APIs, allowing them to share data and functionalities. Let’s delve deeper into what API integration is, how it works, and why it’s crucial for modern software development.

Episode 3: Taming data chaos in digital advertising | Tinuiti

Lakshmi Ramesh, Vice President of Data Services at Tinuiti, which services brands like Rite Aid, Nestle, and Instacart, joins us to talk about her work at the intersection of tech, data and marketing. We discuss how the company manages data from hundreds of platforms to serve both clients and internal teams.

insightsoftware Power ON Budget Planner Flyover Demo

In effective cost management, wrangling budgets scattered across local spreadsheets poses challenges in maintenance and consolidation. Enter Power ON’s Budget Planner from insightsoftware, a budgeting and planning solution seamlessly integrated into Power BI. This all-in-one tool empowers users, even those unfamiliar with budgeting tools, to effortlessly construct cohesive budgets.

How to Use Flink SQL, Streamlit, and Kafka: Part 2

In part one of this series, we walked through how to use Streamlit, Apache Kafka, and Apache Flink to create a live data-driven user interface for a market data application to select a stock (e.g., SPY) and discussed the structure of the app at a high level. First, data with information on stock bid prices is moved via an Alpaca websocket, then, it’s produced to a Kafka topic in Confluent Cloud where it is also processed with Flink SQL.

Achieving Zero Trust on VMs with Universal Mesh

Two of the main tenets of Zero Trust are encryption between services and managing the connections each service is allowed to use. Achieving this generally falls to running a service mesh in a Kubernetes cluster. Refactoring applications to run properly in Kubernetes takes time and considerable investment. For many organizations, running their applications on virtual machines will be a necessity for years to come. However, this doesn't mean security should fall behind.

Branching Strategies Guide: Code Branching Strategy Best Practices

Having a dedicated branching strategy is key for teams wanting to speed up their workflows, meet tasks on a deadline, and reduce code errors. But with all the different branching strategies – including release branching, trunk-based branching, feature branching, and more – it can be difficult to determine which one best fits your team’s needs.

Preventing Medical Device Recalls: The Vital Role of SIL, HIL, and Hybrid Loop Testing

The medical device industry has recently seen a troubling increase in recalls, often due to software failures or software-to-hardware miscommunication. The number of medical devices with software is also increasing, considering the rise in IoMT (Internet of Medical Things). These issues highlight the urgent need for thorough and robust testing methodologies to ensure the reliability and safety of medical devices.

Accelerate Development and Productivity with DevOps in Snowflake

Today’s data-driven world requires an agile approach. Modern data teams are constantly under pressure to deliver innovative solutions faster than ever before. Fragmented tooling across data engineering, application development and AI/ML development creates a significant bottleneck, hindering the speed of value delivery required to stay competitive. Disparate tools create a complex landscape for developers and data teams, hindering efficient pipeline development and deployment.

Observability in Snowflake: A New Era with Snowflake Trail

Discovering and surfacing telemetry traditionally can be a tedious and challenging process, especially when it comes to pinpointing specific issues for debugging. However, as applications and pipelines grow in complexity, understanding what’s happening beneath the surface becomes increasingly crucial. A lack of visibility hinders the development and maintenance of high-quality applications and pipelines, ultimately impacting customer experience.

Best practices on How to write effective Test Cases in Software Testing

In the dynamic world of software development, quality is paramount. Every line of code, every feature, every functionality needs to be meticulously evaluated to ensure a flawless user experience. This is where test cases come in – the unsung heroes of the development process.