Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
devops
members
Setup Jenkins worker node that support building Docker Image.
Usually when we setup a Jenkins server, we usually use the master to build jobs. The master node is in charge of scheduling jobs, assigning slave nodes, and sending builds to slave nodes for execution
COPPER Nguyen
Feb 28, 2023 | 5 min read
members
Access to Bastion host using AWS SSM.
Usually when developer need to access to the bastion host, we will give them the private key or they give us the public key then we will add the public key to bastion host. But there is another way, i
COPPER Nguyen
Feb 20, 2023 | 4 min read
devops
members
Grant access to EKS cluster for Bastion Host.
When you create an Amazon EKS cluster, the AWS Identity and Access Management (IAM) entity user or role, such as a federated user that creates the cluster, is automatically granted system:masters perm
COPPER Nguyen
Feb 17, 2023 | 3 min read
members
Setup GitHub Runner on K8S.
In this post, i will guide you to install self-hosted github action runner, then setup a simple workflow to run some command on that runner. To setup github action self-hosted runner, we will use act
COPPER Nguyen
Feb 8, 2023 | 4 min read
members
Sync Secret from Vault to K8S using External Secrets Operator
When doing work on many micro services, i have to find a way to manage environment variable for them, previously i used AWS Secret Manager but when working on multiple environment with many account, t
COPPER Nguyen
Jan 11, 2023 | 6 min read
software
members
互換性、下位互換性、前方互換性とは?
1.互換性互換性 (Compatible) とは、2 つのシステムが変更を必要とせず連携することができる機能のことです。 互換性のあるソフトウェア アプリケーションは、同じデータ形式を使用します。 たとえば、ワープロ アプリケーションに互換性がある場合、ユーザーはドキュメント ファイルをどちらの製品でも開くことができます。 また同時に、互換性とは製品が特定の規格の仕様の一部またはすべてを満たして
Mary
Jan 11, 2023 | 2 min read
members
New major features in Vue 3
Vue 3.0.0 was officially released as a major release. It introduced many new features such as: Composition APITeleportFragmentsComponent Option EmissioncreateRenderer API from @vue/runtime-coreSFC Com
Tinker
Jan 10, 2023 | 2 min read
members
Introduction to Azure IoT for Beginners
1. What is IoT?The Internet of Things (IoT) is a network of physical devices that connect to and exchange data with other devices and services over the Internet or other network. There are currently o
Lionel
Jan 10, 2023 | 17 min read
members
UI Design 102 - Principles - 01 Grid & Layout
Hi, I'm glad you're here; you must have seen my first post The Basic Design, right? In this section, we will talk about Grid and Layout. Grid is one of the most essential principles in interface desi
KAN
Jan 9, 2023 | 5 min read
members
Flask for beginner
Flask? Flask is a web framework. It is a Python module that help you develop web applications easily. It is having a small and easy-to-extend core: it's a micro-framework that doesn’t include an ORM
Kaitou
Jan 4, 2023 | 2 min read
Load more posts