Releasing on a B2B SaaS environment
A developer discusses key considerations for releasing new features in a B2B SaaS environment, including logs, feature flags, and observability.
A developer discusses key considerations for releasing new features in a B2B SaaS environment, including logs, feature flags, and observability.
A software developer analyzes ChatGPT's impact on coding and language, arguing that human developers remain essential despite AI's puzzle-solving abilities.
A developer reflects on the psychological impact of maintaining a long GitHub commit streak, balancing productivity with unhealthy obsession.
A developer shares their top 10 favorite built-in PHP functions, highlighting useful and surprising capabilities of the language.
Hyperduck is a new app that uses iCloud to seamlessly send links and trigger shortcuts from iOS/visionOS devices to a Mac, even offline.
A software engineer reflects on the power of professional referrals and personal networks in securing tech roles and building teams.
An updated, comprehensive overview of the Transformer architecture and its many recent improvements, including detailed notation and attention mechanisms.
An educational guide explaining the GraphQL Type System, including scalar types, objects, interfaces, and unions.
A beginner's tutorial on building a basic TCP echo server using the SwiftNIO network framework for Swift developers.
A web developer argues against mocking beginners and explains the technical reasons behind a common HTML/JSX nesting issue.
Andy Bell updates his 'Build Excellent Websites' site with a talk video and source code, focusing on letting the browser control design.
Explains C# 'lowering' - how high-level syntax like foreach and async is transformed into simpler constructs by the compiler.
A guide to using Hugging Face Transformers library with examples for fine-tuning models like BERT and BART for NLP and computer vision tasks.
A developer reflects on abandoning Twitter for Mastodon after losing Tweetbot, praising Ivory as a replacement and the growth of the Mastodon community.
A developer's rant about Excel's frustrating limitations, including the 31-character worksheet name limit and unexpected numeric storage quirks.
A technical guide to building a WebSocket server from scratch in Node.js, covering the protocol handshake, message framing, and data masking.
An overview of key web development trends for 2023, focusing on the shift from client-side to server-side rendering with meta frameworks.
A developer shares their experience using ChatGPT for coding tasks, highlighting its strengths and limitations.
Explains key differences between ref() and reactive() in Vue 3 Composition API, including handling primitives, data access, and usage.
A developer shares the process and technical decisions behind redesigning their personal blog, focusing on CSS improvements and workflow.