How to run a web server using Java in 2022
We will talk about how to start a web server using Java with the release of JDK 18 in Marsh of 2022. Java has not had an easy way to start a web server but there might be a change coming.
We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph…
We go though how to read a OpenAPI specification with the old API reading body content. And we also translate it to the new V3 parser and go through how this differens and works. Repository: https://ift.tt/2sJ3C1S Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We look into the way SQRL stores keys on disk or paper in QR form. How to read the data and decrypt the different blocks. Git repository: https://github.com/kalaspuffar/secure-quick-reliable-login Please follow me on twitter Tweets by kalaspuffar Leave a comment, like and subscribe. Music: purple-planet.com
We write a simple example in java to run a validation using Schematron. The framework Schematron is a way to do easy validation of XML documents and create output that is easily readable by someone working with these documents. Github repository: https://ift.tt/3rUJ7by Please follow me on Twitter Tweets by kalaspuffar Learn the basics of Java…
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.
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…