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.


UUID di Instalasi PostgreSQL

Posted in: Data  
Tags: PostgreSQL   Instalasi   UUID  
Author: Bambang Purnomosidi D. P. | | 6 minutes reading time

Update (22 Maret 2025):

  1. Melengkapi langkah instalasi
  2. Membetulkan beberapa typo
  3. Menggunakan versi terbaru PostgreSQL (17.4 - Maret 2025)

PostgreSQL adalah salah satu RDBMS yang dikembangkan sudah sejak lama (1996) dan menjadi basis pengembangan …

Read More ...


Mamba as Conda Replacement

Posted in: Software Engineering  
Tags: Python   Miniforge   Conda   Mamba   Minimamba   Package Management   Environment Management  
Author: Bambang Purnomosidi D. P. | | 13 minutes reading time

Python and Its Package - Environment Management

Python has always been the first choice for many programming tasks. This - of course - debatable since some problems exist in Python world, but let me tell you, in IEEE Spectrum top programming …

Read More ...


FalkorDB - RedisGraph Fork for OpenCypher-based Property Graph DBMS

Posted in: Data  
Tags: OpenCypher   Graph   Graph Database   Redis   RedisGraph   FalkorDB  
Author: Bambang Purnomosidi D. P. | | 5 minutes reading time

If you are a software developer, mainly working with data intensive application, chances are, you’ve already work with in-memory data as it will make our app runs fast. Redis usually becomes de-facto DBMS for caching. Redis mainly uses …

Read More ...


Apache AGE - Property Graph - OpenCypher for PostgreSQL

Posted in: Data  
Tags: OpenCypher   Graph   Graph Database   PostgreSQL   Apache AGE  
Author: Bambang Purnomosidi D. P. | | 2 minutes reading time

Tentang Apache AGE

Apache AGE adalah adalah ekstensi dari PostgreSQL untuk model data graph. Apache AGE mendukung model data graph berupa property graph (jenis lainnya adalah RDF/TripleStore). Apache AGE merupakan software bebas dan mendukung …

Read More ...


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 ...