My CV in Markdown (on GitHub) πŸ“„βœ¨

Hey there!

If you’re curious about who I am, what I do, and what I’ve been up to in life πŸ’»πŸ”§ β€” my CV is now publicly available on GitHub!

πŸ‘‰ Check it out here: https://github.com/albinhenriksson/cv

It’s written in pure Markdown – clean, readable, version-controlled, and 100% fluff-free. Perfect if you live in the terminal, use git, and like things tidy.


πŸ’¬ Got feedback?
πŸ“¬ Want to hire me?
🧩 Have a cool project I should be part of?

Read More

Source Code Now Available

I’ve made the source code to this website public!

If you’re curious about how it’s built, want to fork it, steal some ideas, or just poke around, you can find everything here:

πŸ‘‰ https://github.com/albinhenriksson/ahenriksson.com

It’s a simple Hugo site with a custom theme, a few tweaks, and no unnecessary fluff. Built with love, caffeine, and way too much time spent tweaking config.toml.

Enjoy, and feel free to open an issue or pull request if you find something broken (or want to add something weird).

Read More

The Complete Guide to Installing Nextcloud on Debian 10

The complete guide to installing Nextcloud on Debian 10

By Albin / 2020-02-24

Today we’re installing the free and open source cloud platform Nextcloud on a machine running Debian 10. Nextcloud is, in a nutshell, a secure self-hosted replacement for Dropbox, Google Docs and Google Calendar. You should own your data – not the big companies.

The guide somewhat resembles the WordPress how-to – as we did then we set up a database, a web server and a website written in PHP that is meant to sit behind a reverse proxy giving it a secure connection to the internet.

Read More