ER

Eric McWinNEr

7
Articles

Content by Eric McWinNEr

7 articles found

Building a Fintech Product: Handful Security Tips (Part 1)
Uncategorized
9 min read

Building a Fintech Product: Handful Security Tips (Part 1)

This series is not exhaustive but represents a sample from research, personal experiences, and interviews with developers who have built financial systems. Some developers have to learn the hard way, and you don’t want to learn the hard way.

3/8/2024
The Difference Between self::, static:: and parent:: in PHP
Backend
8 min read

The Difference Between self::, static:: and parent:: in PHP

There are three such accessors that can be easily confused, and these are self::, static:: and parent:: in PHP. This article will describe these in detail to remove any ambiguity that might exist with these accessors.

8/2/2021
How to Mutate Eloquent Model Attributes

How to Mutate Eloquent Model Attributes

This article will explain the different ways to automatically manipulate and mutate eloquent model attributes while accessing or retrieving them.

7/26/2021
Laravel One to Many relationships with CRUD example
Laravel
8 min read

Laravel One to Many relationships with CRUD example

Laravel One-to-Many relationships are used to define situations where one entity in our database is related to many entities of the same type in our database.

12/30/2020
Laravel one to one relationship with example
Database
9 min read

Laravel one to one relationship with example

“Laravel eloquent one to one relationship with example”: A one-to-one relationship is a very basic, fundamental laravel eloquent relationship

12/3/2020
Complete Guide on Laravel Relationships
Laravel
13 min read

Complete Guide on Laravel Relationships

This article aimed at providing a complete guide on “Laravel relationships” and discuss different types of “Laravel relationships”, which one best suits your project, and how to query or manipulate the Laravel Models efficiently to increase performance.

11/21/2020

Follow Eric McWinNEr

Stay updated with Eric McWinNEr's latest articles and insights on backend development.