Jun 25, 2019Member-onlyMake documentation with React Styleguidist and Next.jsOne of the first tasks that I had in my actual job was to integrate a documentation platform for our components/good practices, etc. We’re using Next.js and my first insight was Styleguidist. I had struggles to make it work, but at the end was easier than I thought So, in…Java Script3 min read
Mar 6, 2019Google Domains + Gatsby + Github Pages + HTTPSIn this post I’m gonna show you how to deploy your Gatsby app to Github pages, publishing on Google Domains and have HTTPS. Buying the domain First of all we need to buy our domain at https://domains.google After that you will have a screen like this with all your domains. …Github5 min read
Nov 7, 2018PSQL event triggers with Node.js (Listen / Notify)The other day I needed to send data to Google Analytics when a new row was added on a table in the database. After approaching different solutions I finally wrote a Node.js (with Koa.js) bot that listens to notifications on the database and send it to GA. First of all…Nodejs3 min read
Published in JavaScript in Plain English·Apr 19, 2018Member-onlyBuilding a Node app that uploads data to Google DriveMaking use of Koa.js to upload JSON data to Google Drive — The goal of this post is to make a Koa.js app that uploads a JSON file to our Google Drive, this is how we’re gonna achieve that: We’ll send a POST request to /create with any JSON in the body and the app will create a JSON file and it…Java Script5 min read
Feb 7, 2018Member-onlyMaking a Web Component Analysis a practical exampleSo you probably have heard about this thing called components, Angular, React, Vue, Polymer, everyone is doing it. Components are basically legos, small pieces of software that can be assembled into an app. …Java Script3 min read
Nov 1, 2017Caring about your peopleThis friend and I used to work at the same company and we went out because the same problem: the lack of caring about people. We both started at low positions and we began to climb, but as we did we saw the same problems, they didn’t care about us…Life2 min read
Oct 12, 2017Member-onlySome advices to young developersA lot of young people out there are getting their first jobs as developers, I’m a 21 y.o. Frontend Developer, and I want to share some experiences that I had for the past year working in a serious business. You’re not at school any more There’re deadlines. You’re part of a team, if you fail the…Life Lessons2 min read
Oct 9, 2017Member-onlyThe Vue architecture that worked for me. (in small and large apps)Hi, I want to share with you the way that I’ve been working on Vue.js. Some of the practices that have worked for me, this can actually fit on a lot of frameworks (some parts), like React.js, Polymer or Angular. 1.- Components 1.1.- Make a Component, not a swiss knife Visual components…Java Script5 min read