Dewi OktavianiDE Zoomcamp 2023 Learning Week 4: Analytics Engineering with dbtThe goal of DE Zoomcamp’s course this week is to implement dbt as the transformation stage of our data warehouse using and to provide…Feb 22, 2023Feb 22, 2023
Dewi OktavianiSimple Data Exploratory using Basic Unix CommandI was reading Martin Kleppman book: (Designing Data Interface Application) on Batch Processing with Unix Tools. The book said that we can…Feb 20, 2023Feb 20, 2023
Dewi OktavianiDE Zoomcamp 2023 Learning Week 3: Data Warehouse and BigQueryLast week we learned how to orchestrate the job using Prefect. In the 3rd week, we learn about the concept of Data warehouse and BigQuery…Feb 9, 2023Feb 9, 2023
Dewi OktavianiDE Zoomcamp 2023 Learning Week 2: Workflow Orchestration with PrefectThis article summarizes the steps and highlights some important parts from the 2nd week’s videos.Jan 31, 2023Jan 31, 2023
Dewi OktavianiDE ZoomCamp 2023: Learning Week1 RecapThis article is not supposed to summarize the video materials from DE ZoomCamp 2023, but an overview of what I’ve done differently during…Jan 29, 2023Jan 29, 2023
Dewi OktavianiDeploying Application in EC2 Instance using AWS CLI (Part 1)In this project, we want to make our server application (not a static website) deployed on the AWS service and accessible on the internet…Jan 21, 2023Jan 21, 2023
Dewi OktavianiManage Users Permission via AWS Identity and Access Management (IAM)Hi all, a quick update: Currently, I am learning about AWS and preparing for Solution Architect Associate AWS certification.Jan 17, 2023Jan 17, 2023
Dewi OktavianiA Short Recap about How to Communicate with Google API Service Seamlessly via REST APIIt took me 2–3 days to research about how to communicate between my service (written in Golang) and Google API (any product) without…Nov 19, 2022Nov 19, 2022
Dewi OktavianiParsing interface{} Data Recursively with Reflection in GolangThis is the sequel of the previous story. In the first article, I learned how to digging in to interface type with reflection and some…Nov 11, 2022Nov 11, 2022
Dewi OktavianiDigging `interface{}` with Reflection in GolangGolang is a statically typed language. It means the system will check the variable’s data-type during the compile-time — when a…Nov 6, 2022Nov 6, 2022