Dendi Handian

Dendi Handian @dendihandian

About: Data Engineer - Building Data Lake & Modern Data Architecture

Location:
Jakarta
Joined:
Oct 13, 2019

Dendi Handian
articles - 78 total

Simulating Paralel Processing in Python using AsyncIO

Here is a simple simulation of how to run multiple process (or simply a function) in paralel using...

Learn More 1 0Jul 24

Hashing in Presto/Athena

The following hashing function require any parameter string to be casted into varbinary first. The...

Learn More 1 0Apr 11

URL Functions in Presto/Athena

Extract Host SELECT...

Learn More 0 2Mar 18

Capture Browser XHR/Fetch API Response Automatically into JSON Files

I wonder if we can capture the response of any browser's XHR/Fetch or simply API response into JSON...

Learn More 0 0Sep 12 '24

Simple Python JSON Exporter & Importer

Exporter Function import json def export_json(filename, obj): with open(filename,...

Learn More 1 0Jan 24 '24

VS Code Extensions for Data Engineering - Part 1

This is my opinionated list for Visual Studio Code Extension that helped me during data wrangling,...

Learn More 19 0Jan 17 '24

Alpine Linux in WSL

After trying Debian in WSL, now I'm trying for something lighter, the Alpine distro. ...

Learn More 37 2Mar 29 '23

Debian in WSL

This post is my journal on trying debian in WSL and playing around with it as starter. ...

Learn More 44 0Feb 18 '23

Installing SQLite3 on Windows

Downloading SQLite binary Go to sqlite.org/download.html, choose...

Learn More 343 2Feb 12 '23

Import and Export Large SQL File in Laragon

Importing or Exporting large SQL file through PHPMyAdmin or Adminer may not be a good idea, since...

Learn More 48 1Nov 16 '22

Updating Adminer in Laragon for PHP 8

In Laragon, when you switching to PHP 8 and accessing adminer at http://localhost/adminer, you will...

Learn More 0 0Oct 28 '22

Regular Expression (Regex) with Python

The Playground the re package is a built-in package in python to work with Regular...

Learn More 7 0Apr 14 '22

Logical Grouping in Laravel Query Builder

When you could work well with SQL query, sometimes when it come to laravel query builder (or any...

Learn More 6 0Mar 15 '22

Adding PostgreSQL to Laragon

Downloading The PostgreSQL Binary You can find any version you want to install at...

Learn More 81 9Mar 7 '22

Adding MySQL 8 to Laragon

Using MySQL 5.7 for development still comfy for you, right? But why don't you try the higher version...

Learn More 64 1Mar 2 '22

MongoDB on Laragon

UPDATE: the mongodb website was changed, and the previous link doesn't work anymore. So, you may...

Learn More 24 4Dec 18 '21

Redis on Laragon

Redis is no longer supported in Windows, but the version 3.2.1 is still available to use (ref), so...

Learn More 59 11Dec 9 '21

Scraping a Web Page in Browser using XPath and Javascript

As a programmer we should think to automate anything related to our daily task every single time if...

Learn More 33 4Dec 9 '21

Adding PhpMyAdmin to Laragon

PhpMyAdmin is still your favorite MySQL database admin tool, right? RIGHT? Say no more, let's add it...

Learn More 141 14Nov 1 '21

Adding PHP 7.4 to Laragon Lite

It's also recommended to use the Laragon Full version if you don't want to bother with this...

Learn More 26 0Nov 1 '21

Seaborn Scatterplot

Prerequisite and How to Code Along It's recommended to use Google Colab or Jupyter...

Learn More 5 0Sep 30 '21

Creating New Environment in Anaconda

Open the Anaconda Prompt If you're using Windows machine, you can find it directly using...

Learn More 44 0Sep 26 '21

SQL Query into Pandas DataFrame - Part 3

After playing some aggregation and grouping in the last part, now we will play harder with table...

Learn More 5 0Sep 7 '21

SQL Query into Pandas DataFrame - Part 2

Continuing the last part, we are going deep into intermediate SQL translated into Pandas...

Learn More 2 0Sep 1 '21

Getting Started with Splash in Docker

Splash is a javascript rendering service. I don't have much idea what this service actually is. All I...

Learn More 4 0Aug 25 '21

SQL Query into Pandas DataFrame - Part 1

The Playground Database I'm using a database from sqlitetutorial.net and SQLite Browser to...

Learn More 7 0Aug 17 '21

MS SQL Server and Adminer in Laradock

Local server solution like XAMPP, WAMP or Laragon doesn't provide MSSQL server rdbms out of the box,...

Learn More 4 1Aug 11 '21

Additional Column for Incremental Numbering in SQL

The Playground Database I'm using a database from sqlitetutorial.net and SQLite Browser....

Learn More 7 2Aug 6 '21

Gitlab in Laradock

It's been a while since the last time I used Laradock, because my current projects development still...

Learn More 2 0Jul 29 '21

Adding PHP 8 to Laragon

Currently I'm using Laragon Lite version, it has PHP 7.4.16 and apache 2.4.35 running well in my...

Learn More 56 7Jul 20 '21