Customer Requests - Building SaaS #88
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
A case study on automating Excel file creation and email distribution using Python's Pandas and Outlook integration.
A guide to documenting Python code using docstrings, covering Numpy style formatting and best practices for function documentation.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
A review of Python tools and libraries for visualizing and interactively exploring Pandas DataFrames, comparing them to Excel's graphical interface.
A beginner's guide to building web APIs with the FastAPI framework, covering setup, routing, and handling URL parameters and queries.
A technical guide on building a basic web server in Python using low-level socket programming and understanding network I/O.
A developer refactors the student enrollment flow in a Django SaaS application, removing old code and improving the user interface.
A developer shares their journey of building a simple chess engine from scratch, covering search trees, evaluation functions, and computational challenges.
A tutorial on setting up Semgrep for static code analysis using Docker, with practical examples for writing custom linting rules.
A professor outlines plans for a new undergraduate data management course covering data models, reproducible workflows, and tools like R, SAS, and Python.
A technical guide on building a YouTube-to-Twitter bot, focusing on moving channel data into a database and extracting recent video uploads.
A developer addresses customer feedback on a SaaS product, fixing bugs, improving print layouts, and enhancing the user onboarding flow.
Explains how to achieve reproducible and hermetic builds using Bazel, demonstrated with a Python Flask application.
A guide to implementing exhaustiveness checking in Python using Mypy to catch unhandled enum cases at 'compile time'.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
A developer shares their experience learning Python through Advent of Code puzzles and compares Python's ecosystem to Rust's documentation.
A technical guide on building a bot that tweets new YouTube videos, starting with fetching subscription data via the YouTube API.
A developer outlines a plan to build a Python bot that automatically clips and tweets new videos from subscribed Kenyan YouTube channels.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.