Skip to content
Showing 1-4 of 4 items.
@renovate
Admin 20/05/2021 23:20
Quarkus Environment Loading - Using AWS SSM

Quarkus là gì? Quarkus là gì ? Đầu tiên, chúng ta cần biết Quarkus là gì. Nó thật ra chỉ là 1 framework support người chơi hệ cloud serverless cực kỳ tốt, để biết thêm chi tiết thì bạn có thể xem ở đây. Trong bài viết hôm nay mình sẽ init 1 project sử dụng quarkus, kotlin để tìm hiểu cơ chế quarkus load biến môi trường vào project Init project Khá đơn giản, nếu bạn thích dùng maven thì sử dụng command...

environment quarkus aws ssm
@renovate
Admin 21/05/2021 07:50
XCode Custom Environment Variables

Làm thế nào để đặt biến môi trường trong XCode. Các bạn sẽ hẳn rất quên thuộc đối với Preprocessor Directive. #if DEBUG print("print debug value", x) #endif Nhưng hôm này mình sẽ giới thiệu ProcessInfo để sử dụng trong dự án. Process Info The process information agent can return information such as arguments, environment variables, host name, and process name. The processInfo class method returns the shared agent for the...

Xcode environment