Systems | Development | Analytics | API | Testing

October 2023

Add Observability to Functional Tests | Role of Performance, Security, & Accessibility | Federico

In this enlightening video, Federico Toledo explores the realm of functional testing and how users can enhance their testing practices through observability. Federico sheds light on the pivotal roles of performance, accessibility, and security in achieving more robust and effective functional tests.

How to Improve Logical Skills for Coding Interviews | Sahil Puri #logicalthinking #codinginterviews

In this insightful video, Sahil Puri provides a comprehensive guide on enhancing your logical skills for coding interviews. Sahil shares valuable insights and practical techniques to help you prepare effectively for technical interviews. With clear explanations and actionable tips, viewers will discover how to build and sharpen their logical thinking abilities, a crucial component in coding interviews. Whether you're a coding enthusiast, a job seeker, or someone looking to refine your logical skills, this video equips you with the knowledge and strategies needed to excel in coding interviews.

Software Testing Jobs on 20th October | Automation Tester Vacancies | Curated Job Openings for QAs

This video is a top resource that provides you with the latest job opportunities in the software testing and quality assurance (QA) industry. It allows you to stay up-to-date with the rapidly changing technological landscape by exploring exciting career prospects in both manual and automation testing. Given the high demand for qualified software testers, now is an excellent time to enhance your career prospects.

Build a realtime closed-caption system in React, AssemblyAI and Ably

Closed-captioning for television systems was first demonstrated in the early 1970s. Realtime closed-captioning was developed later in the early 1980s. Here, stenotype operators who type at speeds of over 225 words per minute provide captions for live television programs, allowing the viewer to see the captions within two to three seconds of the words being spoken was developed later in the early 1980s.

Hashem used AI to make a short film, and it's scarily close to reality.

From Test Case Scenario episode, "How AI Software Will Ruin the World" With special guest Hashem Al-Ghaili, a renowned science communicator and video producer, they dive into the scary and useful aspects of AI, from its benefits to the potential drawbacks. Join us for a fierce discussion that delves deep into the world of AI and its impact on our lives.

How to Enforce API Usage Policies

One of the most difficult aspects of creating an API service for public consumption is the balance between developer control and user freedom. Ensuring that users can leverage an API to new heights requires a certain amount of freedom, both in modality of usage and in applicability of the use case. The security of underlying systems and the API itself relies on controlling this usage and ensuring a level of control for the greater good.

Mastering Prompt Engineering: Unleashing the full potential of StudioAssist in Katalon Studio

In the world of test automation, tools like Katalon Studio have revolutionized how we approach software testing. But what if we could take it a step further? Enter StudioAssist, a next-generation AI-powered coding companion feature designed to elevate your programming experience within Katalon Studio. Leveraging the power of Generative Pre-trained Transformers (GPT) and the robust foundation of Katalon Studio, StudioAssist doesn't just assist; it empowers.

Cartrack Fleet Integration with Linx

Cartrack is widely used for fleet management, and they offer a web service to manage jobs, customers and drivers. This post covers how you can integrate your system and the Cartrack API with Linx. The idea is to provide a base template solution to make it easier to integrate with the Cartrack API. Bring your integration requirement, add your system connectors and call the Cartrack API with the provided functions.

8 Best WebSocket Libraries For Node

As a developer, choosing the right Websocket Node library to integrate into your realtime application project can be a humbling experience. You are faced with a lot of choices that offer different capabilities and features that will allow you to build scalable and efficient applications. However, given the constantly changing landscape, a crucial question remains: have you selected the most suitable one? Are there other options that could enhance your project even more?

Governing GraphQL APIs with Kong Gateway

Modern software design relies heavily on distributed systems architecture, requiring all APIs to be robust and secure. GraphQL is no exception and is commonly served over HTTP, subjecting it to the same management concerns as any REST-based API. In fact, GraphQL’s dynamic client querying capabilities may lead to more complex and potent attack surfaces than traditional REST-based APIs.