Jan-Lukas Else

Thoughts of an IT expert

Tags: Programming


Published on in 💬 Micro

Day 16 of Advent of Code is so confusing that I will not finish today’s puzzle. I wonder if yesterday was my last day with Advent of Code, or will the puzzles become more understandable and easier again in the next few days? Maybe I’m just more the practical type. I like programming, but such complex algorithms are not really my thing. And in the end, Advent of Code is supposed to be fun…

View

Advent of Code ‘21

Published on in 🔗 Links

New year, new code advent calendar. This year I’m trying my hand at Advent of Code once again in Go. This time with a little help from the copilot. Let’s see if I make it to the end, or have to give up early again…

View

Programming is a really useful skill

Published on in ✍️ Posts

I started programming in elementary school when my parents gave me a programming book aimed at children. Since then, I can’t imagine my life without programming. The days during the year when I don’t program something are very rare.

View

My new Code Server: HP EliteDesk 800 G1 USDT

Published on in ✍️ Posts
Updated on

Yesterday I read this article by Vincent Warmerdam describing his new home setup. He uses an Intel NUC running Linux, which he can program on well, and accesses it via his laptop or a Mac using Visual Studio Code.

🖼️ View

“Darker Corners of Go”

Published on in 🔗 Links

Another entry from my reading list: “Darker Corners of Go”. Rytis Bieliunas has taken the effort to write down all the points to consider when programming with Go. A lengthy list, even if I personally find Go simpler than, say, Java.

View

Tests for GoBlog

Published on in 💭 Thoughts

Recently I’ve been investing more time in refactoring and creating unit and integration tests for GoBlog. After all, I don’t want to just make sure my blog is working properly through trial and error, I want to be able to prove that with automated tests.

View

Refactoring your personal software projects

Published on in 💭 Thoughts

Colin Walker is trying to refactor his blogging software to make it available to others. Regarding whether anyone else will end up using it, he writes:

View

Published on in 💬 Micro

Sometimes the problem with programming is that you can’t turn off your mind as easily as you can turn off your PC. Practically, you don’t program anymore. But the brain still continues to program.

View

Advent of Code

Published on in 🔗 Links

This project has been around for a couple of years, but this time I’m taking part in the Advent of Code for the first time. Every day there is a small programming puzzle (with two parts). I found today’s task pretty easy to implement, let’s see how it will be the next days.

View

My new coding workflow: VS Code + Remote-SSH extension

Published on in 👨‍💻 Dev

I recently rediscovered the ability of Visual Studio Code to develop on remote machines. Just connect to a server via SSH and develop there.

View

Next

Jan-Lukas Else