josip@seketa:~$ cat info.md

Software tester by day, developer by night.

josip@seketa:~$ ls -l *.md *.xml

about.md Who is writing this. writing.md Every post, newest first. atom.xml The feed.

josip@seketa:~$ ls -ld */

usb-emulation/ Emulating USB devices for automated testing of the Device Under Test. learning-go/ An open notebook on Go - syntax, standard library, and the idioms that only make sense once you've written something real. ogame-scraper/ Reverse-engineering a browser game's login flow and wrapping it in small Node.js services - auth tokens, cookie jars, and a universe lookup API. stm32-bare-metal/ Driving an STM32F103 "blue pill" with no HAL, no IDE, and no libraries - just C, ARM assembly, a linker script, and a Makefile. unsorted/ Posts that belong to no project.

josip@seketa:~$ ls -t */*.md | head -5

2026-09-12 What motivated this long and arduous journey 2026-09-12 In search of the architecture 2026-08-22 Two ways to draw a diagram 2026-08-21 How SWD actually works 2022-10-16 Golang notes

josip@seketa:~$ cat contact

github github.com/jseketa linkedin linkedin.com/in/jseketa email jseketa@gmail.com

josip@seketa:~$