Let's Build a Go version of Laravel

Let's Build a Go version of Laravel
149.99 USD
Buy Now

Laravel is one of the most popular web web application frameworks in the PHPworld, and with good reason. It’s easy to use, well designed, and lets developers work on their applications without worrying about re-inventing the wheel every time they start a project. Go, often referred to as Golang, is one of the most popular programming languages in the world, and has been used to create systems at Netflix, American Express, and many other well known companies. It’s extremely fast, type safe, and designed from the ground up to be used on the web. This course is all about taking some of the most useful features found in Laravel, and implement similar functionality in Go. Since Go is compiled and type safe, web applications written in this language are typically much, much faster, and far less error prone that a similar application written in Laravel/PHP. The key features we’ll work on in this course include: Implementing an Object Relation Mapper (ORM) that is database agnostic, and offers much of the functionality found in Laravel’s Eloquent ORM.A fully functional Database Migration systemBuilding a fully featured user authentication system that can be installed with a single command, which includes:A password reset systemSession based authentication (for web based applications)Token based authentication (for APIs and systems built with front ends like React and Vue)A fully featured templating system (using both Go templates and Jet templates)A complete caching system that supports Redis and BadgerEasy session management, with cookie, database (MySQL and Postgres), Redis storesSimple response types for HTML, XML, JSON, and file downloadsForm validationJSONvalidationA complete mailing system which supports SMTPservers, and third party APIs including MailGun, SparkPost, and SendGridA command line application which allows for easy generation of emails, handlers, database modelsFinally, the command line application will allow us to create a ready-to-go web application by tying a single command: celeritas new The only requirements for this course are:A basic understanding of GoA basic understanding of SQLdatabasesA Windows, Mac, or Linux computerAn internet connectionDockerVisual Studio Code (or the IDE of your choice)