Skip to content
Home » Musings from an Open Source Squad

Musings from an Open Source Squad

Devs: Get Hands-On Locally with Core Mojaloop

This entry is part 1 of 2 in the series Musings from an Open Source Squad

Have you ever thought about: Running an end-to-end transfer with local mojaloop deployment without Kubernetes Executing functional tests in the CICD with live mojaloop A docker-compose script that can bring up the core mojaloop services to explore mojaloop APIs Then you should check out this simple docker-compose-based test harness “Mojaloop Core Test Harness” (https://github.com/mojaloop/ml-core-test-harness) The… Read More »Devs: Get Hands-On Locally with Core Mojaloop

Implementing asynchronous operations in javascript / typescript

This entry is part 2 of 2 in the series Musings from an Open Source Squad

Implementing asynchronous operations in javascript / typescript? “Think of a kitchen with multiple chefs. In synchronous programming, each chef would take turns using the same kitchen to cook their dishes. One chef would start cooking, and no other chef could start cooking until the first chef finished. In asynchronous programming, each chef would have their… Read More »Implementing asynchronous operations in javascript / typescript