Web Development
Web Development
Getting Started with the JavaScript URL Object
If you’ve been a developer for some time you will have undoubtedly worked with URLs before. It’s funny and frustrating at the same time how such a simple thing as URL manipulation can become so messy and prone …
Web Development
7 Reasons Why TypeScript is Better Than Vanilla …
Before I used TypeScript on actual projects I used to think it was a waste of time. I thought it would cost a lot of effort to document a type on every variable and function and make custom types and …
Web Development
How to Use the FormData Object
The JavaScript FormData interface gives us a way to create an object of key-value pairs representing form fields and their values. It uses the same format a form would use if the encoding type were set to “multipart/form-data". …
Web Development