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.


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…

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…

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…

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…

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…

Read More ...