Advent of Code 2023 – Day 2
I'm trying to solve all the Advent of Code puzzles in this video series.
We talk about Gitea and see if it’s a good replacement for gitlab or a good local choice for organization that want to use github locally.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into how to create an application parsing different documents with embedded content in order to extract text and images.
In this video i will do a quick introduction to rust and introduce some important concepts that rust uses to handle packages and build your executables. Rust is a programming language that have been hyped since it’s introduction. It mixes good structure with execution performace, type safety and memory management.
I’m trying to solve all the Advent of Code puzzles in this video series.
I was looking into an performance issue the other day and came by some small interesting changes you could do to your Websphere Application Server to increase performance and remove locks. The first was located in the file Stores.war/WEB-INF/ibm-web-ext.xml a file that I’ve never looked at. Seems that the WAS developers enabled support for handling the…