Explore >> Select a destination


You are here

pagefault.se
| | lukesingham.com
12.0 parsecs away

Travel
| | 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
17.5 parsecs away

Travel
| |
| | blog.bencope.land
15.2 parsecs away

Travel
| | 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
79.8 parsecs away

Travel
| 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 [...]