Systems | Development | Analytics | API | Testing

Latest Posts

How to Easily Deploy Usage-Based Billing with Moesif and SBT-AWS for SaaS

Are you building a SaaS application on AWS and wrestling with the complexities of implementing usage-based billing? Moesif and Amazon Web Services(AWS) are working together to make it easy for SaaS architects and developers to implement usage-based billing with the SaaS Builder Toolkit for AWS(SBT-AWS). Moesif is a cloud-based solution for usage-based metering and billing. SBT-AWS is an open-source developer toolkit provided by AWS to implement SaaS best practices.

How to Resolve Java.lang Exceptions

Java.lang exceptions are some of the most commonly encountered exceptions in Java programming. As one of the foundational packages in the Java Standard Library, you don't even explicitly import java.lang in your code; it’s automatically imported into every Java program. Thanks to java.lang you get essential classes such as String, Math, and System, among others. You also get a variety of base classes for handling exceptions and errors.

Reactive Programming In Swift: Using RxSwift

Our users surprise us every day. They constantly find new and exciting ways to use our apps, and create all kinds of edge cases with their behaviour. As developers, it’s impossible to predict every single edge case. What we can do, however, is train our apps to react, and this is the core of Reactive programming, a development paradigm which has rapidly gained popularity for Swift programmers in recent years.

Improve Product Stickiness and User Adoption with Embedded Analytics

You’ve heard of throwing ideas at a wall until something sticks–as a product manager, you may find you’re doing the same with application features. For application teams, creating sticky applications that customers can rely on and continue using for years to come is key to maximizing revenue. Elements like intuitive interfaces, personalized experiences, seamless integrations, and valuable core functionalities all contribute to this stickiness.

The Future of Testing - A Roundtable Discussion on AI and Automation

Recent advances in artificial intelligence (AI), particularly in generative AI with the release of large language models (LLM) such as OpenAI’s GPT 3.5 and 4.0, Google’s Gemini, and Meta’s Llama in 2023, have had a profound effect on business procedures and practices in several industries, including software development, operation, and quality engineering (QE).

The Sliding Doors for the Essentials

As I have explored in this “Sliding Doors” blog series, identifying the right door to create value with data can prove quite challenging - and once that door is opened, the journey ahead can seem daunting. But what if there was a way to make that journey a bit easier? Maybe it’s time to get back to basics… Who needs to hear this?

What is Regression Testing? Definition, tools and examples

Regression testing is an important practice in software development. It tests to ensure your application remains stable and reliable even as changes and updates are introduced. Each new change introduces a risk of breaking existing functionalities, potentially causing shipping delays or launch postponements. Evaluating your application against a full suite of tests helps find and fix unexpected software bugs or errors.