Systems | Development | Analytics | API | Testing

%term

Don't Forget to Regression Test Your APIs!

Here at SmartBear, our motto is that quality isn’t just the goal, it’s the whole point. The software development process is intricate and dynamic, with constant changes being made to meet evolving user requirements and address defects. However, with these changes come potential risks. One of the most significant challenges in software development is ensuring that making modifications to an application does not inadvertently break existing functionality.

Understanding GitHub Actions: Step by Step Guide for Beginners

Diving into the world of GitHub Actions can be like opening a treasure chest for your projects. Imagine having a magic wand that automates all the tedious bits of software development, from testing to deployment, all within GitHub’s cozy ecosystem. Let’s embark on this adventure together, shall we?

Kong Konnect Data Plane Node Autoscaling with Karpenter on Amazon EKS 1.29

In this post, we're going to explore Karpenter, the ultimate solution for Node Autoscaling. Karpenter provides a cost-effective capability to implement your Kong Konnect Data Plane layer using the best EC2 Instances Types options available for your Kubernetes Nodes. See the previous posts in this series for more on Data Plane Elasticity and Pod Autoscaling with VPA, HPA, and Node Autoscaling with Cluster Autoscaler on Amazon EKS 1.29.

The Integration Challenges & Transformative Power of IoT in the Energy & Utilities Sector

According to the U.S. Energy Information Administration (EIA), world energy consumption is forecasted to surge by almost 50% by 2050. This prediction underscores the urgent need for a concerted global push towards smarter, more efficient energy grids and resource management. According to the International Energy Agency (IEA), the global Internet of Things (IoT) deployment in power systems is expected to save $80 billion annually from 2016 to 2040, making up 5% of the total global power generation costs.

Integrate Type Checking with Node.js using TypeScript: A Tutorial

With Node.js and Express, you can easily create a JavaScript server. Then the obvious question would be, “Why Typescript?” While JavaScript remains the most popular scripting language, TypeScript emerges as a great alternative when your application becomes more complex or when you collaborate with a distributed team of developers.

iOS Data Persistence: A Guide for Swift Developers

The term ‘data persistence’ refers to data that remains available, even when the program that created it is idle, sleeping or unable to open. In many cases, our iOS apps need to provide support around the clock, so we need our data to be ‘always on’ – even when the apps themselves are not.