Lakshmi Narasimman V Profile picture
Founding Machine Learning Engineer @LandeedInc
Aug 10, 2022 • 8 tweets • 2 min read
JWT: Everything you need to know about in one thread!

JWT or JSON Web Token is a great way to securely transmit data between two parties.

Here's a quick breakdown of each component of a JWT token: 🧵 šŸ‘‡ Here's an example JWT token:

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Let's understand and decode each encoded string in the above token!
Aug 9, 2022 • 6 tweets • 2 min read
.@Docker and #Kubernetes: Making Development and Deployments Easier!

There is a lot of confusion surrounding Docker and Kubernetes. Many people are unsure of what they are and how they work.

Here is a short explanation of them:

Thread below 🧵 šŸ‘‡ What are Docker and Kubernetes?

The short answer is that Docker and Kubernetes can help make development and deployments much faster and easier.
Jun 9, 2022 • 8 tweets • 1 min read
The Transformer: A machine learning model that will change the game.

Thread 🧵 1. What is a Transformer?

A Transformer is a machine learning model that is capable of learning long-term dependencies in data. It was first proposed in the paper "Attention is All You Need" by Google Brain researchers Ashish Vaswani, Noam Shazeer, and Niki Parmar.
Jun 8, 2022 • 8 tweets • 2 min read
Open source licenses are a key part of the success of the open-source movement, providing the legal framework for collaboration and innovation.

In this thread, we'll take a look at the top 4 most popular open-source licenses and explore their key features:

Thread - 🧵 1. GNU General Public License (GPL):

The GNU General Public License (GPL) is the most well-known open source license. It's a copyleft license, meaning that any derivative work must be licensed under the same terms.
Jun 8, 2022 • 8 tweets • 2 min read
API security is critical to ensuring the safety of your data and your users.

Here are 5 tips to help you secure your API:

Thread 🧵 1. Use HTTPS for all communications to and from your API. This will help to ensure that data is encrypted and safe from eavesdroppers.
Jun 7, 2022 • 8 tweets • 1 min read
Are you a programmer looking for love?

Here are 5 useful tips on how to get a girlfriend or boyfriend as a programmer: 🧵 1. Get involved in the programming community. There are many events and online forums where you can meet other programmers.
Jun 4, 2022 • 12 tweets • 1 min read
How to Code 10x Faster and Efficiently:

Here are 10 Useful Tips and Tricks: 🧵 1. Use a code editor that has auto-complete and syntax highlighting features to help you write code faster.
Jun 4, 2022 • 8 tweets • 1 min read
If you're a developer, there are many ways to make your first penny online. Here are a few options: 🧵 1. Sell your services on sites like Fiverr or Upwork.
Jun 4, 2022 • 8 tweets • 2 min read
Data structures and algorithms are the foundation of computer science. If you want to be a master programmer, you need to understand them inside and out.

Here are 5 Tips on How to Master Data Structures and Algorithms:

Thread 🧵 1. The first step to mastering data structures and algorithms is to understand what they are and how they work.
Jun 4, 2022 • 9 tweets • 1 min read
How to Optimize Your Code?

Do you want to write better code? Here are 7 quick tips to help you optimize your code.

By following these tips, you can improve the quality of your code and make it more efficient. 🧵 1. Make sure your code is well organized and easy to read.
Jun 3, 2022 • 7 tweets • 1 min read
Here are 5 tips to become better at programming: Thread 🧵 1. Get a solid understanding of the basics. You can start with python or JavaScript if you are a beginner. You can't go wrong with The C Programming Language because it teaches some in-depth concepts about Object-oriented programming.
Jun 2, 2022 • 7 tweets • 1 min read
This thread is generated by an AI(OpenAI) on 5 Tips To Improve Your Programming Skills:šŸ§µšŸ‘‡

Subscribe to my Weekly Newsletter to learn how I did it and how you can build it as well. 1. Read code from other developers. This will help you understand how others approach problem solving and can give you new ideas for your own code.