Handling newlines with ReactSuppose you have a Javascript variable containing multiple lines of text that you want to render in your React component. More or less you…May 15, 2019May 15, 2019
Published inAmerica Da ScoprireCome entrare in Canada: dove richiedere l’eTA, quanto costa e come fareUna semplice guida per procurarsi i documenti necessari per entrare in Canada: quando serve il visto turistico, quando invece è sufficiente…May 20, 2018May 20, 2018
What profiling my Universal React-Redux app revealedMy app had no bad symptoms, who knew that it was hiding a secret issue? In this post I show you how I dug into the running application and…Oct 19, 2017Oct 19, 2017
End-to-end testing on a React-Redux appI struggled for some time around the end-to-end testing setup in my React-Redux app. I came out with some ideas and a workflow that I would…Oct 11, 20172Oct 11, 20172
React and JSS: tips from a one-year journeyMore than one year ago we started a new project: a universal SPA based on React and Redux. One of the first choices to make was: “how do we…Oct 4, 20174Oct 4, 20174
First steps with ClojurescriptClojurescript is a compiler for Clojure that targets Javascript. Using Clojurescript you can write your Javascript app in Clojure, taking…Feb 23, 2016Feb 23, 2016
Modules and named functions in ElixirIn every object oriented programming language we model the domain with classes. Every object we generate from our classes is a container of…May 26, 2015May 26, 2015
Immutability in ElixirIf you come from object-oriented programming, one of the weird things about Elixir and other functional programming languages is for sure…May 16, 20151May 16, 20151