Zubair Mohsin

Zubair Mohsin @zubairmohsin33

About: Full Stack Laravel Developer

Location:
Lahore, Pakistan
Joined:
Mar 4, 2019

Zubair Mohsin
articles - 46 total

Why Laravel requires `ramsey/uuid` package?

From the About section on GitHub of ramsey/uuid package: A PHP library for generating universally u...

Learn More 10 1May 2 '21

Why Laravel requires `psr/container` package?

From the About section of psr/container package on GitHub: This repository holds all interfaces rel...

Learn More 14 0Apr 17 '21

How closures are serialized in Laravel using `opis/closure` package

From the About section of opis/closure package on GitHub: Serialize closures (anonymous functions)...

Learn More 6 0Apr 3 '21

How date and time work in Laravel using `nesbot/carbon` package

From the About section of nesbot/carbon package on GitHub: A simple PHP API extension for DateTime....

Learn More 8 0Mar 29 '21

How Logging works in Laravel using `monolog/monolog` package

From the GitHub About section of monolog package: Sends your logs to files, sockets, inboxes, dat...

Learn More 8 0Mar 25 '21

How Laravel uses `league/flysystem` package to create robust Filesystem

From the About section on GitHub of league/flysystem package: Flysystem is a file storage library...

Learn More 18 0Mar 20 '21

Laracon Online 2021 talks Twitter thread links

I had the chance to live-tweet about all Laracon Online 2021 talks. Now these can be harder to find i...

Learn More 10 0Mar 18 '21

How markdown emails work in Laravel using `league/commonmark` package

From the About section of league/commonmark package: Highly-extensible PHP Markdown parser which...

Learn More 5 0Mar 17 '21

How email validation works in Laravel using `egulias/email-validation` package'

It’s obvious from the name of this package that it helps with email address validation. It helps us m...

Learn More 7 0Mar 14 '21

How Laravel uses dragonmantank/cron-expression package in Task Scheduling

From the About section of dragonmantank/cron-expression package on GitHub: CRON for PHP: Calculate...

Learn More 8 0Mar 10 '21

How Laravel uses `doctrine/inflector` package

doctrine/inflector is a small library which helps in uppercase/lowercase and singular/plural based ma...

Learn More 6 0Mar 9 '21

Exploring service discovery attribute in Shopify CarrierService API

Overview According to Shopify docs, a Carrier Service is: A carrier service (also known...

Learn More 5 3Jan 11 '21

Black Friday Deals for React Developers

I was looking for React.js learning resources which are on sale this Black Friday ( 2020 ) and the on...

Learn More 6 3Nov 23 '20

Building a Shopify App - Day4

Alrighty, kicking off day 4 of my side project with nothing but positive vibes 🙌🏼 Initial T...

Learn More 15 3Nov 17 '20

Building a Shopify App - Day3

Alrighty, let's kick off Day 3 of the side project. Few thoughts I want to focus on the...

Learn More 11 4Nov 14 '20

Return JavaScript from Laravel controller method

If you want to return some JavaScript code from your Laravel controller method, you can do so just by...

Learn More 8 1Nov 13 '20

Building a Shopify App - Day2

Alright, let's kick off Day 2 of the side project. Few Thoughts I have decided to keep i...

Learn More 9 0Nov 13 '20

Building a Shopify App - Day1

Disclaimer: This is not a tutorial This is just me trying to log/document my journey of building a...

Learn More 14 3Nov 12 '20

What are/were your go-to resources for learning TypeScript?

Cover image generated via blogcover.

Learn More 42 25Sep 14 '20

Laravel and Inertia with React and TypeScript

Create a fresh Laravel project. laravel new inertia-typescript Back-End Let's set...

Learn More 60 7Sep 11 '20

Laravel Jetstream: First Look

What is Laravel Jetstream? It is a brand new Scaffolding package for your Laravel 8 projec...

Learn More 62 12Aug 29 '20

Laravel 8 Goodies - Part 1

Laravel 8 is the upcoming new version which will probably be released on September 8th, 2020. Taylor...

Learn More 28 3Aug 28 '20

Which printer would you recommend?

Usage will be mostly printing black & white paper and ~1000 pages per day. 🖨️ Suggestions?🤔 On...

Learn More 1 1Aug 25 '20

What are/were your go-to resources for learning Django and Django REST Framework?

A post by Zubair Mohsin

Learn More 9 8Aug 18 '20

Explain Tensorflow like I am Five

A post by Zubair Mohsin

Learn More 21 1Jul 18 '20

How do you deal with Money in PHP?

What's your take on dealing with money in PHP? Use third party package like MoneyPHP? Use decimal o...

Learn More 6 2Jun 23 '20

Passing request data as XML in Laravel Http Client

If you don't know about Laravel Http client yet, give it a read in the official documentation here....

Learn More 17 5Jun 3 '20

Tracking link click from SMS, or any link!

How do you track a "link click" from an SMS? It's pretty simple 🤷🏻‍♂️ Shorten your "actual link" ✂️...

Learn More 1 0Apr 21 '20

Laravel 7: Functions in Blade Components

With Laravel 7 Blade Components, you can invoke public functions in view file of Component. Let's loo...

Learn More 27 1Mar 8 '20

New migration methods in Laravel 7

id() Up to Laravel 6, we used to put the id column on tables in our migrations like below:...

Learn More 22 4Mar 5 '20