Al-Amin Islam

Al-Amin Islam @developeralamin

About: Software Developer

Location:
Dhaka,Bangladesh
Joined:
Apr 23, 2021

Al-Amin Islam
articles - 25 total

Software engineering

সফটওয়্যার ডেভেলপমেন্টে নতুন নতুন টেকনোলজি (React, Django, Flutter) আসবে-যাবে, কিন্তু কিছু মৌলিক...

Learn More 0 0Jan 23

Example of using Late Static Binding in PHP.

Introduction: Late Static Binding (LSB) is a feature in PHP that allows a child class to...

Learn More 1 3Jan 15

Understanding authentication and authorization in simple words

Suppose you want to enter a restricted area. You can't just enter there, you will definitely need a...

Learn More 1 0Nov 28 '24

What is the process to Sign In with Apple with laravel?

The Sign In with Apple Flow . How Sign In with Apple Works (Hint: it uses OAuth and OIDC) . Today I...

Learn More 16 2Sep 11 '24

Why you should never use $request->all() in Laravel

I know a lot of Laravel developer makes use of $request->all()when making a POST request in...

Learn More 0 0Sep 4 '24

Answer: Error "Your push would publish a private email address"

answer re: Error "Your push would publish...

Learn More 0 0Aug 21 '24

Laravel logging

To help you learn more about what's happening within your application, Laravel provides robust...

Learn More 0 0Jul 5 '24

Displaying Unescaped Data on laravel blade file

By default, Blade statements are automatically sent through PHP's htmlspecialchars function to...

Learn More 1 0May 27 '24

Redirecting to External Domains from Laravel

Sometimes you may need to redirect to a domain outside of your application. You may do so by calling...

Learn More 0 0May 27 '24

Deep Linking for Android and Apple in React.js

Today I will discuss about how to create Android & Apple Deeplinking. For...

Learn More 5 0Apr 1 '24

Deep Linking for Andriod and Apple in Next.js

Today I will discuss about how to create Android & Apple Deeplinking. For...

Learn More 13 0Mar 30 '24

How to use deep linking and Apple App Site Association with React.js

I have been looking far and wide and I can't seem to find any information about how to properly use...

Learn More 0 0Mar 28 '24

How to use deep linking and Apple App Site Association with React.js

0 I have been looking far and wide and I can't seem to find any information about how to properly...

Learn More 0 0Mar 28 '24

How Method Overloading Works in PHP

What is Method Overloading? Method overloading is a concept & process that allows you...

Learn More 5 3Mar 23 '24

Laravel Accessors and Mutators (Eloquent Steps 2 )

Accessors are used to format the attributes when you retrieve them from database. Whereas, Mutators...

Learn More 0 2Mar 23 '24

ডকার (Docker) কি | পর্ব – ১

ডকার হল একধরনের লিনাক্স কন্টেইনার টেকনোলজি । এর কাজ হল ডেভেলপমেন্ট এর জন্য আপনার অ্যাপ্লিকেশান লেয়ার...

Learn More 0 0Feb 29 '24

REST API

Principal of REST API Client এবং Server পৃথক REST Architecture এর প্রধান Principal হল Client এবং...

Learn More 2 0Jan 15 '24

How to auto format code on vscode

vs code #code-format I work with vue project that add a eslint file to define some rules....

Learn More 0 0Aug 14 '23

Laravel Tip ⚡️

If you're worried about what actual SQL queries will be executed by the “artisan migrate” command,...

Learn More 0 0Jul 28 '23

How to Upgrade Laravel 9 to Laravel 10 .

Laravel 10 is officially released Today I will show how to upgrade laravel 9 to laravel...

Learn More 2 0Feb 20 '23

6 git commands, you may not know.

TABLE OF CONTENTS 1) Updating the last commit message. 2) Blank Commit. 3) Checking the total...

Learn More 6 0Feb 20 '23

Easy way to Upload file use in Laravel File Storage.

When I started learning Laravel ,first time faced problem to Uploaded file. I used to Laravel package...

Learn More 2 0Feb 19 '23

How to use Laravel Telescope package?

Laravel Telescope makes a wonderful companion to your local Laravel development environment.Telescope...

Learn More 2 0Feb 18 '23

লারাভেল কাস্টম মিডিলওয়ার তৈরী

আমাদের অনেক প্রয়োজনে লারাভেলে কাস্টম মিডিলওয়ার তৈরি করার দরকার পরে। আমরা চাইলে কোনো থার্ডপার্টি...

Learn More 1 0Feb 15 '23

sslcommerze payment gateway total amount not show here.

In this problem static amount show.But when i use my ecommerce total amount with session but total...

Learn More 2 1Oct 10 '21