Systems | Development | Analytics | API | Testing

%term

Mastering Basel 3.1: Strategic Testing for Compliance and Stability

Basel 3.1 marks a transformative revision to the Basel 3 Regulatory framework, created in response to the 2008 Financial Crisis. Research shows that nearly 60% of global banks are struggling to fully comply with these new regulations designed to reshape the financial sector. The stringent standards, particularly in critical areas like capital and risk management—specifically for credit and market risk—are further compounded by tight deadlines.

Spring Into Confluent Cloud with Kotlin - Part 2: Kafka Streams

After a short break, we’re back with Part 2 of this series on Spring Framework, Confluent Cloud, and the Kotlin language. Many organizations that write applications and microservices for the JVM have chosen Spring Framework, leveraging the many libraries available for features such as REST services, persisting data to a variety of datastores, and integration with messaging. These organizations have existing investments in building, testing, deploying, and monitoring applications using Spring.

Collaborative EPM: Work Together, Drive Collective Success

The evolving market landscape is driving an urgent need for a unified EPM solution, as finance teams face increasing pressures from several fronts. Rapid technological advancements, heightened competition, and the growing complexity of global markets have made financial agility and real-time decision-making critical to maintaining a competitive edge.

React Native Libraries: The ones you should know about in 2024!

Today, there are approximately 7 million people who say they wouldn’t be able to survive without their gadgets. Because of this, businesses must modify their websites and applications to cater to their client’s expectations. Emerging patterns prompt businesses to consider creating iOS and Android mobile apps with the top framework libraries that may greatly streamline and accelerate the development process.

S1.E21: Automated atomic testing | QA Therapy Podcast

In this episode, we're joined by Nikolay Advolodkin, our guest QA Therapist, to help us address symptoms like automated tests dragging on and plagued by instability, resulting in flaky executions. Did you know that with Xray, you can seamlessly adopt the atomic testing approach? By linking these tests to requirements and bringing visibility to the entire team, Xray empowers you to ensure alignment between tests and requirements while enhancing collaboration and transparency.

Find and Fix N+1 Queries Using AppSignal for a Phoenix App in Elixir

N+1 queries are a frequent issue in complex applications built with Elixir and Phoenix. These queries can silently degrade application performance, often going unnoticed until they've compounded into a significant problem. They can substantially increase web page load times, as each additional query adds overhead to a database, consuming more time and resources. That's why it's crucial to detect and resolve N+1 queries to optimize production systems.