Anwar

Anwar @anwar_nairi

About: Fullstack developer @ Partoo

Joined:
Aug 13, 2018

Anwar
articles - 29 total

Mantis - new file log driver

Discover the newly released file-based log driver.

Learn More -4 0Dec 26 '24

Mantis, a web framework written in V

Learn how Mantis offers a unique take on building APIs and server-side rendered web apps.

Learn More 4 0Dec 21 '24

Make a web app installable in a breeze

Using the install modal web component by Store.app to encourage users to install you web app into their home screens.

Learn More 7 0Nov 13 '23

An app store for web apps

store.app is the next kid in town to find the best web app that suit your need!

Learn More 10 1Oct 22 '23

Should you use an enum column or a table to store allowed values in SQL?

When it comes to store a list of allowed values, SQL offers a column type which also comes with tradeoffs.

Learn More 19 1Oct 10 '23

Database or Business first approach for problem solving?

I react to an X post debating on the best way to find a solution.

Learn More 4 1Sep 26 '23

Reinforce the type safety of your PHP arrays

Arrays are not enforcing all items to be of the same type. With this technique, we can counter this issue.

Learn More 21 9Aug 13 '23

My routine to update my PHP packages

Let me show you how I update periodically my packages on a Laravel app.

Learn More 2 1Apr 20 '23

Rely on Laravel's Authorization as much as possible

Learn why sticking with Laravel Authorization features can help you ease the maintenance and evolution of your app.

Learn More 0 0Apr 13 '23

Demystifying tests in Laravel

A succint post to show you how easy it is to test a Laravel app.

Learn More 29 4Dec 10 '22

Integrate third-party services within Laravel

Implement any external API using Service Containers.

Learn More 35 1Nov 9 '22

You should not interrupt Laravel's exception handling

Discover a better way to handle errors to not miss any of them.

Learn More 23 2Oct 29 '22

Laravel commands and queue jobs: when to use them?

Taking case studies to understand which one is better suited for the situation.

Learn More 11 2May 26 '22

Introducting Lightship 0.1.0

Fast web page audit browser-less for PHP.

Learn More 6 0Apr 24 '22

Introducting command-builder

Create executable command strings using a fluent API in PHP.

Learn More 10 5Jan 20 '22

Do not expose database ids in your URLs

Learn how to harden

Learn More 61 5Aug 22 '21

Create responsive images with gulp-sharp-responsive

Use this Gulp plugin to produce optimized images for your web users.

Learn More 20 9Apr 18 '21

Design an easy to use and flexible REST API

If you have already built an application that uses a REST API, and you have been responsible for the...

Learn More 258 6Nov 30 '19

Keep your NPM dependencies up to date with npm-check

I like Node.JS ecosystem because it is full of amazing packages ready to be used to improve our produ...

Learn More 13 2Nov 13 '19

How do you compress mp4 videos?

Do you guys have a good online tool, command line tool or a Node.JS library to compress videos? I w...

Learn More 10 6Jul 13 '19

Is there any pattern for handling network error when sending requests?

Hi everyone, so cool to have you back here on Dev. Today I wanted to speak about something that I t...

Learn More 11 4Jun 20 '19

BrowserWorker - service workers made easy

I am explaining how to use my library to set up a service worker easily.

Learn More 40 0Jun 15 '19

Create an easy fuzzy/loose search with Laravel 5

I give you my tips to enable fuzzy (or loose) search.

Learn More 9 0Apr 20 '19

7 tips to stay productive with Laravel

Learn how I stay productive with Laravel.

Learn More 70 4Mar 16 '19

Reduce time complexity by indexing your arrays

Learn how to speed up your array search from O(n) to O(1).

Learn More 13 0Mar 9 '19

Make your builds quicker with Gulp 4

Learn how to parallelize your tasks with Gulp 4

Learn More 47 0Mar 2 '19

Speed up your web page loading with WebP

WebP becomes now widely supported by the browsers. It is time to support it on your next project too!

Learn More 54 7Feb 25 '19

Add unit tests on a project already in progress

I give you my advice to set up unit tests even on big apps

Learn More 85 22Jan 26 '19

Using API first and TDD for your next library

An smooth introduction to unit tests with this concept of making the api before writting some tests.

Learn More 57 2Dec 26 '18