I was playing with RPG Maker MV recently. It supports iOS/Android packaging with Cordova. Here’s the collection of articles on the topic.
- Displaying a PhoneGap App Correctly on the iPhone X A walkthrough of fitting the status bar and bottom area on an iPhone X.
- Cordova app not displaying correctly on iPhone X (Simulator)
Q&A on making a right
config.xml
and styles. - Supporting iPhone X for mobile web & Cordova app using Onsen UI A detailed guide on how to make the web app looks and behaves more like a native app.
On the Go based micro-service, gRPC is a must-know technology.
From Monolith to Microservice: Building APIs with gRPC & golang
Case study & tutorial on how to break up a legacy monolith codebase into microservices using gRPC + Protobuf + golang + the language of your choice!
What is gRPC The official portal for gRPC knowledge.
Dependency Injection In Go A basic tutorial on how and why for DI in the Go language.