Articles / Blog Posts

In this page, you may find blog posts / articles which might be useful to you. The posts will range from software and data technologies. You may also browse them based on posts’ categories and each category also has one or more tags.


Mojo - Instalasi dan Memulai Coding

Posted in: Software  
Tags: AlmaLinux   Mojo   modular   Instalasi   Konfigurasi   IDE   Visual Studio Code  
Author: Bambang Purnomosidi D. P. | | 8 minutes reading time

Update (22 Maret 2024):

  1. Perubahan cara instalasi.
  2. Menggunakan AlmaLinux.

Tentang Mojo

Mojo adalah bahasa pemrograman baru yang diarahkan ke para pengembang software bidang AI (Artificial Intelligence). Mojo muncul karena keluhan lamanya eksekusi …

Read More ...


Proses aggregate RDD pada Apache Spark

Posted in: Data  
Tags: Apache Spark   RDD   Data Engineering   action   aggregate  
Author: Bambang Purnomosidi D. P. | | 2 minutes reading time

RDD merupakan struktur data fundamental di Apache Spark. RDD cenderung lebih sesuai jika ingin menggunakan akses aras rendah terhadap data. Akses lebih mudah bisa dilakukan dengan menggunakan DataFrame. Meskipun demikian, seringkali kita tetap …

Read More ...


PostGIS - PostgreSQL GIS Extension Installation

Posted in: Data  
Tags: PostgreSQL   PostGIS   Geospation   Installation  
Author: Bambang Purnomosidi D. P. | | 3 minutes reading time

PostgreSQL - in its default installation - geometric data types for spatial object. More geospatial features exist in PostgreSQL extension - PostGIS. Here’s hos to insatll PostGIS extension.

Prerequisites

PostGIS needs GEOS and SFCGAL. In …

Read More ...


Penerapan AI Sebagai Pendorong Transformasi Ekonomi Indonesia

Posted in: Public Speaking  
Tags: Artificial Intelligence   Economic Transformation   Janabadra  
Author: Bambang Purnomosidi D. P. | | 1 minute

Presentation title: Penerapan AI Sebagai Pendorong Transformasi Ekonomi

Full presentation available at our GitHub repository


SDKMan for Linux - Bash, Zsh, and Fish Shell

Posted in: Software Engineering  
Tags: Java   SDKMAN!   Installation   Configuration   Fish Shell  
Author: Bambang Purnomosidi D. P. | | 4 minutes reading time

If you are a developer, working mainly with Java, you will notice that so many things need to be done in order to install and stay updated with Java ecosystem and development tools. There’s a tool called SDKMAN! which can be used to handle …

Read More ...