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 guide on configuring Rollbar error monitoring for Celery workers in a Django application, explaining common integration pitfalls.
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.
A guide to creating a custom Visual Studio Code extension for extracting and managing JavaScript annotations, covering setup and command integration.
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.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
A freelance web developer shares their 2017 goals, focusing on community involvement, learning new tech, and improving work-life balance.
A technical guide on using CSS custom properties to manage responsive state changes, like a collapsible menu, without duplicating breakpoint logic.
Argues that deep understanding of software abstractions is not necessary for effective use, challenging a common belief in tech.
A guide on publishing Angular libraries to npm, covering platform independence, bundling, and AOT compilation.
A guide for web developers on evaluating and responsibly adopting new web platform features, covering benefits, browser support, and implementation strategies.
A case study on using Angular for a production educational app, covering tech stack decisions, TypeScript benefits, and lessons learned.
An introduction to two essential Python packaging tools: tox for testing and twine for secure PyPI uploads.
A technical guide to implementing 'Show More' and 'Read More' text truncation patterns on the web using JavaScript and CSS.
A guide on how to sideload extra model resources in a single API request using Django REST Framework and the DRF JSON API extension.
Explains the word2vec algorithm and the famous 'king - man + woman = queen' analogy using vector arithmetic and word co-occurrences.
A technical guide on using Microsoft's ClrMD library to inspect and analyze the .NET managed heap, including memory structures and debugging techniques.
A guide on integrating Rollbar, an error monitoring service, into an Ember.js application to track and fix bugs.