330× faster: Four different ways to speed up your code
A guide to speeding up Python code using four practices: efficiency, compilation, parallelism, and process, achieving a 330x speedup.
A guide to speeding up Python code using four practices: efficiency, compilation, parallelism, and process, achieving a 330x speedup.
An overview of Generative AI and an introduction to building AI agents using Python and the LangGraph library.
Key takeaways from Simon Willison's podcast interview on software architecture, plugins, and effectively using LLMs in development.
Learn how to load large JSON files into Pydantic models using memory-efficient techniques like ijson and dataclasses.
A course teaching how to code Large Language Models (LLMs) from scratch to deeply understand their inner workings and fundamentals.
The author stops developing JourneyInbox as a SaaS product due to low market adoption and pivots it for personal use.
A beginner-friendly introduction to using PySpark for big data processing with Apache Spark, covering the fundamentals.
#Python #DjangoOnboarding Form and Template - Building SaaS #217NotesIn this episode, I updated my new onboarding form on the School Desk app. This fo
A developer discusses fixing email reputation issues with DMARC and simplifying the user onboarding flow for a SaaS application.
A developer recounts deployment challenges with Docker and begins exploring AI frameworks with Ollama for a SaaS project.
A guide to using the Ray library for easy parallel processing and distributed computing in Python applications.
Improving the signup and onboarding experience for a SaaS application by removing passwords and using email-based authentication.
The author completes a simplified signup process with account verification for their JourneyInbox app in this coding episode.
Learn how to use Python's BytesIO efficiently to avoid memory duplication with getbuffer() and getvalue() methods.
Strategies to speed up Python dependency installation with pip, including caching, bytecode compilation, and using the uv tool.
A developer continues building a SaaS app with Python & Django, focusing on a magic link email system for user signup.
A developer continues simplifying a SaaS signup process by adding a background task to send magic link emails for user authentication.
Learn how to use your test suite to identify and catch memory leaks in your software, with examples using pytest.
A developer shares their process of optimizing SQLite database configuration for their SaaS application after migrating from Postgres.
A developer documents migrating a SaaS app to DigitalOcean using Kamal, detailing network issues and Docker setup.