Explore >> Select a destination


You are here

blog.jle.im
| | bartoszmilewski.com
3.1 parsecs away

Travel
| | This is part of Categories for Programmers. Previously: Simple Algebraic Data Types. See the Table of Contents. At the risk of sounding like a broken record, I will say this about functors: A functor is a very simple but powerful idea. Category theory is just full of those simple but powerful ideas. A functor is...
| | justinhj.github.io
4.8 parsecs away

Travel
| | IntroductionThis is a companion blog my sixth Functional Justin YouTube videowhich you can find here: https://youtu.be/3GPXEzO14ZE
| | blog.scottnonnenberg.com
4.5 parsecs away

Travel
| | My functional journey started with Javascript techniques, grew as I briefly explored a few functional languages, then bloomed as I got comfortable with Elixir. Going further has finally defined...
| | blog.nuculabs.de
19.0 parsecs away

Travel
| Hi ??, In this article I wanna show a testing tip that I've recently learned myself by reading Software Engineering at Google: Lessons Learned from Programming Over Time. The technique improved the way I write unit tests. When I'm writing bigger unit tests, I have execute something in the background, like for example publishing a message to a message broker, wait for the message to be published and then consume it to test that what I published is correct.