Sorting data with JavaScript can seem like a scary and daunting task. However, it’s actually a very easy thing to do! That’s exactly what I am going to show you in this tutorial!
Tag: Dev
JavaScript Password Generator
With everything being more and more connected to everything else these days, password security is so much more important than ever before. That’s why we are going to build a fairly simple JavaScript app that can generate a secure password for you without any effort!
Joke API in Nodejs
Using an API is easy with Nodejs. We will be getting a random DEV joke from an external API in this post. Keep reading to see how easy it is!
Discord Time Formatting Tokens
We all use Discord… like, all the time. We all have people from everywhere around the world in servers with us. Now, imagine you want to tell someone about an event going on at 3PM. What do you do? You say “Its starting at 3PM.” Seems okay right? Well, not quite… time zones can be quite tricky to remember and know what time it is where everyone lives!