17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Let's Build A Go Version Of Laravel
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Laravel is one of the most popular web web application frameworks in the PHP world, 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 system Building a fully featured user authentication system that can be installed with a single command, which includes: A password reset system Session 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 Badger Easy session management, with cookie, database (MySQL and Postgres), Redis stores Simple response types for HTML, XML, JSON, and file downloads Form validation JSON validation A complete mailing system which supports SMTP servers, and third party APIs including MailGun, SparkPost, and SendGrid A command line application which allows for easy generation of emails, handlers, database models Finally, the command line application will allow us to create a ready-to-go web application by tying a single command: celeritas new <myproject>
The only requirements for this course are:
A basic understanding of Go A basic understanding of SQL databases A Windows, Mac, or Linux computer An internet connection Docker Visual Studio Code (or the IDE of your choice)
Who this course is for:
Developers with some knowledge of Go, and Laravel developers who want faster, more scalable applications
Requirements
Some experience with Go, SQL, and HTML is essential
Last Updated 10/2021
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
47 B
.pad/1
33 B
.pad/10
31 B
.pad/2
20 B
.pad/3
76 B
.pad/4
64 B
.pad/5
28 B
.pad/6
4 B
.pad/7
53 B
.pad/8
3 B
.pad/9
42 B
TutsNode.com.txt
63 B
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/1. Introduction.mp4
139.5 MB
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/2. A bit about me.srt
1.6 KB
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/3. How to ask for help.srt
2.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/4. Install Go.srt
2.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/4.1 Go on go.dev.html
75 B
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/4.2 Go on golang.org.html
79 B
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/5. Install VS Code.srt
2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/5.1 VS Code.html
99 B
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/6. Install Make.srt
2.3 KB
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/6.1 Choclatey.html
90 B
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/6.2 GNU Make.html
102 B
[TutsNode.com] - Let's Build a Go version of Laravel/1. Introduction/6.3 Homebrew (for Mac).html
76 B
[TutsNode.com] - Let's Build a Go version of Laravel/10. Validation/1. Creating a validation package.srt
16.8 KB
[TutsNode.com] - Let's Build a Go version of Laravel/10. Validation/1.1 GoValidator.html
102 B
[TutsNode.com] - Let's Build a Go version of Laravel/13. Implementing a Redis cache/3. Completing the rest of the cache functions.srt
24.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/14. An Aside Redis sessions, CSRF, and disabling debugging info/2. CSRF Protection.mp4
106 MB
[TutsNode.com] - Let's Build a Go version of Laravel/14. An Aside Redis sessions, CSRF, and disabling debugging info/3.1 source.zip
287.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/15. Implementing a BadgerDB cache/1. Installing the necessary package and implementing necessary functions.mp4
143.4 MB
[TutsNode.com] - Let's Build a Go version of Laravel/15. Implementing a BadgerDB cache/3. Writing and running tests for our Badger cache.srt
12.8 KB
[TutsNode.com] - Let's Build a Go version of Laravel/15. Implementing a BadgerDB cache/5.1 source.zip
297.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/1.1 source.zip
298.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/2.2 Go Premailer (to inline CSS).html
101 B
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/5.3 Mailtrap.html
81 B
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/6.1 source.zip
307.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/7.1 source.zip
308.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/8. Testing mail.mp4
146.1 MB
[TutsNode.com] - Let's Build a Go version of Laravel/16. Sending Email/8. Testing mail.srt
34.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/1. Setting up models and middleware for remember me functionality.mp4
126.6 MB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/2.1 go-laravel-2120-remember-2.mp4
142.4 MB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/2.2 source.zip
325.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/4.2 source.zip
331.7 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/5.2 source.zip
332.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/6. Sending a password reset link via email.mp4
105.3 MB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/6.1 source.zip
335.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/7.1 source.zip
335.7 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/8.1 source.zip
337 KB
[TutsNode.com] - Let's Build a Go version of Laravel/17. Remember me & Password Resets/9.1 source.zip
345.8 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/1. Starting work on celeritas new in the CLI.srt
7.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/1.1 source.zip
345.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/10.1 source.zip
353.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/11. Running go mod tidy.srt
5.9 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/11.1 source.zip
353.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/13.1 bare.zip
375 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/13.2 source.zip
510.6 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/2. Sanitizing the project name.srt
4.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/2.1 source.zip
345.3 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/3.2 source.zip
347.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/4.1 bare.zip
173.9 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/6.1 source.zip
351.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/7.1 source.zip
351.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/8.1 source.zip
351.2 KB
[TutsNode.com] - Let's Build a Go version of Laravel/18. Implementing celeritas new myapp/9.1 source.zip
353 KB
[TutsNode.com] - Let's Build a Go version of Laravel/2. Getting Started with the Celeritas Module/1.1 source-code.zip
2.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/2. Getting Started with the Celeritas Module/2.1 Makefile.windows
514 B
[TutsNode.com] - Let's Build a Go version of Laravel/2. Getting Started with the Celeritas Module/2.2 Makefile.windows
533 B
[TutsNode.com] - Let's Build a Go version of Laravel/2. Getting Started with the Celeritas Module/5.1 dotenv_sample.txt
1.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/2. Getting Started with the Celeritas Module/5.2 godotenv on GitHub.html
93 B
[TutsNode.com] - Let's Build a Go version of Laravel/2. Getting Started with the Celeritas Module/8.1 source-code.zip
84.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/1. Implementing a page renderer in the Celeritas package (for Go templates).srt
17.7 KB
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/1.1 source-code.zip
86.3 KB
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/2.1 home.page.tmpl
1.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/2.2 images.zip
150.3 KB
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/3. Cleaning up Celeritas.srt
1.9 KB
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/4.1 CloudyKitjet on GitHub.html
93 B
[TutsNode.com] - Let's Build a Go version of Laravel/3. Rendering Pages/6.1 base.jet
1.1 KB
[TutsNode.com] - Let's Build a Go version of Laravel/4. Testing/2.1 Makefile.original
372 B
[TutsNode.com] - Let's Build a Go version of Laravel/5. Sessions/2. Choosing and Installing a session package.mp4
101.8 MB
[TutsNode.com] - Let's Build a Go version of Laravel/5. Sessions/5. Reading data from the session and passing it to the Jet template.srt
3.8 KB
[TutsNode.com] - Let's Build a Go version of Laravel/6. Installing MariaDB, Postgres, and Redis using Docker/1.1 Docker for Mac.html
105 B
[TutsNode.com] - Let's Build a Go version of Laravel/6. Installing MariaDB, Postgres, and Redis using Docker/1.2 Docker for Ubuntu.html
107 B
[TutsNode.com] - Let's Build a Go version of Laravel/6. Installing MariaDB, Postgres, and Redis using Docker/1.3 Docker for Windows.html
109 B
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/10. Creating a login page and handler.srt
14.8 KB
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/11. Creating the post handler for logging in.mp4
119.3 MB
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.mp4
129.5 MB
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.srt
34 KB
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/12.1 auth_tables.sql
1.8 KB
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/5.2 users.sql
1.3 KB
[TutsNode.com] - Let's Build a Go version of Laravel/7. Adding support for Postgres to Celeritas/6. Additional database functions for the User type.srt
21.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/8. Testing Models/4. Continuing to write integration tests.mp4
106.7 MB
[TutsNode.com] - Let's Build a Go version of Laravel/8. Testing Models/5. Finishing up our integration tests.mp4
172.4 MB
[TutsNode.com] - Let's Build a Go version of Laravel/8. Testing Models/5. Finishing up our integration tests.srt
38.5 KB
[TutsNode.com] - Let's Build a Go version of Laravel/9. Starting work on the Celeritas Command Line application/10.1 source.zip
248.4 KB
[TutsNode.com] - Let's Build a Go version of Laravel/9. Starting work on the Celeritas Command Line application/16.1 mysql_session.sql
237 B
[TutsNode.com] - Let's Build a Go version of Laravel/9. Starting work on the Celeritas Command Line application/16.2 postgres_session.sql
233 B
[TutsNode.com] - Let's Build a Go version of Laravel/9. Starting work on the Celeritas Command Line application/4.1 migration.postgres.down.sql
25 B
[TutsNode.com] - Let's Build a Go version of Laravel/9. Starting work on the Celeritas Command Line application/5.1 source.zip