The challenge: Input: [6, 2, 3, 8] Output: 3 To explain better the input and output relationship I...
Opportunity screws me up. I become like a donkey that can't make a choice between two equal piles of...
I came up with the idea that I can train my modeling skills just by modeling apps first. Sort of a fo...
A mentor told me to write this app. I was hesitant because it is a simple note app. What the hell I...
Again a challenge from 99 Elm problems Convert a list to a list of lists where repeated elements of...
The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be...
I just discovered Revery. Is this a game changer for building desktop apps?
No consecutive duplicates, a challenge from 99 Elm problems.
One of the finest roadmaps I've seen to vanilla js. It's simplistic, well structured and on point. E...
Andrew made a post about starting talks. How Do I Start Givin...
I have a timetable in a text file that looks like this: 00:05 - 00:54 Dédicace, À léon werth 00:54...
The search doesn't really work the way I want it to. Let me demonstrate this w...
I noticed that I often hold myself from writing even when I have to say something. I know why that i...
I've been contacted to do a gig in Elm out of the blue.
2019, 4th February 22:22 When I returned back to the book I haven't started writing the log right aw...
I think, in November last year, I was browsing leanpub store and discovered a little book called "Eli...
Did you write any scripts with Elixir? Care to share the wisdom?
Trying to go through data61's Haskell course.
Some of my notes on learning Elixir. Mostly documented mistakes.
banging my head against the wall and cannot solve the challenge with Elixir.
Correct a function that maps a list.
Photo by Ben White on Unsplash I know that mathematics influenced programming big time! And I'm sure...
I've heard that in US there are reruns of these shows on television. But I don't have TV and you mayb...
Upon hitting enter key VScode completes the syntax in a way I don't want.
Just some tips on the use of the terminal.
Haskell surprises me again.
Great Talks
Function composition is the key to understanding pretty much every abstraction and decision made in functional program design.
An explanation of functional programming like you've never seen.