littr nanoblogger

This article deals with a simple web application, that has been implemented in both PHP (legacy) nad Go (current) languages. It serves as a very simple microblogging (nanoblogging even) platform. The first part is about current implementation in Go language (2022–now), plus it describes some frequent issues in the troubleshooting guide. The second part describes the legacy version developed in years 2015–2017 (circa). The following part deals with the current PWA (progressive web application) is being developed in Golang since 2022....

April 22, 2024 · (last updated September 18, 2024) · 16 min · 3243 words · krusty

bbs-go

introduction repository bbs-go is a small experimantal project to prove it is possible to build and run the genuine BBS board server in Go. […]

January 21, 2024 · (last updated January 21, 2024) · 1 min · 25 words · krusty

textovka

textovka (Czech deminutivum for text-base game) is a side project I tried to develop when also trying to finish my Bachelor thesis. It is designed as singleplayer adventure game. The project is divided into three isolated subprojects: textovka-api – server side textovka-tui – client side textovka-map – game map generator api (application programming interface) Testing instance runs at text.n0p.cz (may not be available 24/7). Server-side subproject is the game engine itself acting also as simple REST JSON API....

September 27, 2022 · (last updated September 27, 2022) · 3 min · 585 words · krusty

defekt jádra (Hugo tuning)

defekt jádra homepage (CZ) motivation I decided to start a website project for one friend of mine – Adam. This young Chemistry student, interested mainly in organic syntehesis techniques, often writes interesting posts about unusual electrostatic bonds, untypical reactions including a microwave reactor et cetera. Those posts are mainly to be presented with a little (simple) figure(s) on his Instagram profile. Badly for me and some others, one cannot see those images/posts without a proper Meta account, which me personally lacks....

August 24, 2022 · (last updated August 24, 2022) · 4 min · 832 words · krusty

dish (formerly savla-dish)

motivation This story of dish starts in the year 2016. I was developing my first “mature” Information System (based on sakalWeb IS 4). Out of blue I got an idea about how to monitor other services, and how cool it would be to see green a red labels jumping around to signalize service’s last status. The latter version (around 2018) was mostly inspired by Zabbix interface. I just wanted a list of services, their last status, amount of time after last test....

August 21, 2022 · (last updated August 21, 2022) · 4 min · 764 words · krusty

sakalWeb IS RESTful API

Also abbreaviated as swis-api or swapi, is an in-memory database experimental project. It suits like a huge structured database with very low latency. The project is written in Go (1.20). https://github.com/savla-dev/swis-api 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 GET / { "app_env": { "alpine_version": "3....

7 min · 1416 words · krusty