AI Tools for app makers
Podcast episode discussing AI tools for developers, including chatbots for code generation, problem-solving, and navigating obscure technologies.
Podcast episode discussing AI tools for developers, including chatbots for code generation, problem-solving, and navigating obscure technologies.
Explores Tempest PHP framework's 'unfair advantage' of starting fresh, questioning established patterns like Laravel facades, and embracing modern PHP features.
A casual podcast discussing CSS Masonry syntax proposals and the iterative design process in architecture, drawing parallels to software development.
A deep dive into how the .NET muxer (dotnet.exe) locates and loads the hostfxr library, exploring .NET runtime internals.
A tutorial on using SQL with Apache Iceberg tables in the Dremio data lakehouse platform, covering setup and core operations.
Explains the List-Unsubscribe-Post email header for one-click unsubscribes, its RFC specification, and implementation tips for compliance.
A guide to essential Docker commands for developers, covering image management, container operations, and workflow optimization.
Explores a practical approach to applied research in software development, using the Ohm parser generator as a case study for creating useful, publishable systems.
fast.ai announces a new 'AI-first' course, 'How To Solve It With Code,' and its integration into Answer.AI, focusing on Dialog Engineering for collaborative coding.
A tutorial on implementing the State design pattern in Godot game development to manage complex game states like player actions.
A developer announces a redesigned personal website, explaining the new focus on content and the move to a new hosting platform.
How to use Kubernetes Vertical Pod Autoscaler (VPA) in advisory mode to get resource recommendations for your pods.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
The author argues Rust needs a 'defer' keyword for safe resource cleanup, using a detailed FFI memory management example to illustrate the pain points.
A guide on using Kamal 2 to deploy web apps with Docker, covering features like zero-downtime deploys and migrating from Heroku to DigitalOcean.
Explores Postgres's MemoryContexts by building an HTTP server inside a Postgres extension to understand memory allocation.
A tutorial on creating a Microsoft Copilot declarative agent that calls an authenticated API using FastAPI, OpenAPI, and bearer tokens.
A guide to using Vertical Pod Autoscaling (VPA) on GKE Autopilot to automatically adjust container CPU and memory requests based on usage.
A developer compares CSS autocomplete behavior in VSCode, Neovim plugins, and Sublime Text, arguing Sublime's handling of semicolons is superior.
A technical guide on integrating Rails ActionMailbox with an existing Postfix email server using aliases and curl commands for email processing.