GVGuillermo Veróninguivern.hashnode.dev·May 25, 2021 · 3 min readAre you a professional developer?According to Robert C. Martin, author of Clean Code: A Handbook of Agile Software Craftsmanship: Writing clean code is what you must do in order to call yourself a professional. There is no reasonable excuse for doing anything less than your best. ...01
GVGuillermo Veróninguivern.hashnode.dev·Apr 24, 2021 · 2 min readGit - How to fix a bad commitOh no, this commit is a mess! 🤦♂️ We all have a bad day sometimes. We can forget to include a file, leave some comments, or a merge didn't go as expected. Fortunately, Git has some commands to deal with these common situations and I want to show yo...01I
GVGuillermo Veróninguivern.hashnode.dev·Apr 1, 2021 · 2 min readVue JS - Differences between Computed and WatchWhen I started to code in Vue and had to react to changes, I always asked myself the same question: computed or watch? 🤔️. The both seem to do the same, right? However, a computed property may be better than a watcher in some cases or vice versa. Co...01K