atlas news
    
Matt Layman : youtube
16  octobre     15h24
Make Personal Dashboards with Python Shiny
   Conveying meaning using data, Dave will walk through the importance and key features of dashboards. He will also showcase a dashboard he made for a his classical guitar practice using Python Shiny, a tool for building "reactive data & AI apps in pure Python," according to their...
20  septembre     03h07
Python and AI Workflow with LangGraph
   I’m building an AI workflow using human-in-the-loop with LangGraph and Telegram My book is available for sale Check out Understand Django on Amazon (https: amzn.to 40FDZue). Code for this project is on https: github.com mblayman journal My Gear Audio-Technica ATR2100x-USB Microphone (my streaming...
14  août     15h09
Detecting Code Vulnerabilities Using Python with AI and LLMs
   Let’s take a look at how easy detecting vulnerabilities in code can be using the latest and greatest technologies, including scale challenges and costs. Presenter: Adrian Tilston Adrian is a former Green Beret who traded rifles for Python scripts. After 11 years in the Army and a spinal fusion that...
01  août     15h18
Python and AI workflow with LangGraph
   In this stream, I worked on a personal AI workflow that I’m building using LangGraph. I discussed human-in-the-loop and how to bring a person into the workflow process. My book is available for sale Check out Understand Django on Amazon (https: amzn.to 40FDZue). Code for this project is on https...
12  juin     15h56
Python AI Agents: Overview to Generative AI and Intro to Agents
   Glenn will start by providing an overview of Generative AI, a groundbreaking technology that enables machines to produce human-like text, images, and even code. This innovation is transforming various industries by automating tasks, enhancing creativity, and improving efficiency. Following this, he...
30  mai     03h16
Love2D Game Dev
   In this episode, I worked on the hard mode of my pong clone game. We tried to improve the CPU AI without much success, then found some simple alternatives to make a fun hard mode. My book is available for sale Check out Understand Django on Amazon (https: amzn.to 40FDZue). Code for this project is...
23  mai     15h10
Love2D Pong Clone
   In this episode, I worked on my pong clone some more. I made the game work in full screen mode (dealing with scaling) and started to add a menu system. My book is available for sale Check out Understand Django on Amazon (https: amzn.to 40FDZue). Code for this project is on https: github.com...
16  mai     15h18
Love2D Game Clone
   In this episode, I played more with Love2d. I tried to use Grok to add more features to my pong clone, then played with the particle system in Love2d. Note: my streaming software crashed after the first 12 minutes of streaming, so the start on this recording is a somewhat abrupt. My book is...
09  mai     15h22
Love2D Vibe Coding
   In this episode, I worked on some Love2D code and explored how to use AI tools within my Neovim configuration. Ultimately, I found that working with Grok directly proved to be more useful for my scenario than working with the xAI model through the avante plugin. My book is available for sale Check...
11  avril     04h01
Goodbye JourneyInbox - Building SaaS 218
   In this episode, I declared to the stream that I’m done working on JourneyInbox as a SaaS product. I didn’t see any meaningful market adoption, so I’ve decided to pivot the project to serve only my personal needs. I used the stream to do a retrospective on the project and then convert the core...
10  avril     14h39
PySpark 101: Introduction to Big Data with Spark
   Unlock the PySpark for Big Data. This is a beginner-friendly course designed to introduce you to Apache Spark, a fast and scalable distributed computing framework. This class covers the fundamentals of PySpark, including: Apache Spark Overview - Understand the core concepts and benefits of Spark...
21  mars     03h23
Onboarding Form and Template - Building SaaS 217
   In this episode, I updated my new onboarding form on the School Desk app. This form is vital for the first experience of new users, so I spent a lot of time making sure it will do what is needed. My book is available for sale Check out Understand Django on Amazon (https: amzn.to 40FDZue). Code for...
05  mars     14h31
C and .net Core - What They Offer
   If you want to know what C# and .net Core is as of 2025 and how open source it really is, or not. What it gets right, what it gets wrong, and an objective comparison to Java, Go, C , etc. we will give you a quick overview. C# and .net core offer many things that prior versions of .NET did not offer...
28  février     04h44
Email Reputation and Onboarding - Building SaaS 216
   In this episode, I did checking on the email reputation of my SaaS apps because I got feedback from a customer that my emails were going to spam. Along the way, we learned about DMARC as a capability to track and report on email compliance. After making some DNS changes to enable DMARC, I worked on...
14  février     04h59
Deployment Snafus and AI - Building SaaS 215
   In this episode, I finished up the sign in simplification feature for the homeschool app. I planned to do deploy it quickly and move onto the next thing, but we hit a comedy errors and challenges while trying to get Docker Desktop working again on my dev machine. On the stream, we also began to...