Header logo.
small hallucinations
homeyearstagsaboutrss

🌤️ 2022

Trying out Fyne 2022-10-09 gofynegui The idea of building a piece of software once and run it everywhere is certainly charming. And Go supports cross-compiling out of the box.

Recently 2022-09-27 tddgokeyboardzsh Table-driven tests

Using prepared statements & pointers in Golang 2022-07-24 mysqlgolang I changed the name of this blog to “a study of bugs”. This makes it easier for me to think of what to write about -- bugs, of course.

“Zulu timezone” 2022-06-23 triviatimezone I've been using a pomodoro app that provides a REST API. Through this API, you can query past pomodoros using parameters such as ended_before and ended_after. The response data also contains started_at and ended_at fields.

A simple demo of how useCallback works 2022-02-20 react This is how useCallback works.

A bug in CRA and time complexity of list and set operations 2022-02-19 weekpythonreact Here are a few things I noticed in week 7.

Method list.sort() vs function sorted() 2022-01-18 python The more I program, the more I find myself realizing the why of some of the basics.