Systems | Development | Analytics | API | Testing

Development

Top 7 Docker Alternatives

A container is a separate unit of software that encapsulates the software and libraries of an application, including its dependencies and its code. As a means of developing and managing stable applications, many organisations are adopting containers. Millions of applications currently use Docker, one of the most useful tools in this space. A Docker container can be used to build, run, inspect, and manage container images for developing applications.

Fix Process Bottlenecks with Elixir 1.14's Partition Supervisor

Elixir v1.14 shipped earlier this month with a bunch of new goodies. In this post, we'll explore Elixir's new PartitionSupervisor. We'll take a look at some code that suffers from the exact bottleneck issue that partitions supervisors are designed to solve. Then, we'll fix that bottleneck. Along the way, you'll learn how partition supervisors work under the hood to prevent process bottlenecks. Let's get started!

What is Product Retention and How Can You Improve It?

Product retention is an extremely important metric to check the health of your business. Calculating the retention rate of your business will return the percentage of users who continue using your product or service over a given time period. Retention can really be seen as a gauge for customer loyalty and a good reflection of the quality of your customer relationship with a new or existing customer.

A 2-Step Guide to Help CSP's Bridge the Digital Divide

Is it enough? The data we consume in our homes and businesses continues to grow at a blistering pace. Internet of Things (IoT) device connections are also increasing exponentially, with the average number of devices per connected home more than doubling just over the past couple of years. To address all of this growth, service providers are continuously expanding their fiber to the premise (FTTP) and hybrid fiber-coax (HFC) footprint.

National Cybersecurity Update: What's In the Latest US Presidential Executive Order

The U.S. Presidential Executive Order (EO) 14028 on Improving the Nation’s Cybersecurity was signed on May 12, 2021. The EO charges multiple agencies with enhancing cybersecurity through a variety of initiatives related to the security and integrity of the software supply chain.

Why Process Modeling Is Better with Low-Code

Processes are the heart of every organization and every workflow. But if yours are a bit of a mess, you’re not alone. Businesses everywhere are struggling with inefficiency and just can’t seem to digitize workflows fast enough. And when they do, it’s hard to tell if they've even improved the problems they set out to solve in the first place. . . or just created more chaos.

About the State of Value Stream Management in 2022

Value Stream Management (VSM) is about empowering delivery organizations to measure, mitigate, and monitor complexity. Simply put, it aims at improving the flow of value in your organisation. The VSM Consortium recently released their highly anticipated report on “The State of Value Stream Management 2022” . In this post we recap some of the findings and look at it specifically from a software engineering and platform engineering point of view.

Best Practices of SEO to Rank Higher on Google | Antino Labs

Check out this 1 hour session to dive deep into the best practices of SEO to rank higher on Google. This video will walk you through thrice of the aspects of SEO i.e OFF-Page, ON-Page and Technical SEO along with real examples. We request you keep watching the video till end if you really want to gain worthy insights over SEO.

How to perform an end-to-end test of a React app using Cypress

UI is nothing without UX. While user interface development is essential, it means nothing if it doesn’t lead to a good user experience. So whenever us devs add a new feature, or modifies the existing one, we must ensure the UX flows seamlessly. And that means thorough testing. Generally, the development process should involve tests at both the module and unit level to ensure both work as expected through the changes.