The mathematics of COVID vaccines
A personal exploration of how the AstraZeneca viral vector COVID-19 vaccine works, detailing the mechanism and the author's questions.
A personal exploration of how the AstraZeneca viral vector COVID-19 vaccine works, detailing the mechanism and the author's questions.
A product manager discusses five essential skills for product and leadership roles: SQL, Excel, clear communication, storytelling, and prioritization.
Explores practical processes for building trust and ensuring ethics in AI development, focusing on transparency, bias, and security.
Explains Azure Resource Locks, their types (CanNotDelete/ReadOnly), and how to apply them via the Azure Portal to prevent accidental deletion or modification.
Explores multi-tenant Elasticsearch/OpenSearch isolation models, comparing one index per tenant vs. document-level security with performance tests.
A developer argues that cryptocurrency has caused widespread abuse of free CI services and damaged trust in the software industry.
A senior software engineer shares practical tips for succeeding in a new job, focusing on kindness, work attitude, and code quality.
Explores case-sensitivity handling in Aurora PostgreSQL, comparing native collations with the CITEXT extension for case-insensitive operations.
A tutorial on building a web server with the Fastify framework and using the Liquid templating language for dynamic HTML generation.
Final part of a series on optimizing AWS Lambda cold starts for ASP.NET, covering advanced techniques like burst CPU usage and pre-JIT compilation.
A tutorial on integrating Sass into a Blazor web project using npm scripts, without requiring complex build tools like gulp or webpack.
An interview with AI researcher Joelle Pineau discussing her work in reinforcement learning, its applications, and advice for newcomers to the field.
A signal-boosted article explaining the philosophy and commitment behind Lichess, a free and open-source online chess platform.
A talk on creating web maps using Django and its GeoDjango module, covering geographic data storage and queries from simple to complex setups.
A beginner's guide to writing unit tests for React components using Jest and React Testing Library, covering core concepts and practical examples.
Explores the design and implementation of a self-hosting parser for a new systems programming language, detailing the evolution from a yacc-based prototype.
Author shares the experience of receiving a physical copy of their upcoming book on cryptocurrencies, discussing image quality and publishing details.
A live coding session discussing Cypress for E2E testing, covering its components, test anatomy, and custom commands.
A guide to various methods for conditional rendering in React components, including if/else, ternary operators, and switch statements.
A comprehensive 2021 guide covering React functional components, hooks, state management, project generators, and best practices.