Implementing push notifications on the front-end and back-end
A technical guide on implementing web push notifications using Service Workers and VAPID keys, covering both front-end and back-end setup.
A technical guide on implementing web push notifications using Service Workers and VAPID keys, covering both front-end and back-end setup.
A deep dive into the 68 initialization steps the CLR's Execution Engine performs before running any .NET code, from infrastructure setup to component startup.
A guide to updating the Windows Server 2012R2 image in Azure Stack using PowerShell and sysprep.
A guide on configuring Rollbar error monitoring for Celery workers in a Django application, explaining common integration pitfalls.
Explores optimizing Django ORM queries to avoid the N+1 problem when dealing with Postgres joins and complex model relationships in APIs.
A developer's recap of presenting the Gnocchi time-series database at the FOSDEM 2017 open-source conference in the Python devroom.
Introducing Duoload, a simple open-source tool for visually comparing the loading progression of two websites side-by-side.
Developer introduces iss-observer.com, a web app for ISS sighting notifications with weather filtering and performance insights.
Announcing a public lecture series honoring statistician Ross Ihaka, featuring talks on statistical computing, data visualization, and data journalism.
A guide to creating a custom Visual Studio Code extension for extracting and managing JavaScript annotations, covering setup and command integration.
Explores statistical scenarios where the bootstrap resampling method fails to provide accurate variance estimates or confidence intervals.
Argues that Shadow IT, often seen as a risk, can be a valuable incubator for digital transformation and agile practices within organizations.
Explains how to use Azure Application Insights telemetry processors to filter, sample, and enrich server-side telemetry data before it's sent to the backend.
A guide to creating a custom Ember service for managing a current user's data using JWT authentication with Ember Simple Auth.
A tech leader shares his core management philosophy: be a multiplier for your team and reduce friction to help engineers succeed.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
An open source maintainer discusses the meaning and impact of the phrase 'patches welcome,' contrasting dismissive uses with constructive contributor engagement.
A developer explains why C remains their favorite language, highlighting its simplicity, stability, and close mapping to hardware.
A tutorial on using .NET Core and Roslyn for basic code generation, demonstrating namespace replacement in C#.
A guide to synchronizing DHCP reservations across multiple non-clustered servers using PowerShell for reliable client addressing.