Home
samueltyh
Cancel

Takeaway: Unit Testing of Bash Scripts

Bash/Shell is a potent scripting language that lets us communicate with our computer’s operating system. In many of my everyday tasks, I rely on Bash to carry out Linux commands and create certain ...

Learning and Takeaways from Kubesimplify Workshop

This post will keep the learning process and takeaways from the Kubesimplify workshops held by Saiyam Pathak. The motivation for me to catch up on this DevOps topic is to systematically learning by...

Implementing Fivetran Data Source Connector with AWS Lambda

Basic background of AWS Lambda Official developer guide from AWS AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend s...

Useful gadget sharing - cron-job.org

Useful gadget sharing - cron-job.org Due to initiating to maintain my side projects which have done before, I started investigating any pain points that needed to be improved or could be divided i...

Run your own Apache Spark jobs in AWS EMR and S3

Run your own Apache Spark jobs in AWS EMR and S3 Recently, I participated in Udacity’s Nanodegree Program for Data Engineers. It’s kinda like to review what I did past and refresh some tech stacks...

How to train a customized Name Entities Recognition (NER) model based on spaCy pre-trained model

How to train a customized Name Entities Recognition (NER) model based on spaCy pre-trained model There are a bunch of online resources to teach you how to train your own NER model by spaCy, so I w...