Yogi Saputro

Yogi Saputro @yogski

About: Dev - tinkering mindset - dad jokes practicioner

Location:
Indonesia
Joined:
Oct 19, 2020

Yogi Saputro
articles - 8 total

int8 Becomes String in PostgreSQL Node.JS

It is a brief explanation of why int8 data type in PostgreSQL is converted to string instead of...

Learn More 0 0Jan 19 '24

One Product A Month for #DEVresolutions2024

The new year vibe has already settled in and people are getting more drawn into reality. That's when...

Learn More 3 2Jan 12 '24

"Breaking Tables, Delivering Features: A Developer's Guide to SQL Normalization"

Your new feature will break sophisticated, well-thought, beautiful, current SQL database structure?...

Learn More 0 0Nov 14 '23

ChatGPT Already Solved Your Problem. Be A Problem Definer, instead.

Charles Kettering, the Head of Research at General Motors one hundred years ago said, "A problem...

Learn More 0 0Sep 26 '23

Dealing with Enum Type in PostgreSQL

This is a brief guide for effectively understanding and working with enum type in Postgres: Why does...

Learn More 28 2Dec 15 '21

Data Wrangling with VSCode (Yes, Really!)

In this article, I'm going to show techniques and tips for transforming raw text data to standard...

Learn More 33 0Aug 17 '21

Optimizing Conditional Bulk Insert in Node.js + PostgreSQL

It is my journey of improving a bulk insert algorithm. It's a mouthful title, but definitely...

Learn More 14 2Aug 1 '21

Axios Async/Await with Retry

If you have been coding javascript for a while, you'd probably have known about Axios. It is a famous...

Learn More 14 7Mar 9 '21