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…
3rd February 2020
FYI All the content of this post suits best for some edge cases, and the solution proposed here is probably not the more safe way to do it. Cross-site Scripting (XSS Attacks) Among all the web vulnerabilities, one of the most comm…
3rd February 2020
I've write a lot of Javascript through my short career, and one the many things that I have learned is that, bad code still works on Javascript. What I like about Javascript is how flexible it is, you can split your code into diff…