Let's talk about it. And record it.
A developer shares a list of their recent tech conference talks on topics like Kubernetes security, WebAssembly, and Docker.
A developer shares a list of their recent tech conference talks on topics like Kubernetes security, WebAssembly, and Docker.
A developer documents their journey of implementing a basic SMTP server in Go to receive emails from Gmail, covering DNS setup and firewall configuration.
Discusses the practical choices in setting up asymptotic models for statistics, using examples from clinical trials and big data.
Explores active learning strategies for selecting the most valuable data to label when working with a limited labeling budget in machine learning.
Explains how to use Go's io.TeeReader and io.MultiWriter to create T-shaped data pipelines for inspecting I/O streams without restructuring code.
Explains how to apply Bayesian thinking and probability to critically analyze news articles and identify underlying biases.
Explains the Decorator Pattern in C# using a cached repository example to add behavior dynamically without subclassing.
A technical guide exploring API protocols like REST, GraphQL, and RPC, with a practical walkthrough of building an RPC API using gRPC and Node.js.
A tutorial on building a REST API using Express.js and PostgreSQL, covering database integration and CRUD operations.
A tutorial on connecting a PostgreSQL database to an Express.js application using the Sequelize ORM.
Explores the difference between optional parameters and undefined types in TypeScript, with practical examples from React Query.
A critical analysis of Plaid's security model, arguing its credential collection widget undermines decades of online banking security best practices.
A summary of talks from a green-themed web performance meetup, focusing on how web developers can reduce their sites' environmental impact.
A guide to setting up a minimal static site build process using Sass, npm scripts, and tools like autoprefixer and Browsersync.
A guide to migrating from cglib to Byte Buddy for Java proxy creation, focusing on API differences and implementation for Java 17 compatibility.
A developer explains how a CSS transform-style rule broke nested links on their website and shares the debugging process and fix.
An expert invites questions about modern Java features, projects, and upcoming presentations at tech conferences.
A data leader shares advice on creating a vision and roadmap for a data team, including stakeholder engagement and problem evaluation.
A guide introducing gRPC for API development, comparing it to REST, GraphQL, and other protocols, and outlining a hands-on tutorial series.
A developer built a program that uses webcam emotion detection to send cat pictures to their phone when they're sad at the computer.