Systems | Development | Analytics | API | Testing

Appian 22.3 Product Announcement Webinar

Appian is excited to announce the release of Appian 22.3! Join Malcolm Ross, VP of Product and Deputy CTO, as well as experts from our Product Management team, as they walk you through the latest platform features and enhancements. Appian 22.3 strengthens your data capabilities, enhances automation, and delivers customized experiences for all users, including those outside of your organization.

Introduction to GraphQL | Learn GraphQL in less than 40 minutes - Antino Labs

GraphQL is an open-source data query and a server-side runtime for application programming interfaces (APIs). Making APIs fast, flexible, and developer-friendly, it paves the road for convenience when dealing with APIs. But, the technicalities aren't that easy to understand. So, here's this quick introduction to GraphQL that will help you understand what is GraphQL, how it benefits developers, and some use cases as well.

Overcoming 8 common software developer problems your team might face

Every company wants to deliver the best product to its customers, and this theme is woven into the product development process at all successful companies. Product development in the SaaS domain comes with a unique set of software developer problems. Software developer problems can range from poorly defined customer expectations to a greater need for complexity and rapid technological advancement. These problems are all part of software development being a highly dynamic and complex process.

Top 9 React Boilerplates to Know in 2022

React has gained popularity recently and is now among the most cherished frontend frameworks ever. React has consistently placed in the top two positions in the State of JS survey for the past five years, which serves as evidence. Additionally, this indicates that more developers than ever are creating projects in React. The React library benefits from the use of boilerplates, which are lines of code that are neutral by design and serve as a natural starting point when developing with any technology.

Capture Heap Snapshots in N|Solid [7/10] The best APM for Node, layer by layer.

One of the first needs of developers is debugging memory-based issues in Node.js applications quickly and effectively. Still, before we jump right into the Heap Snapshot concept, it's essential to understand what a memory leak is. A basic definition that I would apply in this context is: Memory leaks are quite common in production applications. Fortunately, they usually aren't difficult to find.

How To Access APIs and Beat Your Competition

An Application Programming Interface (API) is the new go-to for businesses looking to connect with customers, partners, and other stakeholders via digital channels. From e-commerce sites to mobile apps, APIs are used to collect and process data and enable interoperability between web applications. As such, learning how to access APIs has become the primary gateway to data-driven products and the main revenue stream for most businesses.
Featured Post

Apple's recent announcements - the impact for developers and testers

At its Worldwide Developer Conference in late May, Apple shared a sneak preview of what to expect in the autumn, including news around iOS 16. This gives app developers and testers a bit of time to get their heads around the implications, including new test requirements. Here are some of the highlights from the conference.

How to Track Down Memory Leaks in Ruby

A memory leak is an unintentional, uncontrolled, and unending increase in memory usage. No matter how small, eventually, a leak will cause your process to run out of memory and crash. Even if you periodically restart your app to avoid this crash (no judgment, I've done that!), you still suffer the performance implications of a memory leak.