4 posts in total

Docker

Kubernetes in Microsoft Azure, Google Cloud, and Amazon Web Services.

Learn how to launch Kubernetes in Microsoft Azure, Google Cloud, and Amazon Web Services in this article by Russ McKendrick. An experienced system administrator who has been working in IT and related industries for over 25 years, and Scott Gallagher, a Microsoft, Linux, Docker, a ...

Laravel Restful API using Docker in three steps (Part III)

In this post series we will see how to build a Laravel Restful application. In addition we will see the basic functionalities of Resources, a pretty easy way to create JSON files. This post was inspired by the book: Hands-On Full Stack Web Development with Angular 6 and Laravel ...

Laravel Restful API using Docker in three steps (Part II)

In this post we will see how to use the Eloquent ORM relationships between Models and Tinker to queries some data from database. This post was inspired by the book: Hands-On Full Stack Web Development with Angular 6 and Laravel 5, from Fernando Monteiro, released on July/2018 by ...

Laravel Restful API using Docker in three steps (Part I)

In this post series we will see how to build a Laravel Restful application. In addition we will see the basic functionalities of Eloquent ORM, tinker db queries and some relationships between Models. This post was inspired by the book: Hands-On Full Stack Web Development with An ...