Week Notes 20#26 (3 mins read).
What happened in the week of 2020-06-22?
Creating My Own Personal Micropub Client (3 mins read).
Announcing my own personal Micropub client to publish content that is very specific to my workflows.
Spring Boot Hello World Example - Thymeleaf - Mkyong.com
Recommended read: Spring Boot Hello World Example - Thymeleaf - Mkyong.com https://mkyong.com/spring-boot/spring-boot-hello-world-example-thymeleaf/
https://reddit.com/r/WildBeef would like a word!
Dear Developer, The Web Isn't About You
Recommended read: Dear Developer, The Web Isn't About You https://sonniesedge.co.uk/talks/dear-developer/
Generating Random Bytes On the Command Line with OpenSSL (1 mins read).
How to generate random bytes as binary, base64 or hex, using openssl
on the command-line.
Using @Mock
as a Method Parameter with Mockito (2 mins read).
Using @Mock
on method parameters to reduce manual mock setups with Mockito.