Introduction: Why OAuth2 Matters In today's connected world, APIs are essential for modern applications. Whether you're building a mobile app, a single-page application, or connecting to third-party services, you need a secure way to authenticate users and protect your API endpoints. That's where OAuth2 comes in. It is the industry-standard protocol for authorization. When implementing... Continue Reading →
Hooked on React: Mastering the Art of Hooks
Have you ever been asked by a client to change a functional component into a class component where all the UI and business logic are the same but the only difference is that, that you need to add some state? If so, then most developers will sympathize. But now we don’t have to do that... Continue Reading →
Laravel AJAX Call
Hello friends,I hope you guys are doing good. Today's blog will be about Laravel's most common functionality we are using nowadays and finding trouble to make it work, so here I am to solve your problem with a simple example of an ajax call with a post method to pass the data and get the... Continue Reading →
Pandas in Python – Part 3
Hello, people out there, I hope you all are doing good. As part of our learning pandas series, today, we are going to learn about graphs and visualization of our data. The graphs are very useful when we work on presentations and explain our data to others, also non-technical people get better ideas when we... Continue Reading →
Pandas in Python – Part 2
Hello friendsI hope you guys are doing good. Today we will go a bit deeper into our panda's practice. If you have not yet check out the basics of Pandas, you can go with this link Pandas in Python - Part 1.In this blog, we will learn some basic computations which will help us in... Continue Reading →
Pandas in Python – Part 1
Hello Friends, I hope you guys are safe and doing great work. Today we are going to learn about a well-known library called Pandas. We have heard this word many times so let's first understand what Pandas is. Pandas is a Python library that is very useful for data analysis and visualizes a large amount of... Continue Reading →
TensorFlow JS a Hello World!
Hello Everyone, I hope you all are safe and doing well. Today we will have a look at TensorFlow js basic example. So let's dive into this. In this example, we will take the x value from the user and get the y value as an output. The calculation will be when x is 1... Continue Reading →
Python Data Types
I hope you guys are doing well and having fun while coding. Today we are going to learn Python data types. There are mainly six data types in Python. Today we will see them in detail. Numeric TypesSequence TypesMapping TypeSet TypesBoolean TypeBinary Types Numeric Types: Numeric data type includes integer, floating points and complex type... Continue Reading →
Play with Python list – part 2
Hello folks, I hope you all are healthy and safe at your home. As promised, I'm back with part 2 of the Python list blog. If you haven't read part - 1, you can read it from here 'Play with Python list - Part 1'. So, now let's dive into part 2 and learn some... Continue Reading →
CSS Naming Conventions
Hello Everyone!Hope you guys doing very well.I'm Happy Patel. I'm UI Developer and UI/UX designer having a 2 years of industry experience. Writing my first blog, hope you guys enjoy reading and get some fruitful information from it.So let's begin with the topic. Though it's my first blog I thought let's start from very basic... Continue Reading →
