Mar 20, 2021My working spaces over the last 7 yearsWarning: this article can be quite boring for you. I really wrote it just for the sake of nostalgia and fun. I started working as a Software Engineer in 2014. Since then, I’ve worked for companies in 4 different countries, sometimes in an office and sometimes remotely, either from my…Working16 min readWorking16 min read
Published inITNEXT·Nov 20, 2020Member-onlyLessons learned from managing a Kubernetes cluster for side projectsAs of November 2020, I’ve spent almost a year managing a very small Kubernetes cluster to deploy some things: My website at https://armand1m.dev My own URL shortener at https://go.d1m.dev Telegram and Slack bots. Mumble Server Spinnaker Drone CI Other experiments I build from time to time In a nutshell: I’m…Kubernetes6 min readKubernetes6 min read
Published inITNEXT·Jun 18, 2019Member-onlyAn alternative to Google Geocoder API (in Node.js)Yesterday I started writing a few web scrapers in Node.js to gather some data for a personal project of mine (wait for it). One of the things I had to deal, is how to convert addresses to geolocation (latitude and longitude, basically.) So I started doing what we do best…JavaScript3 min readJavaScript3 min read
Jun 13, 2019Why micro frontends might not work for you.Micro frontends are a hot topic currently. Everyone is talking about it. People are curious about how to implement it, what are the pros and cons and so on. You might be tempted to start implementing your own architecture. You might look at a…Microservices4 min readMicroservices4 min read
Published inFirebase Developers·Feb 21, 2019Member-onlyHow to setup Firebase Authentication with React in 5 minutes (maybe 10)— Note! This article is also available in: Vietnamese: https://viblo.asia/p/cai-dat-firebase-authenticantion-bang-react-trong-5-phut-naQZRpe05vx Korean: https://aspdotnet.tistory.com/2268 Arabic: https://raw3h.net/page/how-to-setup-firebase-authentication-with-react-in-5-minutes-maybe-10-d76763/ Many thanks to the translators ❤ — Hey you! Nice to see you around! I wanted to write down a simple guide for getting Authentication done with Firebase and React quickly.JavaScript4 min readJavaScript4 min read
Published inTravix Engineering·May 30, 2018Member-onlyUsing recompose HOC’s to get better performance in forms using Formik and YupI’m currently creating an application from scratch using create-react-app . The application has a single form with validation in the fields. For form state control and validation, I am using formik together with yup schemas. This is the stateless code for this form: As you see, it receives an errors…JavaScript3 min readJavaScript3 min read