MNMegha Nandainmnand.hashnode.dev·Aug 28, 2022 · 2 min readTransformers, the better of neural networks?The transformer is a class of neural networks designed to process sequential data. As the name suggests, it ‘transforms’ input sequences into output sequences. This includes, but is not limited to speech recognition, language translation, and text-to...00
MNMegha Nandainmnand.hashnode.dev·Aug 28, 2022 · 4 min readBest JavaScript frameworks of 2022JavaScript is one of, if not the most widely used programming languages.The language holds this title owing to its, Simplicity Ease of setting up Speed Integrability with other languages Versatility With its popularity, it is no surprise that there...00
MNMegha Nandainmnand.hashnode.dev·Aug 27, 2022 · 2 min readJWT. What is it really?JWT is an open industry standard that shares information between two entities, typically a client and a server. JWT verifies whether the user that logged in during the authentication process has access to the server. Traditional methodology via Cooki...00