Juan Manuel Allo Ron
GitHub
Twitter
All Blog Posts
Check the latest posts
Weekly Digest #3: Understanding Javascript Internals
Apr 5, 2020
In this weekly digest I want to focus on resources that have helped me learn Javascript inner workings. In order to master any coding language it is necessary to understand how it works.
Creating gifs from the OSX terminal in 2 easy steps
Mar 31, 2020
I like sharing quick demos to all the stakeholders as soon as I start developing something new. I find that sharing soon helps to get early feedback and make sure that everyone’s requirements…
Weekly Digest #2: Latest web open source releases
Mar 29, 2020
Latest releases on the web. Storybook 5.3 , ts 3.8 and 3.9 beta, nextjs 9.3, babeljs 7.9 (in prep for 8.0), prettier 2.0, git 2.26 and react-router v6 alpha.
Dependency Graph for Javascript Projects
Mar 24, 2020
I was reading this Javascript development setup post by Eric Elliot, when I stumbled upon a super cool NPM package to generate dependency graphs. The name is dependency-cruiser.
Weekly Digest #1
Mar 22, 2020
Best practices on JavaScript modularity: when to use named exports, how to group code and what to avoid. Check JavaScript Module Best Practices.
Partial Application made easy with ES6
Nov 12, 2018
In this post I will present a quick example on how ES6 can improve readability and help build code that is easier to maintain. Also, I will be exploring partial application, a nice technique to keep in your developer toolbox.
Javascript as Promised
Nov 15, 2017
Promises have been there for a while now, officially released in ES6 but already being supported by most browsers before that and/or polyfiled by libraries
Callbacks in Javascript
Nov 15, 2017
Quick recap on what a JS callback is and the common problems around using them
CSS Flexbox guide
Apr 6, 2017
Flexbox helps to solve some of the major problems when working with CSS. Here is a cheatsheet that provides a glance of everything you can do with it.
Free UX Design Books
Jan 2, 2017
I just came across with a link to some O’Reilly UX design books. They are free and look very promising. I am starting to read Experience Design!!
Customer Journey Framework
Sep 13, 2016
In the age of the customer and the increased market for selling experiences rather than sole services, it is really important to understand the journey users will follow.
Micro-interactions
Nov 30, 2015
“Great microinteractions design requires understanding the people who use the product, what they are trying to accomplish, and steps they need to take.” Microinteractions by Dan Saffer (O’Reilly)
← Newer Posts
Older Posts →
@2023 Juan Manuel Allo Ron. All Rights reserved