Cloud Managed Image
AWS
Python

Post an image tweet with Lambda when S3 event triggered

A lambda function guide with Python 3.7 runtime. The function can be triggered by S3 put event and downloaded image will be posted in Twitter.

Read More
Cloud Service Image
AWS

How do AWS CLI credential and IAM role for EC2 work?

To explain basics of credential when we use the AWS CLI, SDK and its precedences. IAM role is another topic how it gives a temporary credential in EC2.

Read More
Trading market Image
Crypto
Python

How to obtain crypto execution prices via WebSocket

Crypto exchanges offer realtime endpoint via WebSocket for rates, orderbooks and executions, etc. This article is a guide how to collect such information in Python.

Read More
Machine learning Image
Container
DataScience

A World of Causal Inference with EconML by Microsoft Research

Overview of causal inference and RCT in a nutshell. Starting from RCT and various techniques that have been developed in causal inference. Introduced EconML.

Read More
Cloud Managed Image
AWS
Container
Kubernetes

How to spin up Kubeflow v1.x and later in AWS EKS

Overview of MLOps and why it’s uptrend. Also this guides how to spin up AWS EKS cluster and install Kubeflow on top of it with kfctl tool. It’s easy.

Read More
Cloud Service Image
AWS
Container

How to craft a Lambda layer in AWS, Pandas example

This is a guide how to find public available layers in github, then create your own layer and publish it in AWS by either EC2 or Docker container.

Read More
Cloud Service Image
AWS
Container
Kubernetes

What does eksctl do in AWS EKS?? – eksctl create cluster patterns –

eksctl is a tool for creating clusters on AWS EKS. This article introduces various patterns of using the command with options.

Read More
Cloud Service Image
AWS
Container

How to spin up Fargate based ECS service with ALB (aws cli only)

How to create ALB, targetgroup, listener for Fargate based ECS application. All steps are done by using aws cli commands no console.

Read More
Container Image
Container

Permission problems in bind mount in Docker Volume

How to cope with the permission problems when we use bind mounts in Docker. There are 3 ways to solve the problems.

Read More
Machine Learning Image
DataScience
Python

DiCE -ML models with counterfactual explanations for the sunk Titanic data-

This article is an overview why counterfactual explanations are required in recent ML projects and how to apply Microsoft research DiCE library for Titatic data set. There have been some foreseen and ongoing trends in AI/ML for 2020 such as AutoML, MLOps, AI ethic those are to democratize AI/ML in the industries more than ever. […]

Read More