POSTGRESQL - DAY 4

Keep learning PostgreSQL. Learn “GROUP BY” and aggregation functions.

POSTGRESQL - DAY 3

Keep learning PostgreSQL. Learn how to create mock data and basic SQL commands.

POSTGRESQL - DAY 2

Keep learning PostgreSQL - Day 2. Learn how to create a database and table. Learn how to insert records into tables

POSTGRESQL - DAY 1

I began learning PostgreSQL and record down what I’ve learned

FIRST POST

Hi, I’m Aiden. I’m writing this tech blog to improve my software skills and English.

GO MAPS - MISSING ENTRY

What does Go Maps return if we look up a non-existent key?

GO - ADDRESSABLE

Why can we use a value of type T to call a method declared with *T receiver instead of a pointer to that type?