Data Science From Scratch: Second Edition
Announcing the second edition of 'Data Science from Scratch', updated for Python 3 with cleaner code, type hints, and a new deep learning chapter.
Announcing the second edition of 'Data Science from Scratch', updated for Python 3 with cleaner code, type hints, and a new deep learning chapter.
A guide to installing, integrating, and configuring SwiftLint to enforce Swift coding styles and conventions in your Xcode projects.
A webcast demonstrating an email-based workflow for reviewing patches in git and Mercurial, focusing on the maintainer's perspective.
Explains methods to embed and run MongoDB shell scripts within larger Bash scripts for automation tasks like replica-set setup and data population.
Explores the trade-offs of dynamic imports in Angular, highlighting tooling challenges and benefits of static analysis for build optimization.
A developer explains the mindset and methodology behind debugging by walking through a real-world fix for the Twitch desktop client.
Author shares experience and rationale for taking the Microsoft AZ-900 Azure Fundamentals exam, emphasizing its value for developers and IT professionals.
An overview of PHP's evolution in 2019, highlighting performance gains, new features, and modern development practices.
A guide to creating a basic Maven plugin from scratch, covering dependencies, annotations, and a simple example.
A look at the current state and future predictions for test automation, including trends like multi-layer testing and self-healing tools.
A technical guide on resolving Flow and SQL connection deployment issues when migrating PowerApps applications across environments (DEV, QA, UAT, PROD).
A workaround technique for exploding arrays in ksqlDB using manual indexing, simulating EXPLODE/UNNEST functionality.
Learn how to prevent secrets like SSH keys and API tokens from being leaked into your final Docker images using multi-stage builds and secrets management.
Explains the role of Kafka Connect converters, demonstrating that JSON source data doesn't automatically become structured messages.
A developer's monthly update on learning Vue.js, project ideas, and passive income growth from a keto-focused web app.
A delegate's analysis of Rubrik's Cloud Field Day 5 presentation, focusing on their Polaris platform and its potential beyond ransomware detection.
An update on Blazor Bites tutorials and a roundup of Blazor announcements and sessions from Microsoft Build 2019.
Explains how to manage large-scale NetCDF weather data in AWS S3 using Hypotheticubes for easier academic and research analysis.
A guide to creating accessible web forms, covering proper HTML semantics, labeling techniques, and avoiding common accessibility pitfalls.
A tutorial on deploying serverless Azure Functions using Pulumi's callback syntax, simplifying infrastructure and code deployment.