Skip to content

Technical

Feature(s) You Wish Existed in Language/Framework/Technology You Are Currently Using

What is a feature, or two, that you wish existed in the language/framework/technology you are currently using? Why do you miss it? Does your current language/framework/technology have the feature but it's just implemented differently than you would like?

Inspired by myself and Omar being newbies with Go and trying not to impose our habits from other languages without a good justification. For example, we recently debated if we should use the Testify testing framework instead of Go's built in way to testing.

Everyone and anyone is welcome to join as long as you are kind, supportive, and respectful of others.

*Feature image created by ChatGPT.

Features you wished existed feature image

Hosting a MySQL DB on hobby‑scale projects: Costs, Quirks, and Work‑arounds

I’ve been experimenting with MySQL on several cloud platforms including Railway, GCP Compute Engine, and other “free‑tier” services. Compared with PostgreSQL, getting a stable, free MySQL deployment has proven trickier (container-related errors, opaque usage‑based billing).

Have you run into the same hurdles? What are your work‑arounds? Any favourite low‑cost hosts? Any billing horror stories? Your tips could help everyone keep projects alive without breaking the bank.

Everyone and anyone is welcome to join as long as you are kind, supportive, and respectful of others.

MySQL Icon

What's in a name? That which we call a var by any other name would make code smell

In today's (2026-01-27) chat we will discuss names.

In Clean Code (Robert C. Martin), naming variables, functions, classes, and other structures is compared to naming a child. Yet we still see placeholders like x, tmp, or d littered throughout codebases.

How do you approach naming? • Do you iterate endlessly? write → delete → rewrite—until the name feels perfect? • Do you drop a quick name and come back to refactor later? • Or do you stick with the first name and tell others to stop “wasting time” on naming?

Everyone and anyone are welcome to join as long as you are kind, supportive, and respectful of others.

Cookie jar labeled as 'Basmati Rice'