Tiago Rangel de Sousa
Tiago's notes

Tiago's notes

Follow
homeWebsite
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

A simple guide to Brain.js

Apr 14, 20233 min read

Brain.js is a JavaScript library that allows you to create and train neural networks in the browser. With it, you can build predictive models, image...

A simple guide to Brain.js

Making a auth system in SECONDS with Authflow!

Mar 27, 20232 min read

REALLY EASY · Let's be honest, making secure authentication systems is HARD. Really hard. You need to think of security, compatibility, ease-of-use, and...

Making a auth system in SECONDS with Authflow!

5 Cool Javascript APIs you didn't know 🤯

Mar 16, 20233 min read

Hey there, coding enthusiasts! Are you tired of using the same old JavaScript APIs? Well, we've got some great news for you! We're here to introduce...

5 Cool Javascript APIs you didn't know 🤯

Introduction to PWAs (Progressive Web Apps)

Feb 25, 20232 min read

Progressive Web Apps (PWAs) are a new way of delivering web content that combines the best of both worlds - the ease of use of native apps and the...

Introduction to PWAs (Progressive Web Apps)

Getting started with graphQL subscriptions

Feb 15, 20232 min read

A lesser-known GraphQL feature. · GraphQL is a powerful and flexible query language for APIs that allows clients to specify exactly what data they need....

Getting started with graphQL subscriptions

How to implement lazy loading in your website

Feb 9, 20232 min read

As web applications grow larger and more complex, it's important to consider how to optimize the user experience for slow internet connections or...

How to implement lazy loading in your website