Systems | Development | Analytics | API | Testing

Understanding Go Channels: An Overview for Beginners

On a server infrastructure, Go code can be quickly deployed and updated across different installations as needed. It also supports a variety of operating systems and processor designs, which is a significant advantage. Some of the biggest and most well-known projects have been written completely in Go, which has emerged as the preferred language for open-source infrastructure software. For instance, Docker was created completely in Go.

A Generalized User-local Container for UI State in Kredis

In our last post, we persisted and restored a collapsed/expanded UI state with Kredis. However, the great pain point with this is that we have to invent a lot of Kredis keys. This time, we'll see how we can avoid this by developing a generalized solution for any DOM node whose attribute states we want to track on the server side. Let's dive straight in!

Appian Protect: Security Monitoring, End-to-End Encryption, and More

Data is the heart of business operations. And much of that data is sensitive or regulated. Cyber threat actors know they can benefit financially from your data by holding it for ransom or selling it on the dark web. The most recent Cost of a Data Breach Report 2022 from Ponemon Institute and IBM clocks the average data breach cost at $4.35 million USD (that’s $164 USD per data record). The stakes are high. Your security must be too.

7 AI/ML Use Cases to Watch

2023 is looking likely to be a breakout year for artificial intelligence (AI) and machine learning (ML). Some industry-watchers predict that recent breakthroughs in AI might lead to a new revolution in society akin to the industrial revolution, the invention of the internet, or the advent of the smartphone. Yet, 2023 doesn’t mark the invention of AI—just the year it went viral thanks to OpenAI’s ChatGPT technology.

Sponsored Post

Continuous Load Testing | A Developer's Guide

Continuous load testing is a powerful way of preparing for surges in traffic, without needing real users. Imagine you're a software engineer working on a website that's seen a recent surge in traffic. Despite initial testing indicating that the website should be capable of handling the increased load, the website crashes during peak hours. Load Testing is the process of simulating real-world usage of a website or application. The continuous version is when you integrate it into your development process as part of a CI/CD pipeline.

App Store Connect Guide: How to release apps to the App Store, test with TestFlight, and more

Using App Store Connect is not always a straightforward process. In this App Store Connect Guide, you'll learn how to efficiently upload and release iOS apps to Apple’s App Store. You’ll also learn how to test with TestFlight, automate with Bitrise, and more.

How to Debug Code Using ChatGPT

Unlike traditional debugging tools, which can be complex and require specific knowledge of the programming language, ChatGPT is accessible to programmers of all levels and works in any language. Simply ask ChatGPT specific questions about error messages or unexpected behavior and you’ll get a reply with relevant information that can help you identify and fix the issue.