Technically Feasible
Confessions of an Enterprise Software Developer
How to automatically create a new MR on GitLab with GitLab CI
At fleetster, we have our own instance of GitLab and we rely a lot on GitLab CI.
node-html-markdown
NHM is a fast HTML to markdown converter, compatible with both node and the browser. We had a need to convert gigabytes of HTML daily very quickly. All libraries we found were too slow with node.
Server to Server Auth with Amazon Cognito
Amazon Cognito is a managed service that provides federated identity, access controls, and user management with multi-factor authentication for web and mobile applications.
jEnv - Manage your Java environment
Discover jenv, the command line Java manager
Four Golden Signals for Monitoring Distributed Systems
Read this guide on the four golden signals for distributed systems monitoring and how to effectively monitor your distributed systems.
Stubbing and Mocking in Java with the Spock Testing Framework
Learn how to create true Java unit tests by mocking all external dependencies in your unit tests with the Spock testing framework.
Spock Primer
Spock Mock Cheatsheet | Object Partners
Summary of unit test mocking capabilites and syntax of Spock test framework
Spock with Spring Boot 2.3 and JUnit 5
Recently, in one of my pet projects, I decided to try writing tests using Spock framework. It was a great experience, I enjoyed it a lot. Except for the part of setting it up, which was somewhat annoying.