Danger and hlint
Danger is a ruby gem that you can use on your continuous integration process to automate code reviews. We will see how to set it up for Haskell projects.
Danger is a ruby gem that you can use on your continuous integration process to automate code reviews. We will see how to set it up for Haskell projects.
Installing Haskell and Stack on Raspberry Pi 3 is not painless but easier than you think.
Carthage is a great dependency management tool for both Swift and Objective-C. However, finding the right workflow adopt when developing with carthage can be...
Unless you are implementing your own network layer from scratch, Alamofire is the Swift network library of choice on iOS/OSX.
When writing software it always good practice to keep an eye on how much resources will be used by our code at run time. Resources are for example time, memo...