Category: Tutorials
How to Install and Use Firefox for Python Web Scraping in Windows
by Jonathan Moo | Jun 6, 2024 | Data Engineering, Tutorials | 0 |
This guide is for folks new to data collection through Python web scraping, where installing development tools on your laptop remains a learning curve for you. I will provide some demo code for you to use in my public Github...
Read MoreHow to Install and Use ChromeDriver for Python Web Scraping in MacOS
by Jonathan Moo | Apr 17, 2024 | Data Engineering, Tutorials | 0 |
This guide is for folks new to data collection through Python web scraping, where installing development tools on your laptop remains a learning curve for you. I have a similar article where we install and run ChromeDriver...
Read MoreHow to Install and Use ChromeDriver for Python Web Scraping in Windows
by Jonathan Moo | Apr 17, 2024 | Data Engineering, Tutorials | 0 |
This guide is for folks new to data collection through Python web scraping, where installing development tools on your laptop remains a learning curve for you. I will provide some demo code for you to use in my public Github...
Read MoreHow To Setup Github with Your SSH Keys In Your Mac OS Terminal
by Jonathan Moo | May 1, 2023 | Tutorials | 0 |
In this article we will setup your MacOS Terminal app so that you can use Git commands within the...
Read MoreHow to upgrade your AWS CDK stack to version 2 in Typescript [VIDEO]
by Jonathan Moo | Feb 24, 2022 | AWS CDK, Data Engineering, Tutorials | 0 |
Since AWS CDK launched version 2, version 1 is now due to enter maintenance (June 1, 2022) or end-of-life (June 1, 2023). As such, there is an urgent need to upgrade all existing AWS CDK stacks to their latest version in the...
Read MoreSimple Python Unit Testing For AWS Lambda
by Jonathan Moo | Nov 8, 2021 | Data Engineering, Tutorials | 0 |
Let’s refer to our pipeline again for reference: In our previous tutorial (Connecting S3 with Lambda on AWS CDK in Typescript), we successfully sent a notification to our AWS Lambda that a file is created within the S3 bucket...
Read MoreConnecting S3 with Lambda on AWS CDK in Typescript [VIDEO]
by Jonathan Moo | Nov 6, 2021 | AWS CDK, Data Engineering, Tutorials | 0 |
Let’s revisit our pipeline once again. We want to send notifications from S3 to our Lambda whenever we put a file into our S3 bucket, and in this tutorial, we are using AWS CDK in Typescript to achieve that. 1. Ensure logging...
Read MoreCreate A basic Lambda Function Using AWS CDK With Typescript [VIDEO]
by Jonathan Moo | Oct 31, 2021 | AWS CDK, Data Engineering, Tutorials | 0 |
If you want an official reference from AWS, you can refer to it here: https://docs.aws.amazon.com/cdk/latest/guide/serverless_example.html Remember our original high-level diagram here: We want to be able to put files into our...
Read MoreCreating An S3 Bucket With AWS CDK In Typescript [Video]
by Jonathan Moo | Dec 28, 2020 | AWS CDK, Data Engineering, Tutorials | 2 |
I will be creating an S3 bucket to see if our CDK app is linked to our account. We have done already verified our setup with the cdk bootstrap command in the previous post (Preparing Your AWS CDK Framework), but this is another...
Read MorePreparing Your AWS CDK Framework IN Typescript [VIDEO]
by Jonathan Moo | Dec 26, 2020 | AWS CDK, Data Engineering, Tutorials | 0 |
Before you begin, make sure you already created your AWS access key ID and your AWS secret key. Or if you’re learning through a company’s infrastructure, make sure your local machine can load AWS credentials via your company’s...
Read MoreGetting Started With AWS CDK in TypeScript [VIDEO]
by Jonathan Moo | May 21, 2020 | AWS CDK, Data Engineering, Tutorials | 0 |
AWS Cloud Development Kit (AWS CDK) is a toolkit for defining AWS cloud infrastructure in code. In short, we can manage the entities that run our application with a coding language we’re familiar with. I will write up a...
Read MoreHow To Start A Personal Portfolio Website For Data Science Overview
by Jonathan Moo | May 21, 2020 | Tutorials, Web Development | 0 |
I was very pleased to hear that one of my ex-students built a portfolio site to demonstrate her...
Read More