Programming Rants

programming: the action or process of writing computer programs. | rants: speak or shout at length in a wild, [im]passioned way.

Showing posts with label golang. Show all posts
Showing posts with label golang. Show all posts
2024-06-26

How to use Google Pub/Sub Locally with Golang

›
As much as I didn't like Google PubSub (because of it's inefficiency), especially compared to normal database that forced to use as...
2024-02-20

Writing UDF for Clickhouse using Golang

›
Today we're going to create an UDF (User-defined Function) in Golang that can be run inside Clickhouse query, this function will parse ...
2023-11-24

mTLS using Golang Fiber

›
In this demo we're going to create mTLS using Go and Fiber . To create certificates that can be used for mutual authentication, what yo...
2023-06-14

Simple Websocket Echo Benchmark

›
Today we're gonna benchmark nodejs/bin+uwebsocket with golang+nbio. The code is here , both taken from their own example. The benchmark ...
2023-05-17

Dockerfile vs Nixpacks vs ko

›
Dockerfile is quite simple, first we need to pick the base image for build phase (only if you want to build inside docker, if you already h...
2022-12-24

CockroachDB Benchmark on Different Disk Types

›
Today we're going to benchmark CockroachDB one of database that I use this year to create embedded application. I use CockroachDB becau...

Map to Struct and Struct to Map Golang Benchmark 2022 Edition

›
Sometimes we want to convert from map to struct or struct to map (dictionary in other language), or even struct to struct. There's some ...
›
Home
View web version
Powered by Blogger.