Open in app

Sign In

Write

Sign In

qomarullah
qomarullah

117 Followers

Home

About

Nov 25, 2021

Terraform — Declarative Infrastructure Provisioning

Terraform is an infrastructure provisioning tool by hashicorp. Terraform use declarative approach means your infrastructure is same as declare in your terraform code. Based on your terraform code any changes to code will reflect how changes in infrastructure happen. infrasturcture can add, modify, or destroy. If you remove object name…

1 min read

Terraform — Declarative Infrastructure Provisioning
Terraform — Declarative Infrastructure Provisioning

1 min read


Jul 2, 2021

PoC Nomad + Consul — part 1

Install & ACL Implementation Background poc ini adalah kebutuhan infrastruktur yang lebih dinamis yang saat ini belum bisa dilakukan di on premise yang saat ini banyak menggunakan firewall dan load balancer. Nomad dan consul ini merupakan alternative orchestration service semisal kubernetes, sehingga memudahkan scalling dan deployment service. Sebagai perbandingan antara…

Nomad

5 min read

PoC Nomad + Consul — part 1
PoC Nomad + Consul — part 1
Nomad

5 min read


Oct 23, 2020

How to dockerize golang and deploy to kubernetes

Simple tutorial Create Golang Sample Server Set go mod and test $ go mod init github.com/qomarullah/go-server go: creating new go.mod: module github.com/qomarullah/go-server $ go run main.go //open other terminal $ curl localhost:8090/medium Hello, medium! Add Docker file Build Docker Image docker build -t ${IMAGE}:${VERSION} . docker tag ${IMAGE}:${VERSION} ${IMAGE}:latest Build $ docker build -t go-server:1.0 . [+] Building 13.0s…

Simple Tutorial

4 min read

How to dockerize golang and deploy to kubernetes
How to dockerize golang and deploy to kubernetes
Simple Tutorial

4 min read


Oct 23, 2020

How to use kubernetes

simple tutorial This tutorial use kubernetes in digital ocean. Create k8s with minimum resource 2 nodes : 2CPU, 4GB Memmory, it takes $20/month

Digitalocean

4 min read

How to Use Kubernetes
How to Use Kubernetes
Digitalocean

4 min read


Published in Easyread

·Jan 25, 2020

Membuat Referensi Lokasi Customer

Simple Tutorial Geospatial Query — Latar belakang dari tulisan ini adalah project untuk membuat pricing product berdasarkan lokasi. Dengan harga produk yang sesuai lokasi customer diharapkan bisa meningkatkan jumlah transaksi yang pada akhirnya meningkatkan revenue. Hal penting dari project ini adalah bagaimana mendapatkan informasi lokasi yang sudah dinormalisasi. …

Tile 38

4 min read

Membuat Referensi Lokasi Customer
Membuat Referensi Lokasi Customer
Tile 38

4 min read


Jan 13, 2020

Belajar Redis

PoC Redis Cluster Apa sih penggunaan external cache (diluar aplikasi) yang paling gampang, menurut saya adalah Memcached. Memcached sangat cepat dan mudah dipakai. Ada beberapa poin terkait memcached yang penulis pahami: Scalling, kita bisa menjalankan beberapa instance memcached dengan key menggunakan consistence hashing, artinya setiap key-value yang dicache punya fix…

Redis

4 min read

Belajar Redis Cluster
Belajar Redis Cluster
Redis

4 min read


Dec 27, 2019

Running Golang with local Docker and Kubernetes

Simple tutorial Install docker local desktop https://docs.docker.com/docker-for-mac/install/ 2. Add Dockerfile under your go project # Dockerfile References: https://docs.docker.com/engine/reference/builder/ # Start from the latest golang base image FROM golang:latest as builder # Add Maintainer Info LABEL maintainer="qomarullah <qomarullah.mail@gmail.com>" # Set the Current Working Directory inside the container WORKDIR /app

Docker

3 min read

Running Golang with local Docker and Kubernetes
Running Golang with local Docker and Kubernetes
Docker

3 min read


Dec 25, 2019

Create API docs using Slate

Simple tutorial Fork slate github https://github.com/slatedocs/slate 2. Clone to your local project git clone https://github.com/YOURUSERNAME/slate.git 3. Setup local cd slate bundle install bundle exec middleman server if running ok, you will get a success message: == The Middleman is loading == View your site at "http://MFSs-MacBook-Pro.local:4567", "http://127.0.0.1:4567" == Inspect your site configuration…

Ruby

2 min read

Create API docs using Slate
Create API docs using Slate
Ruby

2 min read


Oct 20, 2019

API Gateway using Kong : HMAC Authentication

Testing api gateway Why Kong API Gateway ? https://konghq.com/kong 1.Support Community & Enterprise 2.Support on Premise 3.Running on Top Nginx 4.Support auth, security, traffic control, logging 5.Support custom Plugin 6.Support API management (custom CMS) 7.Complete, ready and easy to manage with community version Web Manager with Konga https://github.com/pantsel/konga

Api Gateway

3 min read

API Gateway using Kong : HMAC Authentication
API Gateway using Kong : HMAC Authentication
Api Gateway

3 min read


Nov 24, 2018

Build Simple Proxy in Golang Based on XML Request

Just story A few days ago, I got challenged to move some features from the old system to the new backend system. Because this is a partial migration so we need to route several existing API services to the other endpoint. …

Golang

3 min read

Build Simple Proxy Based on Body Request XML
Build Simple Proxy Based on Body Request XML
Golang

3 min read

qomarullah

qomarullah

117 Followers

Developer

Following
  • Mohamed Labouardy

    Mohamed Labouardy

  • Greg Perry

    Greg Perry

  • ODSC - Open Data Science

    ODSC - Open Data Science

  • javinpaul

    javinpaul

  • ruang rryja

    ruang rryja

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech