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.
Performance profiling in node.js Small tips to know how our node.js apps perform, how to detect bottle-necks and performance opportunities.
My 2017 A 2017 of feminism, coffee and beer. Learning about the art of coffee, tasting crafted beers. But the most importantly, becoming feminist.
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.
conferences JSDay UY 2017 - Post CFP The Call For Proposals is over and we had the privilege to evaluate 54 proposals.
Music Shakespeare's Continuum VR experience was presented in the Teatro Solis to commemoration the 400 anniverary of the Bard's death, and it was a big fucking honour. Original music. Made by JoaquĆn Fischer. Thank you JoaquĆn
Hola - New Theme Telling you about "Hola" my new Ghost template. This past weekend I made this new theme for the blog. Based on the Ghost default theme "Casper".
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
creations Mongoose Orchestrator Mongoose is the probably the most popular MongoDB driver for NodeJS. The "populate" problem. You can't confuse a .populate with what would be a JOIN in relational database. Seems obvious but
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
coffeescript Stuff you might didn't know about CoffeeScript CoffeeScript is a language that is falling out in popularity these days. Of course, with the arrival of ES6 doesn't make a lot of sense, does it? Wow, that wasn't a good way
css CSS Backdrop Filter Webkit is introducing something that might be one of the most requested features since border-radius. backdrop-filter is the answer of the visual effect that Apple has incorporated their operating systems, and many of
javascript Meet Galeano Galeano, a tool for writers that focus on inspiration. Powered with markdown syntax highlighting and convert-to-HTML option.
Leaving Sophilabs Last week was my last at Sophilabs. There's nothing more to say that wish you all the very best!
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
Pixeles PXLS - ErrƔtico A big part of my life is being a musician, so it's a pleasure to share with you the last release of the band that I'm part of PXLS ("Pixeles", spanish
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
git Git-flow This post doesn't try to cover the basics of git-flow nor being a tutorial of how to use it. Instead it's an introduction to the subject and (maybe) a persuasion to use it.
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