javascript Ramda recepies Here is a list of small functions, easy to apply in different situations and that are not preset in the Rambda core library.
javascript Lookenv A couple of weeks ago I released lookenv. This is a post about the idea behind it and how to make it work.
javascript React-Native consume user’s location with redux-saga Consume the user's location using the navigation API, and open a channel to emit the position changes. Intro The following snippet uses React-Native geolocation. From their documentation: "As a browser polyfill, this
javascript Next.js & dotenv Why To have the same .env available in both, client and server side? We will be doing that with the help of Webpack. Install You need dotenv and dotenv-webpack. # With yarn yarn add
javascript Spicy JavaScript with currying This is not a post about functional programming in JavaScript. It's just about one lovely technique 🐬. Haskell Brooks Curry, was an American mathematican so influencing for functional programming that there is three languages
javascript Meet Galeano Galeano, a tool for writers that focus on inspiration. Powered with markdown syntax highlighting and convert-to-HTML option.
javascript JavaScript Map and WeakMap This is the second part of a two post series. The first one was JavaScript Set and WeakSet. Map From MDN: The Map object is a simple key/value map. Any value (both
javascript JavaScript Set and WeakSet When I started writing this post, I thought I could explain some of the ES6 new types. A post called "JS New Built-ins types in ES6" and an overkill. So I
javascript Arrow functions JavaScript is moving forward to his ES6 version. One of his new features introduces the arrow function syntax. Functions are everywhere Anonymous functions Anonymous functions are one of the most common characteristics in
blessed Create Blessed custom widgets As I mention in a previous post, the principle behind building a Blessed application is on appending widgets to the screen, so you may roll really quick into re-writing the same functionality or
blessed Introducing GitterCLI Hello everybody! I'm happy to announce that –at the day of writing this post– GitterCLI is on version v0.6.0 containing more and better features. GitterCLI is a extremely simple Gitter client
blessed Being Blessed Blessed is a high-level terminal interface library built in node.js that allows us to create impressive terminal applications easily.