redhabayuanggara.idHow to set up a project with Ruby on Rails, PostgreSQL and GraphQLSetting up a project with Ruby on Rails, PostgreSQL and GraphQL is actually pretty straightforward. So, without further ado, let’s set up our first GraphQL API on Ruby on Rails. Setting Up GraphQL for Rails Step 1 - PostgreSQL database Let’s create a...Oct 26, 2024·4 min read
redhabayuanggara.idBuilding a RESTful API with RailsEvery time I create a new Rails API with a PostgreSQL database, I find myself googling “create a new Rails API with a PostgreSQL database”. So I’m leaving these notes here for myself, and anyone else who finds this helpful. For the purpose of this tu...Oct 26, 2024·4 min read
redhabayuanggara.idDevSecOps-Series: Trivy Vulnerability Scanner | Part 3What is Vulnerability? As per Wikipedia, “In computer security, a vulnerability is a weakness which can be exploited by a threat actor, such as an attacker, to cross privilege boundaries (i.e. perform unauthorized actions) within a computer system.” ...Feb 18, 2024·6 min read
redhabayuanggara.idPipeline Apache Flink, Kafka, Postgres, Elasticsearch, Kibana For Real-Time StreamingIntroduction Before diving into the integration, let’s briefly understand what each component offers: Apache Kafka: A distributed streaming platform that excels in publishing and subscribing to streams of records, storing these records, and processi...Feb 9, 2024·9 min read
redhabayuanggara.idDevSecOps-Series: SonarQube | Part 9Topics we will cover: What is SonarQube? 1. a. Components of the SonarQube Platform 1. b. Using of SonarQube Installing SonarQube Server with Postgresql Database 2. a. Prerequisite 2. b. Installation of SonarQube 2. c. Running SonarQube 2. d. Creat...Feb 6, 2024·15 min read