Laravel 8 Authentication using Jetstream with Livewire
What is Laravel Jetstream? Laravel Jetstream is a new application scaffolding for Laravel. It is simple authentication scaffolding but powerful to use. Laravel Jetstream replaces the legacy Laravel authentication UI available for previous Laravel versions. Jetstream gives you a better starting point for your new projects. It includes the following components: Login and registration functionality Email verification Two-factor […]
IoT in 2021
What is IoT The internet of things, or IoT, is a system of interrelated computing devices, mechanical and digital machines, objects, animals, or people that are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction. A “thing” in the internet of things can be a […]
SOLID Principles of Object Oriented Design
As I said in the previous article (Best Practices In Laravel You Should Know), today we discuss about SOLID Principles. In the process of software development, we always deal with the changes in requirements of features at the beginning or ongoing development process, even getting new feature add-ons after deployment. Therefore it is most important […]