Systems | Development | Analytics | API | Testing

%term

What Made Current 2024 Unforgettable? Hear From Our Attendees | Current 2024

In this recap video from Current 2024, attendees share their favorite moments from the event. From insightful talks on data streaming innovation to hands-on workshops and networking opportunities, hear what participants found most valuable.

The rise of the hybrid tester

I'm pretty fast on my laptop keyboard, usually typing around 60 words per minute, sometimes even more, thanks to my mom. She signed me up for a typing course when I was 12 because she thought it would be useful for my career someday, years before I could get my hands on a real computer. It turns out she was right, and it's still a handy skill today. When I graduated from the typing course, my mom gifted me an Olivetti typewriter. It was amazing at the time!

The Essential Skills Required For Automation Testing

Automation testing is no longer a "nice-to-have" skill in the modern software development lifecycle (SDLC)—it’s essential. However, for many aspiring automation testers, the path to mastering these skills can seem overwhelming. We tapped into our community of 90,000+ testers to uncover what are the essential skills every test automation tester should have. Here's what they revealed, and we're excited to pass it on to you!

Streamlining Your Kubernetes Development Environment: A Comprehensive Guide

Kubernetes has revolutionized how modern applications are built, deployed, and scaled. However, due to its complexity, managing a Kubernetes development environment can sometimes feel overwhelming for developers. Utilizing a cloud environment can simplify Kubernetes development by providing better scalability, manageability of dependencies, and a more consistent development experience across various cloud providers.

A practical GitHub Actions pipeline example with Rails

Continuous integration (CI) pipelines are an important part of building and deploying reliable software. Whether it's building a Docker image, running tests, or even just doing code linting, CI pipelines help you automate repetitive tasks and ship better code even faster. GitHub Actions lets you create pipelines to build containers, test source code, and publish software.

Quality keeps a user: How to deliver higher quality UX with test automation

In today’s hyper-competitive market, where users have countless options at their fingertips, one truth stands out above all: quality keeps a user. The quality of your product, particularly its user experience (UX), directly determines whether customers stay with your brand or leave for a competitor. As your business evolves an exceptional UX is crucial – achieving this starts with a thoughtful approach to test automation.

Process Intelligence vs. Process Mining: 3 Differences

Organizations must constantly seek ways to improve their operations and drive efficiency. Two concepts gaining traction in this quest are process intelligence and process mining. While these terms may sound similar, they serve distinct purposes and can provide different insights into your processes. Understanding the differences between them is crucial for organizations aiming to enhance productivity and streamline workflows.

Hand-Coding an API vs. Auto Generating an API | A Comparison

Are you thinking about hand-coding an API? You have the perfect application in mind. It has an attractive UI and achieves everything the customer wants. However, it needs to connect with a Microsoft SQL Server database, so you have to start working on the data model and API. Hand coding APIs offers greater customization and control but is time-intensive, whereas API generation provides a faster, more streamlined approach with automated tools, albeit with less flexibility.

Top Alternatives To The Zsh Ls Command

The Zsh shell is a powerful and versatile command-line interface that enhances user productivity with its advanced features and customization options. Among the essential commands in any shell environment is the ‘ls’ command, which lists directory contents. However, users often seek alternatives to the default ‘ls’ command to overcome its limitations and enhance their workflow.