Recent Posts
- Posted on
Run your frontend alongside spring boot
Running a javascript application alongside your spring boot backend can be bit of a conundrum. Here are several ways to tackle this problem.
- Posted on
Share IntelliJ run configurations with git
Isn't it great when you checkout a project and have everything at hand to run it?
- Posted on
Reverse proxy on docker-compose with CORS and SSL
How to set up a reverse-proxy with CORS and SSL, with docker-compose and a self-signed certificate.
- Posted on
Debugging Webflux with IntelliJ
By default, it very difficult to read reactor stack traces. Make your life easier with this little tip!
- Posted on
What I Did Wrong as a CTO
I spent one year as a CTO for a startup. Here are some technical decisions I came to regret and those that I would make again in my next project
- Posted on
Consuming APIs with Redux, the Shasta way
Connecting your REST API to Redux used to be hard... But that was before Shasta!
- Posted on
React freshness
We've heard a lot about Javascript fatigue but what if I showed you two simple ways to get started with React without a single line of configuration? Refresh!
- Posted on
Social login with Spring
Log-in with your social account in your Spring application
- Posted on
Correctly handle JSR-310 (java 8) dates with Jackson
The DateTime API in Java 8 is awesome but default Jackson serialization is not. Let's fix that!
- Posted on
A simple chat with Spring Boot and RethinkDB
RethinkDB is a great database engine allowing you to receive live updates on your data. Let's create a Spring Boot App and give it a try!