Systems | Development | Analytics | API | Testing

%term

Is AI Going to Replace QA Jobs? | Sidharth Shukla | #softwaretesting #softwaretestingjobs #qajobs

In this thought-provoking video, Sidharth Shukla delves into the ever-relevant question of whether AI will replace QA jobs. Join him as he explores the nuances of AI's impact on the field of Quality Assurance, addressing concerns and shedding light on the evolving role of testers in an era of artificial intelligence.

API Security - Implementing API Security by Design

In this video, Frank Kilcommins from SmartBear and our special guest, José Haro Peralta, author of "Microservice APIs" demonstrate practical steps, workflow tricks, and the essential tools you need to beef up your API security, from start to finish, including design and development. They recap on the initial Security-By-Design session, to cover OWASP Risks, AuthNZ nuances, Common Design Vulnerabilities before going on a Hands-On walkthrough delivering an API with security in mind from the get go!

What Is Linting + When to Use Lint Tools

Everyone knows that software defects should be avoided at all costs. Some errors cause glitches that frustrate users. Others compromise the safety and security of a critical system. No matter what type of program you’re developing, avoiding these defects is important. That’s why many development teams rely on linting. Read along or jump ahead to the section that interests you the most.

A Data-Agenda at Davos: Promoting the Promise of AI

In the buildup to this week’s World Economic Forum Annual Meeting in Davos, Switzerland, the talk of polycrisis becoming permacrisis painted a picture of impending doom. These terms have been used to describe the global condition today, citing the “cascading and connected crises” triggered by war and geopolitics, economic uncertainty, and environmental concerns, and their persistence.

Quality Assurance: Who Bears the Responsibility in Your Team? | Vikas Mittal | #softwaretesting

Dive into a thought-provoking discussion with Vikas Mittal, as he explores the critical question of quality responsibility within a team. Drawing insights from a LinkedIn poll, discover who team members believe is responsible for quality and how perceptions shift when accountability comes into play.

MuleSoft vs. Apigee: Choosing the Right PI Management Provider

As businesses move toward digital transformation to harness the efficiency of new technologies, they need reliable ways to connect their SaaS applications and other tools. Adopting the right API management platform can make that task much easier. As you explore your options, you will likely find a lot of information about MuleSoft Anypoint and Apigee Edge. The following comparison will help you determine whether one of these API management platforms matches your needs.

8 Best Reporting Tools in 2024

Are you hitting your monthly revenue goals? Driving a ton of traffic to your website? Have a great closing rate in your sales department? That’s great news – but your C-executives and shareholders won’t exactly take your word for it. Instead, you need a quality reporting tool to share your performance and key insights in a clear and professional manner.

Embracing sustainable QA practices for a greener IT future

The IT sector accounts for about 4% of global emissions — a number that could potentially double by 2025. This underscores the urgency of a sustainable green IT transformation. As the digital world grapples with its environmental footprint, the Sustainable QA Practices for Green IT webinar brought together thought leaders from Sogeti, Wipro, and Tricentis to shed light on integrating sustainability into quality assurance and testing.

Password hashing in Node.js with bcrypt

In the digital age, security is of paramount importance, especially when it comes to user data and credentials. As developers, we must ensure that sensitive information, such as passwords, is stored securely to prevent unauthorized access and potential breaches. One of the key techniques employed to enhance security is password hashing, and in the realm of Node.js development, the bcrypt library stands out as a robust solution for this purpose.