Systems | Development | Analytics | API | Testing

Five Reasons Why You Shouldn't Build a Platform #WordsUnplugged

In this discussion, Asanka Abeysinghe and Kanchana Wickramasinghe explore the reasons why building your own platform may not be the best choice for your organization. They share valuable insights on the challenges of platform development, the importance of self-service capabilities, and the benefits of streamlining operations. They also emphasize the need to consider alternatives that can save time, resources, and lead to more efficient application development. Don't miss this informative conversation that sheds light on making the right decisions for your organization's digital transformation journey.

How to Fix java.text.ParseException

The java.text.ParseException is a checked exception in Java that signals an unexpected error while parsing an input. This typically happens when the input does not match the expected format. Since ParseException is a checked exception, it must be explicitly handled in methods that can throw this exception - either by using a try-catch block or by throwing it using the throws clause.

9 React component libraries for efficient development in 2023

Component libraries are essential tools for efficient React development. They provide a collection of pre-built UI components that can be reused across projects, saving developers time and effort. In this article, we'll explore some of the best React component libraries that can boost your productivity and enhance your user interface. Whether you need a simple button, a complex dashboard, or anything in between, you will find a suitable component library for your React project.

EP5: Why Building Platforms Fail - Architects Dissect 5 Critical Reasons

In this episode we delve deep into the critical issues architects face when building platforms. Tackling everything from hidden opportunity costs to the illusion of completeness, we provide an architect's perspective on why platform projects often fail. Don't miss our insights on managing complexity, running a lean team, and the financial pitfalls to avoid. Tune in to uncover the nuances that could make or break your platform architecture.

Get started with security: Vite, React, and Ably Token Requests for API access

SaaS APIs typically require some kind of authentication to allow access. While there are many ways that APIs can implement authentication, one popular choice is using secret keys as the scheme. Exposing secret keys directly to a client application however can create security risks, so how can client applications based on libraries like React securely access SaaS services? Many APIs, including Ably, offer an additional client-oriented token authentication system.

Software Development 2023: Developers Behaving Badly Report

Welcome to Test Case Scenario! In this episode, join our host Jason Baum, and panelists from Sauce Labs as they discuss the report about “Developers Behaving Badly,” what are these so-called bad behaviors, why is this happening, and what are its implications? In this insightful discussion, our host is joined by Evelyn and Titus as they share not only their perspective about these “bad behaviors,” but the possible underlying reasons for it and things we can look forward to in the future of coding and the rise of AI.