22nd December 2020
The first thing I have to say about the book is that it is huge and, coming from someone with a physical book, it is kind of uncomfortable to even read it but, coming from a book called Code Complete, it is kind of expected. Setti…
21st October 2020
We all as a developers know the importance of the <input /> tag element, without it, we wouldn't have a way to receive any input from the user. There are a lot of types that we can use on an input element, and each one, chan…
6th October 2020
IntroductionIn Mexico, michelada.io is known for working hard to get really great products using Ruby and Ruby on Rails, although we work on different technologies such as JavaScript and Python. This post looks at how to speed up…
14th September 2020
When we talk about developing a front end application with ReactJS, we can find three main options: CRA: focuses on building single-page web applications but has difficulties with SEO positioning. Gatsby: focuses on static site…
17th August 2020
Is understanding regular expressions difficult to you? It usually happens to me and, for such reason, I decided to read and reread information about this topic. I wrote down some notes which I think will be enough to work with the…