Web server in pure Java
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.
We look into lambda functions in java using example code and understand what functions could help you with. Java has many new concepts that could help you, and lambda is just one of them. For example, you could create Suppliers that give you a value, Consumers that use a value, and then functional interfaces.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
We solve the day 2 challenges for the Advent of Code.
We look into how to setup webpack to package our Polymer 3 application.
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.