The Inside Java Podcast features Ron Pressler to talk about Project Loom. Recommended!
Continue ReadingTag: Programming
Just do it!
How do you start to write about pogramming? Just do it! That’s what Yannick Seeger did in his nice first post “How I configure my Go Applications”. Recommended!
Continue ReadingTake a Look at Project Loom
Maybe you already have heard of Java Project Loom. This is a project I am very exited about since it promises to make our lives as developers easier while at the same time being able to use the capabilities of modern hardware to the full extend. I’v long wondered why people like writing async code […]
Continue ReadingHOWTO use JWT in Go
This is just a quick reminder about how I played with JSON Web Tokens in Go. Encryption using a pair of private/public keys is used.
Continue ReadingFormat Date in Java using ISO8601 including timezone
To format a java.util.Date as an ISO8601 timestamp including the correct timezone, java.time.OffsetDateTime can be used.
Continue Reading