Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View RiprLutuk's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report RiprLutuk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RiprLutuk/README.md

Heri Riski Anto

Fullstack Engineer & Database Infrastructure Specialist
5+ Years in Fintech Data Centers | Building Scalable Systems from Scratch | Open Source Enthusiast

Email LinkedIn Telegram


About Me

I am a Fullstack Engineer and Infrastructure Specialist with over 5 years of experience in the Fintech industry. Currently, I serve as a Database Administrator at Linknet (AWS/On-Premise) and a Fullstack Engineer at Halalvestor Global Asia (Remote), where I revamp core features and integrate payment gateways.

Previously, I led Data Management & Operations at AFPI, building their Fintech Data Center from the ground up—including Data Warehousing, internal networks, and ISO 27001 compliance.

I specialize in building systems from scratch, designing secure networks (OpenVPN, Mikrotik), and developing .NET/PHP APIs. I have deep expertise in Data Engineering, specifically implementing CDC (Change Data Capture) pipelines using Debezium & Kafka (PostgreSQL ↔ Oracle) and complex Legacy Migrations.

I am a strong advocate for Open Source and Software Freedom. I prefer building solutions that are open, transparent, and free from vendor lock-in, leveraging the power of Linux and community-driven technologies.

Core Focus:

  • Infrastructure & Cloud: Alibaba Cloud (5 Years), AWS, On-Premise, GCP (Lab).
  • Data Engineering: Real-time Data Streaming with Kafka & Debezium.
  • Fullstack Development: Building Custom CMS solutions with Laravel and Native Mobile Apps.
  • Security: System Hardening, ISO 27001 & UU PDP (Data Privacy Protection).

GitHub Stats

Heri Riski Anto's GitHub Stats
Top Languages

Technical Skills

Languages

Golang Rust Java SQL PHP Python JavaScript Shell Script

Frontend & Mobile

TailwindCSS Capacitor Android

Frameworks (Backend)

Laravel .NET Core

Databases, Streaming & CDC

PostgreSQL Oracle SQL Server MySQL Kafka Debezium Redis

Cloud & Infrastructure

Alibaba Cloud AWS Google Cloud Docker Linux Nginx Apache

Networking, Security & Compliance

UU PDP ISO 27001 OpenVPN Fortigate Mikrotik

Performance Testing

k6 JMeter


Certifications

  • DQLab: Dasar menjadi data analyst
  • Spentera: Hacking playground - pengenalan dasar hack
  • Dicoding: Pemrograman dasar python


“Talk is cheap. Show me the code.” – Linus Torvalds

Pinned Loading

  1. schema_only_postgresql.sh schema_only_postgresql.sh
    1
    pg_dump --schema-only -U UNAME -t '"TableName"' DBNAME > TableName.sql
  2. Exporting and Importing Postgres Dat... Exporting and Importing Postgres Databases using gzip
    1
    # This is just a cheat sheet:
    2
    
                  
    3
    # On production
    4
    sudo -u postgres pg_dump database | gzip -9 > database.sql.gz
    5
    
                  
  3. Email Validator C# Email Validator C#
    1
    //
    2
    // EmailValidator.cs
    3
    //
    4
    // Author: Jeffrey Stedfast <[email protected]>
    5
    //
  4. xcodephpshell xcodephpshell Public

    Forked from kurniawandata/xcodephpshell

    PHP Shell untuk remote shell Web Server, upload dan sebagainya

    PHP

  5. postgresql tips & trik simple day to... postgresql tips & trik simple day to day
    1
    # PostgreSQL Live Hack
    2
    
                  
    3
    1. Menggunakan psql dengan shortcut
    4
       
    5
       Di terminal, gunakan psql dengan beberapa shortcut untuk mempermudah akses dan navigasi:
  6. PasPapan PasPapan Public

    PasPapan — Open-Source HRIS & Attendance System — GPS Geofencing, Anti-Fake GPS, Face ID, Payroll, Kasbon, Shift Management & more. Built with Laravel 11, Livewire 3, Tailwind CSS & Capacitor (Andr…

    Blade 16 13