Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
AWS
members
Setup Cognito OTP login with AWS CDK
In this article, I would like to introduce about Amazon CDK and how to write AWS infrastructure-as-code by TypeScript. Let's go step by step. What is AWS CDK (Cloud Development Kit)?The AWS Cloud Dev
Timo
May 18, 2023 | 6 min read
AWS
members
Serverless Architecture
“Focus on your application, not the infrastructure”That is the quote introduce about serverless. You don't need spend your daylight hours to implementing, maintaining, debugging, and monitoring the in
Roman Le
Apr 12, 2023 | 4 min read
AWS
members
Edge Runtime and compare it with Serverless
The latency between your customers and most server infrastructure, often located in US East, makes it difficult to create a consistently fast web experience around the world. The Edge Functions enable
Roman Le
Apr 12, 2023 | 4 min read
Docker
members
Stream log from file to Elastic Search
Sometime we need to find a way to centralize all log from application no matter what is the kind of deployment they are, from a process on a Virtual Machine to a containerized application. Today in t
COPPER Nguyen
Apr 3, 2023 | 5 min read
AWS
members
Proxy gRPC traffic with Kong Gateway
We usually use gRPC for internal service communication, but sometime we need to expose the connection for 3rd party or another client to connect. The architecture is almost same as the image below. We
COPPER Nguyen
Apr 3, 2023 | 4 min read
cloud
members
PostgreSQL auto failover with repmgr
When using Postgres SASS we are not care about how cloud provider managed them but one a day, we need to run a postgres cluster on premise, we need to care about that. We setup 2,3 postgres server, on
COPPER Nguyen
Apr 3, 2023 | 5 min read
members
[IoT] Some demonstrations about controlling IoT devices
1. IntroductionIn this blog, we will demonstrate how to use some IoT devices such as Relay, LCD, and Servo Motor which combined with Raspberry Pi. 2. Demonstrations2.1. Relay2.1.1. Relay with LEDWork
Lionel
Mar 27, 2023 | 8 min read
members
[Azure IoT] How to control your Air Conditioner by using Azure IoT Hub
1. IntroductionBefore coming to this blog, you should read the "Introduction to Azure IoT for Beginners" blog first to understand the basic knowledges about Azure IoT, as well as how to communicate be
Lionel
Mar 27, 2023 | 14 min read
members
Useful tips when developing Ruby apps
Hi everyone, bellow are some advises for developers developing Ruby / Rails apps for newbie. Avoid too much logic in controllers From my view, Ruby is mainly focus on MVC, and one common mistake that
Tinker
Mar 27, 2023 | 1 min read
members
Using Cookiecutter to create project boilerplate
What is Cookiecutter ? Cookiecutter is a Command Line Interface tool to create an application boilerplate from a template. It uses a templating system Jinja2 to replace or customize folder and file na
Sage Huynh
Mar 26, 2023 | 2 min read
Load more posts