Mastering Laravel Passport Authentication

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 →

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 →

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 →

Laravel Cronjob and Queue: Make your task Automate

Hello folks,I hope you are doing well. Today am writing this blog because of my past hustle, which I had in my current project. I was working on a project which requires to make email automation but, the Cronjob was not enough. Yes, it was a bit difficult so, I just, Googled it but could... Continue Reading →

Redirection of the site from HTTPS to HTTP

Hey guys, I know its a very long time break but now I am back with this amazing blog, at least for me. 😀 So these days I was working on a project and after completing it I need to upload it on AWS's EC2 to make this available for everyone. So I created the... Continue Reading →

How to perform code optimization

How to perform code optimization Before directly jump into how to perform code optimization let’s understand what is code optimization. What is code optimization?             For understanding code optimization let's first understand the meaning of optimization, optimization means to make things more usable, more effective. Code optimization is to write a code that uses less memory,... Continue Reading →

Let’s do some testing!

Hello people, Hope you are doing awesome stuff in your area. I am back with another cool blog...! I know it's only cool for me but its ok, Right...! I am learning anyway... So today's blog as the title suggest, its about the testing...Hey developer, where are you going? Wait and read it, It will... Continue Reading →

Laravel : Country – State – City Dropdown with AJAX

Many people have struggle with this topic and they can not get the output and some also complains that they get empty dropdown, so here I am writing my second post on medium and sharing my self tried code snippet with html-javascript file, controller file and route file. So let's begin… First we need a... Continue Reading →

Create a website or blog at WordPress.com

Up ↑