Systems | Development | Analytics | API | Testing

Latest News

Is Your Web Service Ready To Work And Compete Internationally? You Can Make Sure For Just 0.6 USD!

Have you abandoned a web service, because it took too long to load? I bet you have, everyone does that every now and then with slow applications. There are a lot of services to check load times, but is it the only thing to check about website’s performance worldwide? Certainly not! It is just one thing to check, not the only one. You may have performance tested the service locally and validated that everything works just fine.

Transform Your Requests/Responses With the Kong Reedelk Transformer Plugin

Creating an API contract and corresponding Kong service are often just the first steps in the API development process. More often than not, the upstream services that are invoked provide a different contract to the one presented to the API consumer. This is especially the case in larger organizations where enterprise applications offer their own out-of-the-box integration contracts. Likewise, you shouldn’t expose the complexity of your upstream systems to your API consumer.

How to Set Up Monitoring and Analytics for Strapi the Headless CMS, with Moesif

Strapi is a headless CMS based on Node.js. Headless means that it makes all of its content available via an HTTP API, so you can easily build your user-facing frontend around it. Since it’s a fully-fledged CMS, it brings an administration frontend out-of-the-box, making publishing and maintaining content straightforward - even for those without a technical background. Since everything in Strapi works via an API, it’s perfect for Moesif API monitoring.

Containers vs. VMs: Which Should You Use?

Both containers and virtual machines are virtual environments that comprise a number of computing components and are independent in nature, thereby allowing developers to scale applications in isolated runtimes. Both of these concepts aim at providing independent sets of resources to individual computing environments to ensure quick and reliable application performance.

The Modern Developer Workflow with Waypoint

Modern developers are under ever increasing pressure to deliver software applications to the business in record time. This means shorter development cycles and a push to have code production ready as early as possible. In addition, many development teams no longer throw the code over the metaphorical wall to be handled by operations and production support teams, but rather oftentimes own the entire end to end delivery chain.

Digital Government During and After COVID-19

The COVID-19 pandemic has forced government organizations to reassess their strategies, plans, and aspirations for digital transformation. Despite the uncertainty, IT leaders must quickly identify and act on strategies and plans that lead to positive outcomes. In many cases, governments will expand the role of digital technologies in service and program delivery.

Hyperautomation: 8 Keys to Low-Code Success

One of the biggest failings of old-school, custom software development is its inability to help large organizations survive against unexpected challenges and quickly adapt to change. It could hardly be otherwise. For decades, companies were limited by inflexible business applications that took so much time to architect, develop, test and deploy. Not to mention the time it took to maintain, upgrade and enhance them. All of which set the stage for a revolution.

HBase Clusters Data Synchronization with HashTable/SyncTable tool

Replication (covered in this previous blog article) has been released for a while and is among the most used features of Apache HBase. Having clusters replicating data with different peers is a very common deployment, whether as a DR strategy or simply as a seamless way of replicating data between production/staging/development environments.