Interpretable Machine Learning
A review and tutorial covering Christoph Molnar's book on Interpretable Machine Learning, with Python code examples for linear and logistic regression.
A review and tutorial covering Christoph Molnar's book on Interpretable Machine Learning, with Python code examples for linear and logistic regression.
Explains how to implement concurrent producer/consumer pipelines in .NET using System.Threading.Channels, with a practical example of generating Twitter card images.
A guide to the correct mental model for React's useEffect hook, explaining why the dependency array shouldn't be used as a conditional and how to avoid common pitfalls.
Explains what a CNAME record is in DNS, describing it as an alias that maps one domain name to another canonical domain.
A deep dive into debugging a rare .NET InvalidProgramException caused by faulty IL generation in Datadog's automated instrumentation.
Explains the Django admin interface, a built-in tool for managing application data, including setup and security tips.
Blog author returns after technical issues, now VP at AWS, and plans regular tech content updates.
Explains how to categorize and manage stable vs. volatile dependencies in front-end architecture for better design.
A guide on selecting colorblind-friendly bivariate color palettes for data visualization, with examples in R.
A GitHub Product Manager shares strategies for handling high volumes of GitHub notifications to stay focused and productive.
Learn how to properly credit co-authors in Git commits using the Co-authored-by trailer, supported by GitHub and GitLab.
A developer shares insights from her conference talk on migrating from Remark to MDX, highlighting the benefits of using React components in Markdown.
Explores Apple's improved OSLog framework in iOS 14/15, covering the new Swift Logger API, OSLogStore functionality, and best practices for efficient logging.
A guide on using the Terminal command `spctl` to verify if a macOS application has been notarized by Apple.
Notes from a course on building custom CLI tools using oclif and TypeScript, covering debugging, prompts, and scaffolding.
A guide on how to securely pass and use environment variables, like NPM tokens, within GitHub Actions workflows.
A tutorial on creating and using page templates in SharePoint to streamline content creation for posts and news articles.
A tutorial introducing RenderBlocks, a lightweight JavaScript library for building reactive UI components using a Vue-like constructor pattern.
An article exploring Preact, a lightweight React alternative, and its progressive ecosystem for building web applications.
Article discusses the 'expert beginner' trap in tech, where narrow success halts learning, and advocates for maintaining a beginner's mindset.