atlas news
    
Matt Layman : youtube
28  mars     03h40
Start Polishing - Building SaaS with Python and Django #187
   In this episode, we attacked the issue list. JourneyInbox is live and serving user and now it’s time to start polishing and building the full set of features. There are so many easy targets to fix that we focused on a few clear improvements to user experience and the user interface. My book is...
21  mars     04h27
Post-launch Punchlist - Building SaaS with Python and Django #186
   In this episode, we had a bunch of issues to resolve post launch. I set the code that causes trials to expire, made updates to who receives prompt emails, and added some polish to the sign up process and interface to make it clear what will happen in the flow. After those modifications, we worked...
08  mars     16h21
Do It Live - Building SaaS with Python and Django #185
   In this episode, we deployed all our user setup and Stripe configuration change to the live site and tested the new flows end to end. Along the way, we found a bug in djstripe as well as some final bugs in the JourneyInbox configuration that prevented things from working. This is why you test ...
07  mars     16h34
Final Pre-live Features - Building SaaS with Python and Django #184
   In this episode, we completed the final features needed to get the site open for others to sign up. This included some dynamic limiting of the number of people allowed to sign up. We also had to add the template styling for the login page. This is part of a mega long hour stream where I got...
22  février     04h53
Finish Stripe Integration - Building SaaS with Python and Django #183
   In this episode, we completed the Stripe integration. I added all the necessary test code, incorporated the webhook for handling account activation, and wrote the view that Stripe needed to redirect to on successful signup. My book is available for sale Check out Understand Django on Amazon ...
15  février     21h48
Algorithmic Art with Python
   NOTE: The audio is a bit low. I did my best to boost the volume. Sorry for not dialing this in better during recording. In this talk we rsquo;re going to start from nothing and build out our own tools for making art in Python, no AI needed We rsquo;ll show how Python rsquo;s expressiveness allows...
08  février     04h53
Stripe Checkout - Building SaaS with Python and Django #182
   In this episode, we did work to get the Stripe checkout session going. We set up Stripe Product and Price objects to get the subscription plan ready and got the Stripe checkout session working mostly end to end My book is available for sale Check out Understand Django on Amazon https: amzn.to...
25  janvier     05h58
Payments Gateway - Building SaaS with Python and Django#181
   In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way because of djstripe’s new preference for putting the Stripe keys into the database exclusively. ...
18  janvier     04h37
Design and Stripe - Building SaaS with Python and Django #180
   In this episode, I started with a plan to work on Stripe checkout, but realized that I needed to come up with a better plan and also improve the base template of the app. We ended up doing more design work than working with Stripe, but we ended the stream with a solid plan of what to do next. My...
04  janvier     04h36
Legal and Stripe - Building SaaS with Python and Django #179
   In this episode, we took care of the legal obligations of the site by setting up Terms of Service and a Privacy Policy page. Then we moved on to the next portion of signup, which is to configure Stripe to create customers and prepare, ultimately, to accept subscription payments. My book is...
21  décembre     16h39
Sign Up - Building SaaS with Python and Django #178
   In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool. : Introduction My...
11  décembre     15h00
Tailwind CSS on Python and Heroku - Building SaaS
   Tailwind CSS is a fantastic tool for making CSS easy to use on your webapps. On the video, I added Tailwind CSS to my Django app and showed how to use it and deploy it to Heroku which required some extra configuration for JavaScript support . My book is available for sale Check out Understand...
09  décembre     16h12
WhiteNoise For Static Files - Building SaaS
   This video is all about adding the popular WhiteNoise package into my Django app to serve static files e.g., CSS, JavaScript, and images directly from the app. I walk through the process from start to finish and deploy it live to show how things work. My book is available for sale Check out...
07  décembre     04h38
Operations, WhiteNoise, and Tailwind - Building SaaS with Python and Django #177
   In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS. : ...
03  décembre     11h58
Saturday stream explorer
   I was looking for new thing to do to improve my stream. This is mostly me goofing off. : Improving stream setup and testing stream deck for easier online access. : Exploring new content ideas for shorter, more consumable videos on YouTube. : Streamlabs instant replay feature for gamers...