Hello,
I'm a web developer from Sweden, and this is my site. There's nothing fancy here — just a collection of smaller private sites that are only intended for my own use, but you're very welcome to visit here anyway!
While I specialize in PHP, this site is doesn't use a single line of PHP code. Here are some of the technologies used:
- Ubuntu - I've been developing sites that runs on Linux my whole professional career, and Ubuntu runs this place.
- MariaDB
- Pebble - Shout out to Pebble! I'm so glad you exist.
- Go - All backend code is written in Go.
- Gin - Most of the sites are using this framework. If they are using a framework at all, this is the one.
- upper/db
- GORM
- Viper
- GCache
- Ristretto
The sites are using more libraries than those listed here, but at the time of writing, I haven't done a great job of maintaining the list - nor a great job of including their licenses. I'll do better on that front, I promise. There are so many awesome projects out there, and they deserve proper attribution.
The sites
Disclaimer: Most of the sites are in Swedish, and most of them are only intended for myself.
- News - A news aggregator that fetches today's top stories. I struggle with having enough time to keep up with the news - and this project helps me by only presenting me the top stories from a bunch of different sources.
- Startsida - What if one was greeted with a random sentence from a random Wikipedia page every time one opens a new tab? Would that be fun? Maybe a little?
- Mat - "Mat", also known as "The Bachelor's Cookbook", randomizes ingredients and cooking methods into something you'd never thought of before - with good reason, to be honest.
- MD - Convert Markdown to an opinionated (but very pretty) PDF file. This one is rather slow, since it's hosted on my poor old Raspberry Pi. The source code is here, by the way.