django-planet

Blog: Matt Layman

web https://www.mattlayman.com/tags/django/
Author

Kamal - Building SaaS #200

Aug. 30, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we pulled out a new tool. We spent the session using Kamal, a tool to deploy web apps directly to servers. Kamal offers a complete tool set to get apps running on bare metal or cloud machines. We played with the tool to see how far we go to get an app deployed to a new server.

Read More

Kamal - Building SaaS #200

Aug. 30, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we pulled out a new tool. We spent the session using Kamal, a tool to deploy web apps directly to servers. Kamal offers a complete tool set to get apps running on bare metal or cloud machines. We played with the tool to see how far we go to get an app deployed to a new server.

Read More

Golang Middleware and DBs - Building SaaS #199

Aug. 23, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we talked about middleware, request context, and using databases.

Read More

Golang Middleware and DBs - Building SaaS #199

Aug. 23, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we talked about middleware, request context, and using databases.

Read More

More Go Standard Library - Building SaaS #198

Aug. 16, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we explored JSON serialization, Go template support, and embedding of static files for easy access.

Read More

More Go Standard Library - Building SaaS #198

Aug. 16, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we explored JSON serialization, Go template support, and embedding of static files for easy access.

Read More

Activation Email Job - Building SaaS #196

July 19, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we chatted about managing dependencies and the cost of maintenance. Then we got into some feature work and began building a job that will send users an email as reminder to activate their account shortly before it expires.

Read More

Activation Email Job - Building SaaS #196

July 19, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we chatted about managing dependencies and the cost of maintenance. Then we got into some feature work and began building a job that will send users an email as reminder to activate their account shortly before it expires.

Read More

Trial Banner Inclusion Tag - Building SaaS #195

July 12, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner into an inclusion template tag to make the tag work consistently.

Read More

Trial Banner Inclusion Tag - Building SaaS #195

July 12, 2024 » Django on Matt Layman » [Archived Version]

In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner into an inclusion template tag to make the tag work consistently.

Read More