
amaysim.technology
The tech, tools and processes that make up the amaysim Technology experience.
Enabling code reuse
In today's software development landscape, code reuse and maintainability are essential for faster delivery and lower costs. Learn how we reuse code to speed up delivery.
Using GitHub Actions to trigger Actions across repos
There are several git events that can trigger GitHub Action workflows. Most commonly push, pull_request and schedule. However, sometimes you require a workflow trigger to respond to an external event.
This is where the repository_dispatch event comes in.
How we brought in-app messages to our app | Part 1: Segment (CDP), a Lambda and a DynamoDB
The idea was simple, display messages to customer when they open the app. Here is how we pulled it off in a fast, lean solution.
Prop-drilling helps our Test Driven Development
Prop-drilling or threading is a process of getting data, state or even functions to lower parts of your applications Component tree. But should you be doing it?
The 3 Musketeers and VS Code Remote Containers
Amaysim has had a simple, repeatable way to onboard team members to project with the 3 Musketeers pattern for quite some time. Now we also get to enjoy building stuff with an IDE that can actually utilise the tools and extensions as intended, making dev life so much nicer.
Naming Things
Naming things better will help everyone, including you read your own code, even after you have shifted projects months later