Posts
All the articles I've posted.
-
Multiple mastodon aliases to domain using Cloudflare Pages
Step-by-step guide on associating multiple mastodon account aliases to a domain with Cloudflare Pages, eliminating the need for workers or extra coding
-
Effortless Node.js Version Management with the Fish Shell
Discover an easy-to-implement method to merge Node.js version management (nvm) and the Fish shell for an improved user experience.
-
Integrating Python's Virtualenv with Fish shell without overcomplicated frameworks
This blog offers a solution to seamlessly integrate Python's virtualenv with the Fish shell, enhancing its user experience and productivity.
-
Dart should not be ignored
Why dart is a good language and why you should take a look at it?
-
Is Redis merely caching system?
The article explains why Redis and Memcache should be considered as matured full-fledged databases, rather than just caching systems, and why this distinction is important for software engineers.
-
First release of gotimeparser
Open Source is important for future of software development. I am happy to announce GoTimeParser's first release.
-
Preallocate dynamic structures
Some dynamic structures can and should be preallocated
-
Open questions about performance
Introduction to basic questions about performance
-
Improving security in HTTPS communication
Make backend<->backend integration through HTTPS is more secure by simple step
-
Universal time UnmarshalJSON implementation
The final implementation for the unviersal time parser that implements the UnmarshalJSON interface