It seems more often than not we are asked to compromise our design and clean code practices in order to get things out faster or comply with corperate rules. But as the saying goes, it all pays the same, right?
In the first part of this tutorial, we introduced the Elm language by building a simple Elm Application that called an API. Now we'll authenticate with JSON Web Tokens to make protected API requests.
There are multiple front-end development frameworks out there... so, what are some of the basic differences between them? Author Tim Wenger briefly dips into four of the most popular ones currently out there to provide us with a basic understanding of each.
Utilizing the latest Spring frameworks to convert Java 8 dates inside of MongoDB, simplifying a once difficult conversion task. Great concise NoSQL and Java tutorial.