hackeryarn

17 posts tagged: Tutorial

Making Redux Easy

React and Redux are a top choice for front end projects. React provides fast performance, easy ways to create shared components, and a plethora of libraries. Redux lets you simplify state management in your application, but it has serious drawbacks.

· 4 minutes

Universally Testable Dependencies in JavaScript

JavaScript dependencies are notoriously hard to mock and test across framework and environments. However, Dependency Injection (DI) ensures testability. It is common in statically typed languages, like Java or Go, but is also useful in dynamic languages like JavaScript.

· 3 minutes

ClojureScript Setup for Leiningen Project With Emacs

A good development environment will boost your productivity in any language. A good Clojure development environment will make you 10x more productive. This tutorial is focused on a ClojureScript environment for a Leiningen based project being developed in Emacs.

· 3 minutes

Efficient CSV Imports in Rails

Rails has great capabilities for working CSV files. However, like with many things, the most obvious way is not the most efficient.

· 4 minutes

Easy Universal Haskell Development Environment

Haskell is notoriously difficult to setup, which probably led to many people being scared away from ever getting started. However, there has been a lot of work done to address these short comings. And there is a way to setup a very pleasant environment thanks to the hard work of many projects.

· 3 minutes