Authored by Natalie Sagnoy

What is Authorization & Authentication, and their Best Practices

The availability of today’s applications via several networks and connection to the cloud increase their vulnerability to security threats and breaches, making security a crucial issue. There is increasing pressure...

ORM - Eloquent Relationships

The increasing complexity of SQL queries with the growing database size is a struggle for developers, especially when using object-oriented programming (OOP) languages where it is hard to align the...

What is Migrations

Laravel is an open-source PHP framework built to develop web applications that aim to make the development process easier for developers. It takes care of common services in a project...

What is a Pull Request, the Process, and Why

The use of pull request has been a standard in software development. Its biggest benefit is that it presents an opportunity for a code review which is a crucial process...

Docker - Introduction

In this article, we will tackle the basic concepts, terminologies and/or tools, and reasons why you should use Docker.

First things to do after switching OS - Windows to Ubuntu

Congrats on successfully installing Ubuntu! The installation was pretty easy, isn’t it? Well, not to rain on your parade, there are still a tad bit of things you need to...