Nicolus

Nicolus @nicolus

About: Hey, that's me !

Location:
Paris, France
Joined:
Sep 22, 2018

Nicolus
articles - 10 total

5 essential tools for Laravel development

Everyone loves a listicle right ? So here's one to give a shout out to my favorite tools for...

Learn More 1 0Aug 17 '24

Are PHP objects passed by reference ?

TL;DR : No. For the longest time I've considered that Objects were "passed by reference" in PHP, and...

Learn More 20 4Oct 8 '22

How to properly retrieve Laravel models between two dates

Let's say you have a blog with posts (or an ad board with listings, or travelers with trips... you...

Learn More 66 3Jun 5 '21

How the new 'One Of Many' Laravel relationship made my project 600 times faster

When a framework is as mature as Laravel, most new features tend to become subtle improvements, "nice...

Learn More 33 1May 21 '21

Laravel Fortify : Implement 2FA in a way that won't let users lock themselves out

The problem with Fortify and Two Factor Authentication Laravel Fortify is pretty awesome....

Learn More 53 9May 17 '21

Laravel Sanctum Explained : SPA Authentication

This is going to be a multi-part article about Laravel Sanctum (previously known as "Airlock"), the n...

Learn More 96 26May 24 '20

Closing a modal with the back button in Ionic 5 / Angular 9

I'm going to share this because it took me a couple hours of research and experimenting to achieve so...

Learn More 23 7May 17 '20

Sprint charts : Burn down or Burn up ?

So my team has been working with Scrum (or at least some scrum-inspired in-house methodology) for a f...

Learn More 14 3Jul 21 '19

What you should know about CORS

If you're anything like me, the first time you encountered CORS (or Cross-origin resource sharing), a...

Learn More 867 32Jul 14 '19

Getting Homestead to play nice with Hyper-V

Homestead is a fantastic tool for local development. It's basically a preconfig...

Learn More 9 4Feb 2 '19