-
Why CRUD Applications are hard?
CRUD, or Create-Read-Update-Delete, are web applications aimed on display and processing of information. They allow users to create, modify and browse some information. These are your ordinary forums, blogs, online shops, news websites etc.
-
Implicits mechanism in Scala
There are three things Scala implicits mechanism is good for:
-
Introduction to Type classes Webinar
Hello,
It is my pleasure to invite you to a free webinar of mine where I am going to introduce type classes and some basic usage of them in purely functional libraries.
-
Introduction to Recursion Schemes with Matryoshka
Recursion is the GOTO of functional programming - Erik Meijer1
In our daily programming life, we encounter recursive data structures on a regular basis.
-
Rewriting Process Algebra, Part 3: FreeACP Implementation