Systems | Development | Analytics | API | Testing

Latest Posts

How to add a typing indicator to an in-game chat room with React

In a previous article, I took you through how to add a chat room to a simple game of tic-tac-toe. This post is the second in the series, in which we will look at how to build out the functionality of that chat room with additional features. Across the series, we’ll look at how to manage presence and how to enable emoji reactions – in this post, the focus is on typing indicators. Follow on to find out how to display an indicator when the other person is typing.

Optimizing the Value of AI Solutions for the Public Sector

Without a doubt, 2023 has shaped up to be generative AI’s breakout year. Less than 12 months after the introduction of generative AI large language models such as ChatGPT and PaLM, image generators like Dall-E, Midjourney, and Stable Diffusion, and code generation tools like OpenAI Codex and GitHub CoPilot, organizations across every industry, including government, are beginning to leverage generative AI regularly to increase creativity and productivity.

LiveRamp Customers Build 'Foundation of Identity' With Snowflake Native Apps

The best marketing is truly data-driven, creating powerful product promotions and offers through an understanding of customer needs and preferences. But for many organizations, building this understanding is more akin to solving an ever-growing jigsaw puzzle (with no easy edge pieces!) than reading data insights from a beautiful dashboard.

Evolving Security From "Time Suck" to Productivity Creator

The challenge with security around the development process is that too often it has felt like it was bolted on after the fact, because it was. It’s no wonder that an announcement that a new security tool has been added to the process is likely to elicit a collective eye roll from a development team. To be clear, developers are not against security, but they are skeptical of new processes and tools being added by security teams with no development experience.

Invoice OCR vs. IDP: 3 Top Differences in the Popular Invoice Processing Tools

So you’re still processing invoices manually, huh? That's no way to live. If you’ve come here in search of a better way, you won’t be disappointed. Maybe you’ve heard terms like OCR and IDP thrown around and are looking for a little more information to help you get started. I’ll answer questions like What is OCR invoice processing? How is IDP different from OCR? And is one always better? Let’s get into it.

Katalon Hits The Third Streak As The Automation Testing Leader By G2 - Winter 2023

We are excited to announce that G2, the world’s biggest and most trustworthy tech marketplace, has continuously acknowledged Katalon as a Leader, Momentum Leader, Easiest To Do Business With, and High Performer in both automation testing and software testing in Winter 2023 with 16 badges! These prestigious awards are prime examples of our strong commitment to establishing innovative solutions and ensuring absolute customer satisfaction.

Top Static Site Generators for 2024

Static sites (websites) are not new. In fact they’ve been around since the era of Web 1.0. Back in those dim and distant days the internet only had a few contributors, so managing and maintaining a static website was fairly hassle-free, they use to have a couple of static html files. However, the needs of creators and consumers have changed dramatically since then. So we need a new technology to generate static sites, befitting the resources and innovative spirit of the digital revolution.

Connecting React.js and StimulusJS with JavaScript Events

We recently added a "Getting started" page to the AppSignal, which shows new users a page filled with recommended steps to help them get the most out of their AppSignal experience. Some users enjoy having a helping hand when getting started with AppSignal, others prefer exploring our product solo or already have experience with AppSignal. To give all of our users the option of a guided or solo experience, we needed to a toggle that hides or shows the Getting started page.

REST API with Node.js

REST is a powerful and ubiquitous paradigm for web application development. It offers huge benefits that can help any service be more efficient, more extensible, and more scalable. Node.js is a popular solution for building fast, efficient, and scalable APIs. It is highly extensible, offering an ecosystem of packages that deliver fast and unified development.