Systems | Development | Analytics | API | Testing

%term

Testing Bunjs Web Application With Cucumber Js And Keploy

In our previous blog, we explored how to build a modern web server using BunJs and Prisma, integrating robust authentication mechanisms with JWT tokens. Now, it’s time to ensure our application is reliable and error-free through thorough testing. In this blog, we’ll dive into testing methodologies using Cucumber JS and Keploy, both are a powerful tools that streamline the testing process and enhance the quality of our application.

Contributing to Apache Kafka: How to Write a KIP

I’m brand new to writing KIPs (Kafka Improvement Proposals). I’ve written two so far, and my hands sweat every time I hit send on an email with ‘ KIP’ in the title. But I’ve also learned a lot from the process: about Apache Kafka internals, the process of writing KIPs, the Kafka community, and the most important motivation for developing software: our end users. What did I actually write? Let’s review KIP-941 and KIP-1020.

What is Live Testing? Guide To Do Live Testing In-depth

Live testing is to test software in real-world situations with real users instead of simulated data. This approach allows testers to check software quality in actual usage scenarios and real-world conditions. They do have their own risks to take into consideration, since we are interacting with real users and live systems here. In this article, we will explore the concept of live testing in-depth, and how you can better do live testing with the right tools and approach.

SEO and Web Design: What Designers Need to Know

While designers and SEO experts are united in their focus on addressing user experience and user intent when designing a website, there are some areas where they don’t always see eye to eye. These include labeling for users vs. labeling for search engines and consolidation of content vs. expansion of content. Is there a way to address the needs of both sides while creating the best possible user outcome? Absolutely.

10 Best CI/CD Tools in 2024

Modern development strategies require implementing a continuous integration and delivery/deployment (CI/CD) pipeline to consistently deliver high-quality software and updates. To achieve this, development teams must create a CI/CD pipeline that effectively automates and accelerates the software development lifecycle. This enables developers to build and deploy better code faster. But, to create a well-functioning CI/CD pipeline, they need to use the right CI/CD tools.

Improve Your Enterprise Risk Management Framework with Process Automation

The regulatory and business demands of financial services require teams to collaborate with consistency and accuracy—a difficult task when it comes to enterprise risk management (ERM). Business units often complete their risk management strategic objectives independently, and since each may have its own taxonomies and processes, human errors may go unnoticed, increasing potential risk.

Mastering Good API Design Principles: The What, Why, and How

API design principles are models for building strong connections in a digital world where APIs bridge gaps between systems. This article strips down the complexity of API design to present you with the tried-and-true principles that ensure functionality, reliability, and ease of use. Learn to lay the foundations of a great API without the guesswork so you can focus on what truly matters: crafting an exceptional tool that seamlessly integrates and scales with technological demands.