Systems | Development | Analytics | API | Testing

July 2022

Starting an API-First Company

You’ve developed an amazing API product. Fantastic. But that’s just the beginning of your journey. Starting an API-first company brings with it a whole host of unique challenges for you to face along the way. Based on Moesif’s own experience of founding an API-first company, we’ve shared some insights below to help you avoid some of the pitfalls and make the most of the opportunities that lie before you. “API-first” can mean different things to different people.

How to release Finance apps quickly and confidently with DevSecOps

Learn how to release better and more secure finance apps rapidly, by applying security measures and moving to shift-left testing in the DevOps cycles. Thank you for watching! Please feel free to comment your thoughts below. Build better mobile applications, faster! Save time, money, and developer frustration with fast, flexible, and scalable mobile CI/CD that just works.

Parallelize build, tests and accelerate feedback loops with Build Pipelines Webinar

Do you ever just want to… speed up your builds? In an effort to continuously improve build speed on Bitrise, we’ve just introduced Built Pipelines in open beta so now you can build and test in parallel. Watch this webinar + Q&A to learn about the new feature, how to leverage it, and get the answers to the questions you may have. Thank you for watching! Please feel free to comment your thoughts below.

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.

Carbonated: Why Google's Enthusiasm for Go Fizzled as a C++ Successor

Developers are talking about Google’s latest creation: Carbon, a supposed wunderkind programming language that will save the technoverse from C++ and serve as its successor or replacement. Just like a rehashed Hollywood blockbuster about a supposed messiah, we’ve heard this story before. The 2000s saw more than one language try to fix C++’s minuses. The two big ones were Rust (backed by Mozilla) and Go (a.k.a. Golang, initiated by Google).

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.

Why Government CIOs Need to Rethink Their Tech Procurement Strategy

As government agencies and organizations look to modernize their technology stacks to keep up with changes in the workforce, aging solutions, and closing contracts, they’ll all set out with a similar process: submit an RFP, review submissions, and choose a vendor. Seems simple enough. But what government CIOs often don’t realize is that requiring proven, specific use cases may be limiting what their new (and likely expensive) technology investment can do for their organization.

What Our Game Dev Customers Think of Helix DAM

Helix DAM lets creative teams streamline art & game asset management. It offers a visual library of their game art and smart search tools so they can quickly find the file they need. It also enables them to simplify the review process and quickly check the status of an asset. See what our customers thought about Helix DAM when we announced it at GDC 2022. (Hint: they’re excited about the efficiency and organization it offers + the time it saves.)

Managing user profiles in your applications with SCIM2 #Identityin15

In today's episode, we will discuss how you can manage your user profiles with SCIM by using WSO2 Identity Server as a SCIM service provider in just 15mins. The System for Cross-domain Identity Management (SCIM) specification is designed to manage user identity in cloud-based applications and services in a standardized way to enable interoperability, security, and scalability.

How to Write a Functor in Elixir

There’s a function called Enum.map in Elixir that works on multiple collection types, but it's not without its issues. In this post, I will introduce you to a concept from functional programming called a functor. We’ll make a Functor protocol with a function called fmap that will aspire to be a better version of Enum.map. Note: The article is inspired by the Witchcraft library, which we covered in one of our previous posts. But first: what's the problem with Enum.map exactly?

How to Fix the EOFException in Java.io

The java.io.EOFException is a checked exception in Java that occurs when an end of file or end of stream is reached unexpectedly during input. This exception is mainly used by data input streams to signal end of stream. Since EOFException 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.

End-to-End API Monetization with NodeJS, Stripe, and Moesif

Many API developers and companies struggle to find ways to easily set up systems to monetize their APIs. Some are simple but not customizable, some are complex and require massive engineering effort to actually get it all running. To make things easier, Moesif created a feature a few months ago called Billing Meters which gives massive customizability but with a minimal amount of code and engineering effort.

Worker Threads Monitoring in N|Solid [6/10] The best APM for Node, layer by layer.

One of the more popular ways for developers to use Node.js is to leverage Worker Threads. Workers (threads) are useful for performing CPU-intensive JavaScript operations, according to the official documentation. They have proven to be the best solution for CPU performance due to the following features.

Tracing is dead: How to maximize results with logging and metrics- Dudi Cohen, Monitorama 2022

Tracing is one of the hottest topics in Observability and Monitoring. There are myriad open-source projects, new startups, and entire conferences dedicated to it. But here’s the truth: While everyone building and maintaining software has heard of Tracing, only a select few engineers in a company end up using it.

Understanding Type Checking in JavaScript Using typeof

In JavaScript, the type checking operator typeof returns the data type of the argument that was supplied to it. Any variable, function, or object whose type you want to determine using the typeof operator can be used as the operand. The typeof operator can be used to check the data type before execution because JavaScript is a dynamically typed language, which means that you do not need to define the type of variables when declaring them.

Four Challenges Facing the Life Sciences Industry in 2020

New breakthroughs in drug development are leading to groundbreaking results that could change lives in 2022 and beyond. However, at the dawn of a new decade, there are major challenges facing the industry that could prevent this innovation revolution. With the rising costs and increasing complexities involved in bringing products to market, life sciences organizations are re-examining their business operations and technology adoption.

Go vs. Rust: Debugging, Memory, Speed & More

Rust and Go in some ways are polar opposites. They are defined by their respective approaches to code. Rust is scrupulous, meticulous, and demands painful attention to detail; Go is laidback by contrast, easygoing, and simple. They both prize efficiency, but one in the means (Go) and the other in the ends (Rust). A true Go vs. Rust battle needs to compare the two languages in more depth. Golang and Rust owe their births to loathing for other systems languages (and by languages, I mainly mean C++).

Four Issues Killing your Software Development Lifecycle

With many options to modernize tech stacks and improve developer UX, it’s hard to know where to start. Consider starting with your Software Development Life Cycle. There are a number of opportunities that can provide quick wins for a development team without disrupting productivity and release cycles while saving money and improving developer experience and deployment times.

Memory Anomaly Detection in N|Solid [5/10] The best APM for Node, layer by layer

Anomaly detection refers to the problem of finding patterns in data that do not conform to expected behavior. Understanding memory management reduces the possibility of wasting your application's resources and the unexpected effects on performance. According to Sergey Kibish, Anomalies can be illustrated in a simple two-dimensional space.

11 Java Debugging Tips for Developers with Eclipse

Debugging your code is one of every developer's worst nightmares. Debugging Java code is a difficult task. It is the process of detecting and fixing bugs or errors in code, projects, or applications. For any Java developer, debugging is a must-have ability. The ability to debug a Java program allows you to uncover any subtle bugs that aren't obvious during code review or appear when a specific situation occurs. This article offers some tips for debugging Java code.

Automate Your Way to Business Agility, Speed, and . . . the Caribbean?

So far, in Parts 1 and 2 of this blog series we’ve explored how building a unified and integrated vacation plan is a lot like moving your business through the phases of successful digital transformation. In Part 1, we talked about using process mining to know where your bottlenecks and potential obstacles are, and understanding how to resolve them.

Fetch API in Node.js

Fetch() support is now available in Node.js as an experimental core feature. Fetch() is a well-liked cross-platform HTTP client API that functions in browsers and Web/Service Workers. Many people who want to build cross-platform HTTP request code and are familiar with the fetch() API structure and call patterns have long demanded the addition of fetch() support. The node-fetch module was created specifically to backfill this feature in Node.js, which is why it exists.

An Introduction to Multithreading in Node.js

Computers are becoming more powerful, thanks to GPUs and multi-core CPUs. Equally, applications are getting more complex as they leverage threads (independent execution units in a process) for maximum application performance and responsiveness. In this article, we will explain what multithreading is, and how Node.js handles asynchronous operations using the event loop and worker pools. We'll also discuss how to use the Node.js worker-threads module to create and manage threads. Let's get started!

The Road to Enterprise Modernization Begins with Process Mining

It’s a journey every organization takes eventually – overhaul legacy systems and streamline core processes to drive efficiencies. But with more complexity than ever before, even the best companies struggle, with limited process transparency, compliance mandates and performance goals preventing progress. The path to enterprise modernization is clear – efficient workflows rule the day.

HTTP Tracing in N|Solid [4/10] The best APM for Node, layer by layer

In Node.js, you can centralize tracing information generated by V8, Js code, and userspace code. Directly in the APMs, tracing means that you will have a detail of each flow in your application's process; this means that you will have records available of each time a function is called or a database or external information is called. With tracing, you will have a way to capture, visualize and analyze traces across complex architectures, including architectures that use monoliths and microservices.

Generate Customized Tokens in WSO2 API Manager

There are two types of tokens which can be generated when invoking the token endpoint in WSO2 API Manager. They are Opaque tokens and JWT tokens. You can easily create a service provider through the Management console and select which type of token you wish to generate using the service provider. What if you want the generated tokens to be in a customized format? In this article, we will look at how to create our own token issuer and generate customized tokens.

How MOSIP Uses Ballerina WebSubHub for Event-Driven Integration

Ballerina is an open source programming language for the cloud that makes it easier to use, combine and create network services. In addition to the powerful language features, it comes with a rich standard library, which covers network data, messaging and communication protocols.

Writing Predictable Elixir Code with Reducers

This is the first part of a two-part series about maintainable code in Elixir. In this part, we will show how code predictability plays a crucial role in a project's short and long-term health. We will use Elixir's built-in features for this, like the pipe operator, tuples, and with blocks. First, we'll explain what predictability is and why it is so important. Then we will go through some tools that Elixir already has and how you can use them to write better code.

Research Shows Low-Code and Service Partners Are Accelerating European Businesses: an IDC Infobrief Sponsored by Appian

Low-code is fast becoming the go-to tool for organisations across Europe as they seek to rapidly transform digitally and solve critical business issues. Low-code platforms offer a new way to unite IT and business, with the ability to extend automation solutions and digital apps enterprise wide. They offer a user-friendly workflow interface that lets both professional developers and non-technical business users work together on solution design and development.

5 Security Tips for Your GraphQL API

In 2015 GraphQL was created by Facebook as an alternative to REST APIs to give more power to frontend developers by making API calls more flexible. GraphQL achieves this goal by providing its API consumers with a query language that allows them to query just the data they need. While GraphQL can improve frontend developer experience, its specification doesn’t have opinions on security.

Three Industries That Rely On Microservices

With the ever-changing demands of business and new technologies, countless companies are ditching monolithic applications in favor of microservices applications. Monolithic application architectures can’t keep up with the consumer requests that microservices applications can. Read on to learn more about the benefits, and to discover which industries rely on microservices in their daily operations.

How to Fix the FileNotFoundException in Java.io

The java.io.FileNotFoundException is a checked exception in Java that occurs when an attempt to open a file denoted by a specified pathname fails. This exception is thrown by the FileInputStream, FileOutputStream, and RandomAccessFile constructors when a file with the specified pathname either does not exist or is inaccessible.

Prioritize Claims Process Automation and Reap the Rewards

In their recent report on insurance services, ISG outlined the everlasting impact of COVID-19 on the insurance industry: “greater adoption of online and omnichannel distribution, cloud platform services, and analytics to cope with the crisis and to prepare for new ways of operating and serving customers.” With more emerging players entering the insurance market and insurers recognizing the need for providing a digital experience, consumer demands for a connected insurance experience have gr

CPU Profiling in N|Solid [3/10] The best APM for Node, layer by layer

Review your applications in detail with CPU Profiles in N|Solid and find opportunities for Improve code. You can use the CPU Profiler tool in N|Solid to see which processes consume the most percentage of CPU time. This functionality can give you an accurate view of how your application is running and where it is taking up the most resources.

Build Success Using MVPs in Software Development

In the competitive software industry, many new products are purpose-built to provide value to end-users. Project viability depends not just on the accuracy of the product in meeting user requirements, but also on the time and resources spent in its development. Using fewer resources may enable faster development and allow the business to cash in on an identified opportunity faster. But exactly how do you get from concept to product fast, while staying true to design objectives?

What Is An API Product?

We’ve all heard the terms API product or API-as-a-product. The terms themselves seemed to be used quite freely, leaving some of us with an assumption of what is meant but without a really solid grasp. As joining and contributing to the API economy becomes more desirable, API products are a crucial part of any business that is looking to tap into it. So asking “what is an API product?” is a really relevant question with many different angles.

Deploy Your Ruby on Rails App Using Capistrano

In this article, we will configure Capistrano in a Ruby on Rails application. We will then deploy the app to a cloud instance that runs Ubuntu as an operating system, independent of your hosting provider. You can use any cloud service, or even an on-premises server, to test or replicate the steps we'll take. Once we've deployed the app, we'll look briefly at how you can monitor your app's deployments using AppSignal. But first, you might ask: why should I use Capistrano in the first place?

Process Monitoring in N|Solid [2/10] The best APM for Node, layer by layer.

When we are executing an application with a significant number of processes, we cannot afford to stop the operation to review what is happening outside of production, for this reason, a tool that allows us to have greater observability and a level of detail is key in the management of our project.

Simplifying B2B CIAM Using WSO2 Identity Server 6.0

The past few years have accelerated the need for every business, irrespective of their industry of operation, to provide dynamic digital experiences. Consumers now demand digital experiences that are simple, seamless, personalized, always on, and (inherently) secure from every organization they do business with. During this journey towards digitalization, businesses have often realized that this process enables them to open themselves up towards new business opportunities and modern business models.

Demystifying the Differences Between APIs and Web Services

APIs and web services are two overlapping entities in the tech world. While the two share some similarities, they are often used interchangeably. However, they aren’t really the same thing. So it’s okay if you’re a little confused about these two tech terms. Set your worries aside because we are here to demystify the concepts of web services and APIs for you today. This article will outline APIs, web services, and their key differences and similarities.

Project & Applications Monitoring in N|Solid [1/10] The best APM for Node, layer by layer.

Imagine you are responsible for the health of your node applications and you have N|Solid in place, you would regularly check the N|Solid Console to review your Projects and Applications to quickly view how well things are running.

Integrate Facebook Login to an Application Using Asgardeo

As a result of the rapid growth in the number of applications and systems in the world, it has become arduous to create multiple user accounts and remember the credentials for each application. Addressing this concern, social login has become a widely adopted login option. Social login is a simple process where a user can select a social network as their identity provider.

Ready, Set, Product Led Growth

The meteoric rise of Product-Led Growth, or PLG, has transformed business within the world of technology. One sector in particular has found incredibly fertile ground, that being, API-driven companies. This is in part because API-driven companies offer an easy-to-adopt platform that is highly customizable. Top product led growth companies Twilio and Stripe are often listed as the luminaries in the API space, because of their disruptive approach and their wildly high valuations.

Appian Aha Moments: Michelle Gardner - On How Low-Code is Not Just a Buzzword

As a director of content marketing at Appian, Michelle spends most of her time writing about low-code technology, market trends, and best practices. Her favorite part of the job is getting to interview brilliant people both inside and outside of Appian. Previously, she has worked in marketing for enterprise technology companies including OpenText and Logi Analytics.

All of your developer questions answered on Dark Mode

You’ll have heard of Dark Mode, a much-loved and ubiquitous type of theming for websites and applications that switches the page you’re looking at from a traditional white-background-dark-text theme to a darker background with lighter text. As it stands though, the availability of a dark mode theme is the responsibility of the developer.

Design Your Ideal Business Process-And Your Dream Vacation Itinerary

In the first of this three-part blog series, Discover, Design and Automate Your Way to Business Agility, Speed, and. . . the Caribbean?, we introduced similarities between vacation planning and moving your business through digital transformation. In part 1, we explored the discovery phase: finding out how process mining helps identify bottlenecks and inefficiencies in your business processes so you can optimize and automate with agility and speed.

A HAR file: Pro Tips for Developers

A HAR file is a breakdown of timings that help you better understand how your site gets built. The standard includes timings for DNS, objects, and connections, among others. These values are stored as JSON documents in a file called a.har. In practice, reading.har files can be complicated, but there are ways to make sense of the data for your particular web page or domain.

Low-Code and No-Code Solutions to Build Your Business

Advancements in technology pushed new entrepreneurs to be more adaptable for their businesses to grow. Unfortunately, further developments could be hindered by the talent deficit plaguing the corporate world. According to a recent survey from management consulting company McKinsey, 87 percent of executives worldwide said they are experiencing skills gap problems in the workforce.

Updates from Bugfender, Q2 2022

We are pleased to say that Bugfender is now officially ISO 27001 certified: our code is developed following Secure Development Life Cycle, the code is reviewed manually and using automated tools, and we perform penetration tests, following the industry’s best practices. We have an incident response process, we perform employee background checks, training, supplier vetting, etc.

Microservice Architecture and graphQL s2

GraphQL possesses a lot of potential and is also gaining so popularity these days. But it's application in the relation to microservices is quite affectionate. So, let's see how can we use GraphQL for microservices? Apart, from this you will also get to know what GraphQL and microservices is all about. We request you keep watching the video till end if you really want to gain worthy insights over GraphQL and Microservices.

Get Started with Hotwire in Your Ruby on Rails App

Hotwire is a hot topic at the moment for every Rails developer. If you work with Rails, there is a good chance you have already heard a lot about it. Hotwire is a completely new way of adding interactivity to your app with very few lines of code, and it works blazing fast by transmitting HTML over the wire. That means you can keep your hands clean from most Single Page Applications (SPA) frameworks.

Easily trouble shoot long-running Steps with Build Insights

Build Insights is a monitoring tool that provides you a convenient means to check in on your build performance and track accompanying metrics. With a quick scan, you can see how all your apps and workflows are doing. If something doesn't look right, drill in for more details to understand where the problem is on app, Workflow, and Step level. Thank you for watching! Please feel free to comment your thoughts below.

How to Fix the No Such Element Exception in Java

The NoSuchElementException is an unchecked exception in Java that can be thrown by various accessor methods to indicate that the element being requested does not exist. Since the NoSuchElementException is thrown at runtime, it does not need to be declared in the throws clause of a method or constructor.

How DreamFactory Can Help You Reduce API Bottlenecks

If you’ve been using APIs for a while, you know that reducing API bottlenecks is important to ensure optimal user experience. API bottlenecks can cause your system to grind to a halt, resulting in lost sales and unhappy customers. However, powerful open-source software that provides a complete REST API for your JavaScript, Python, or PHP applications can help you avoid this fate. The solution to prevent these bottlenecks relies on the developer platform you decide to use.

The Top Four Challenges With API Development

In the 21st-century business world, application programming interfaces, or APIs, have become a critical tool for modern organizations. APIs have proven integral when it comes to application development. In addition, APIs help add better functionality and scalability to modern apps. From automating tasks to improving services, APIs provide organizations with various benefits. However, the benefits of API development don’t come without some challenges.

What Is Product-Led Growth and Why Is It Critical for API-First Companies?

There’s a common misconception that product-led growth means a business doesn’t focus on sales. That’s not the case. It’s just that product-led growth layers in sales later in the customer journey. This can be a hugely effective approach, particularly when it’s combined with deep data insights to drive that growth. For API-first companies, this product-led approach is a cornerstone of success.

10 Best Mobile App Monetization Platforms

The proprietor of any application wants to make money with the program they’ve produced. There are numerous monetization platforms to choose from. Still, using mobile advertising is by far the simplest way to make your app profitable and successful. Joining a mobile ad network could help app developers monetize their apps passively by offering ad space to advertisers. If you intend to develop an app, app monetization strategies are an important factor.

Svelte - A Beginner's Guide

Today’s users expect stunning visuals and lightning-fast load times, and to deliver on this expectation, many web applications are starting to look more and more like mobile apps. This puts many developers in the unenviable position of having to choose between delivering cutting-edge UI and blazingly fast performance or sacrificing one for the other. Svelte can help you make this choice: it’s a new approach to web application development with performance baked in from the start.

Tailwind CSS vs. Bootstrap: Is Tailwind CSS Better Than Bootstrap?

Amazing web platforms and responsive designs are available in web development. The best websites feature an engaging design and a responsive layout. We use CSS to create the finest possible website design. To create responsive user interfaces, we can use a variety of tools including Bootstrap, Bulma, and Foundation. But what if we wish to use unique user interface designs? With the recent popularity of custom UI designs, Tailwind CSS has benefited many frontend developers.

7 Useful React Animation Libraries for Web Development

Modern web development makes effective use of animation. It not only improves the visual appeal of your application for the user, but it also offers interactive features like the ability to show and hide content in response to user input. A JavaScript library called React is used to create user interfaces. While some developers refer to it as React.js, others are more familiar with the name React. It is a JavaScript library that was created entirely in JavaScript.