programming
The forgotten value of Value Objects
Let’s make a glimpse of why applying the Value Object approach to our code can be really beneficial.
Let’s make a glimpse of why applying the Value Object approach to our code can be really beneficial.
Combining values held by two or more monadic types into a single object. While the task looks very simple, it has some quirks. Let’s see what we can do having Vavr in hand.
Every programmer has to deal with exceptions. There are various ways of handling them. Here is how you can control them in Java with some help of an external library.
JSR-380, also known as Bean Validation 2.0, is a standard. Should we use it everywhere then? Let’s consider the pros and cons.
One day, a crazy idea came to my head. Suppose you are writing an application. A web application. That exposes an endpoint… Sounds interesting, right? Hang on, here is the best part: suppose it accepts a data! Woohoo, that’s surprising! And a big deal, indeed! Now, assuming you decided to Read more…
While implementing a feature of posting on Facebook for JVM Bloggers, I came up with a standalone service doing this thing. Here is a short description of it.
How to publish a message on your page on Facebook? Here is how you can do it. Based on JVM Bloggers case.
Using SQL in Play is OK but not so funny. Maybe Ebean support is a better option? Interested? Read on!
Play Framework and SQL databases. How do they match? How to set up the whole thing? Let’s check.
How to build a REST service with Play? Here’s a short story.