Your dream stack
22nd April 2021Imagine the perfect client came along, with deadlines without pressure, budget even for grill meetings and with all the desire to do things right: what would you use to create their app?…
Imagine the perfect client came along, with deadlines without pressure, budget even for grill meetings and with all the desire to do things right: what would you use to create their app?…
We all as a developers know the importance of the tag element, without it, we wouldn't have a way to receive any input from the user. There are a lot of types [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#%3Ci…
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 co…
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 dif…