Object Detection Part 4: Fast Detection Models
Explores fast, one-stage object detection models like YOLO, SSD, and RetinaNet, comparing them to slower two-stage R-CNN models.
Explores fast, one-stage object detection models like YOLO, SSD, and RetinaNet, comparing them to slower two-stage R-CNN models.
A technical guide on migrating a static website from AWS S3 to Azure Storage Static Websites, including setup steps and a script.
A personal review of the author's favorite and most inspiring conference talks from 2018, covering topics like development and security.
A retrospective analysis of 2018 as a pivotal year where tech giants like Facebook and Google faced major scandals, public backlash, and declining trust.
A technical guide on adding a missing network driver to a Windows 10 Preinstallation Environment (WinPE) image to enable network connectivity during system installation.
A guide to enabling and managing Cross-Origin Resource Sharing (CORS) in Azure Cosmos DB using the PowerShell module.
First post in a series on preparing tech talks, focusing on finding your personal motivation for speaking.
Building SaaS app: Adding a Celery background task for web scraping a third-party service using Python, Django, and Beautiful Soup.
A guide to understanding and using bitwise operations and binary/hexadecimal number systems in JavaScript for programming tasks.
A tutorial on creating a Siri Shortcut to automate the generation of PWA icons and web app manifest files for iOS users.
Exploring the quicklink library for intelligent prefetching in Angular applications, comparing it to Guess.js and Gatsby's approaches.
Explains the Virtual DOM concept, its differences from the original DOM, and why it's used for performance in modern web development.
How to properly validate Azure AD tokens in a multitenant ASP.NET Core app using a custom issuer validator.
A tech professional reviews his 2018 goals, including building a cloud practice, learning Go/Python, creating courses, blogging, and speaking.
A developer shares their experience migrating a personal website from Jekyll to the Eleventy static site generator, exploring JavaScript-based tooling.
A tutorial on creating toast notifications in Blazor applications using only C#, HTML, and CSS, without JavaScript.
A guide to merging multiple Gradle projects and their Git histories into a single repository to simplify development workflows in a microservices architecture.
A technical deep dive into solving PostgreSQL disk space issues by optimizing a deduplication query, focusing on reducing sort key size.
A recap of key Progressive Web App (PWA) developments and milestones throughout 2018, including major browser and platform support.
A technical guide on securely using AWS SSM Parameter Store to manage and deploy Git SSH keys for automated processes like Lambda and Fargate.