Write better Javascript, EP 1: Conditionals
Write better Javascript, EP 1: Conditionals This is the first “episode” of one of many series I intend to write occasionally if my personal time allows me to. This first one tries to encourage developers to write more readable...
How to select the next TextInput after pressing the “next” keyboard button
See code on Github Navigating between text fields using the keyboard is very convenient to improve the user experience in your apps. As more and more apps offer this kind of experience, it’s essential that you optimize your app...
De Código, Café y Cervezas 10 – Technical Debt
Heriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten otro episodio De código, Café y Cervezas con temas de tecnología, desarrollo de software, entrevistas, y eventos. Tema central:...
8 Tips For Bootstrap
In this post, I’m going to give you some quick tips while you work with bootstrap.
React coding tips
React coding tips I started working with React a couple of months ago. So far it has been really fun but equally as difficult. This is because I was so used to angular and I was trying to do things the angular way. This caused me to...