IEIgnacio Enriquezinnacho4d.hashnode.dev·Mar 1, 2020Tips when writing SDKs for iOSForeword If you (app developer) have developed an app for a big or relatively big client it is likely you have been asked/required to add some SDKs to the app because of some regulations/security policies/other departments requirements/estrange speci...00
IEIgnacio Enriquezinnacho4d.hashnode.dev·Jan 2, 2020Quarkus入門Quarkusとは Redhat社製Java言語でWebServices/Microservicesを作る為のフレームワークである。起動が素早くてパッケージのサイズが小さくてContainer化されたアプリでは大きなメリットを持つ。まして、JavaEEのいくつかの標準技術(JAX-RS/JSON-B/CDIなど)を取り入れているから新しいことを学ぶ必要が殆どない。JavaVM上で実行可能の他にGralVMでも実行できる。従来のJavaEE Containerサーバーに比較して爆速。GralVMを...00
IEIgnacio Enriquezinnacho4d.hashnode.dev·Dec 31, 2019Shell script for continuous integration for iOS projectsNote: This is a repost from This blogger post to tests hashnode functionalities I've done this various times in so different ways and for different services but in the end internally everything boils down to the xcodebuild command to build and test...00