How to set up Firebase dSYM upload for an iOS project with multiple environments (Xcode 14)
If you ever used Firebase Crashlytics for an iOS app's crash reports, chances are you also encountered the “missing dSYM files” warning in the Firebase console. The crash reports are basically useless without these files. The Firebase Crashlytics document...
Introduction to Kotlin Coroutines for Android
Asynchronous programming is a technique used to perform long-running tasks without blocking the main thread of an application. This is important in Android, where the main thread is responsible for rendering the user interface and handling user input. Tra...
How to setup CI/CD pipeline for WordPress with GitHub Actions and AWS (Part 1)
GitHub Actions can be used to automate almost any type of project, but in this article, I will cover how can we automate deployment (CI/CD) for WordPress. I personally chose WordPress as an example as is the world’s most popular CMS, with over 455 million...
Open Source The Future of Software Development
Are you looking to leverage the power of open source software for your business or project? Look no further! In this comprehensive guide, we dive into the world of open source, exploring the different types of open source software and the benefits they of...
How to modify your environment using Postman API
Most of the projects we are working on at Monstarlab have frontend and backend parts. Business logic is usually on the backend, and the frontend communicates with the backend using an API. For some projects we have automated UI tests, but automate API tes...
Automating tasks with SPM plugins
Swift Package Manager plugins are a great way of automating tasks, like, enforcing code conventions and style. In this tutorial we're going to learn what are package plugins and implement 2 plugins; one that outputs code statistics and another that genera...
Blockchain is here
Hi, this is Bitcoin and from now on it will live with us! Traditional money has long been outdated and is gradually losing its popularity. In most cases, we already use electronic money. But e-money is not much different from cash, except in form, but the...
Handling bounced emails by SES with Rails (ActiveMailer)
If you are thinking of implementing a mailing system for your application, you would surely need to find a way to know if the sent emails are successfully delivered or not. With AWS SES (Simple Email Service), it is possible to set up bounce webhook notif...
A cheat sheet for acing your coding test when applying for a job at the Monstarlab Tokyo office
Hi there. I'm An, a Front-end Tech Lead at Monstarlab, Inc. (“Monstarlab”.) If you are intimidated by coding tests, this article will wash your test anxieties away. You will be able to optimally allocate time on the evaluation sections and be evaluated on...