by JustinC | Sep 15, 2015 | Spring Boot
Intro In a previous blog post we had a look at how to use jasypt-spring-boot to encrypt our properties. Having a bit of time on my hands, I added some code to the project’s repo up on Github which we’ll be going through today. To get the complete code at...
by JustinC | Dec 15, 2014 | Express, Node
Purpose Example of how to separate route code in Express.js using npm link. Setting up We can use the express generator to get up and running quickly with Express. Install it with npm install express-generator -g if you don’t already have it: View the code on Gist. It...
by JustinC | Oct 29, 2014 | Go
Purpose This post will walk you through the basic usage of Viper. It is intended for people who are new to the Go programming language (I am just starting out myself). This is because the purpose isn’t Viper per se, but the process of doing some of the basics in Go....
by JustinC | Oct 14, 2014 | Mule
In this blog post we use JHades to troubleshoot problems in our classpath. JHades is a powerful tool that gives us useful information when trying to resolve a certain set of problems in Java development. The demo behind this blog post builds on the following: RAML...
by JustinC | Nov 5, 2013 | Groovy, Spock, Spring
This blog is more of a tutorial where we describe the development of a simple data access module, more for fun and learning than anything else. All code can be found here for those who don’t want to type along: https://github.com/ricston-git/tododb As a...