AWS re:Invent comes to London
A summary of key announcements and insights from the AWS re:Invent conference, as presented at a London event, focusing on AWS services and platform thinking.
A summary of key announcements and insights from the AWS re:Invent conference, as presented at a London event, focusing on AWS services and platform thinking.
A technical guide on building a Python asyncio benchmark tool to measure and compare the performance of different WebSocket servers and frameworks.
The author's IT blog wins 'Best Analysis' in the IT Blog Awards, thanking voters and highlighting other category winners.
Explores handling Out-of-Vocabulary (OOV) values in machine learning, using deep learning for dynamic data in recommender systems as an example.
A developer shares a technical solution for integrating Firebase with Gatsby, focusing on fixing a 'window' object error during the build process.
A detailed review of the book 'Reactive Programming in Spring 5', covering reactive streams, Reactor, WebFlux, and Spring's reactive ecosystem.
Explains Kubernetes Container Runtimes and the Container Runtime Interface (CRI), detailing how runtimes like containerd integrate with Kubernetes.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
A tutorial on migrating a React Firebase app from the Realtime Database to Cloud Firestore, highlighting the benefits and process.
Analyzes how Agile methodologies like Scrum can be applied to data science teams, highlighting effective practices and inherent challenges.
Analyzes security risks in npm package installation, highlighting the dangers of arbitrary code execution and advocating for cautious dependency management.
Explores optimal sampling design for logistic regression in case-control studies, analyzing Neyman allocation and two-phase sampling variances.
Explains why certain React APIs like React.memo are not Hooks, focusing on composition and debugging constraints.
A technical overview of the new .NET Cosmos DB SDK v3, covering setup, queries, and common pitfalls.
A step-by-step tutorial for installing and setting up MongoDB on Windows, including environmental variables and verification.
A guide offering practical TypeScript tips, including migrating React apps, using unknown vs. any, and non-null assertions.
Explains the difference between Python's __str__ and __repr__ methods with clear examples, focusing on human-readable vs. unambiguous output.
A developer details the typography and responsive design overhaul of their personal website, inspired by a book on practical typography.
A Haskell developer shares a solution for performing regex substitutions with Unicode, specifically for embedding YouTube links.
Introduces the 'Bug-O' notation, a metric for how API design affects debugging speed as a codebase grows.