Experiments with the ICML 2020 Peer-Review Process
Analyzes three experiments on the ICML 2020 peer-review process, focusing on resubmission bias, discussion effects, and reviewer recruiting.
Analyzes three experiments on the ICML 2020 peer-review process, focusing on resubmission bias, discussion effects, and reviewer recruiting.
A guide to testing Bash scripts using the Bach testing framework, covering installation, writing test cases, and mocking commands.
Learn 5 best practices for writing clean, maintainable, and readable JavaScript variables, focusing on const/let, scope, and naming.
Learn how to implement React Context API for global state management in Next.js applications without external libraries.
A developer documents their step-by-step process for setting up a new MacBook Pro for work, including OS upgrades, essential apps, and command-line tools.
A tutorial on using R to calculate inverse probability weights for causal inference with both binary and continuous treatment variables.
A tutorial on automating the sync of Office 365 calendar events to JetBrains Space using Microsoft Graph API and Space SDK.
AWS Lambda now supports deploying functions as container images, enabling custom runtimes, larger packages, and familiar Docker workflows.
A guide to adding OAuth2 authentication to a Meetup API custom connector for Azure Logic Apps after API changes.
Explores designing a Modular Monolith architecture using domain-centric principles, focusing on high modularity and encapsulation.
Explores six lesser-known JavaScript object types: Maps, Sets, Symbols, Generators, Reflect, and Proxy, with usage examples.
A technical guide on testing Preact/React Portals using Testing Library, based on real-world implementation challenges in a Rails app.
A video tutorial on building a static blog site using the Swift Publish framework and deploying it via Netlify's CDN and continuous deployment.
Lea Verou's candidacy statement for the W3C TAG election, outlining her goals to improve web standards and platform technologies.
A guide to understanding and mitigating Docker Hub's rate limits on image pulls, especially in Kubernetes and CI/CD environments.
Explains how to implement a custom Angular preloading strategy to lazy-load modules based on user roles, improving performance and user experience.
A developer shares techniques for preventing unwanted browser caching of static site assets, including file hashing with Eleventy and Parcel.
Explains why Google Fonts no longer offers caching performance benefits due to browser cache partitioning, advocating for self-hosting fonts.
A developer builds a custom cryptocurrency payment processor using Elixir and Phoenix for a Bitcoin Cash hackathon, aiming to sell an e-book.
Explores why software becomes complex over time, focusing on the additive nature of feature requests and the lack of a strong constituency for simplicity.