You are here |
pagefault.se | ||
| | | |
lukesingham.com
|
|
| | | | These are my summary notes of 'A Tour of Go' - which is meant for people who are familiar with programming to have a quick tour | |
| | | |
www.magnusson.io
|
|
| | | | ||
| | | |
blog.bencope.land
|
|
| | | | A composed function can be thought of as being more generalized than a pipeline, as a pipeline needs a value to start with while a composed function receives an argrument directly. let clickHandler (value: string) = value |> parse |> sanitize |> serialize |> sendPayload The function above takes an argument, then passes that argument | |
| | | |
techtldr.com
|
|
| | I just saw an articled on Hacker News announcing that Chrome 59 is going to have cross-platform headless support. A lot of people are excited by this announcement, mainly because it will allow them to move away from PhantomJS - a buggy headless browser currently used as a de-facto solution to run unit tests and [...] |