Creating Cute GitHub Badges Based Off a Project's Mood (Node.js)
A developer builds a Node.js API that generates GitHub badges showing a project's 'mood' based on the average time of day commits are made.
A developer builds a Node.js API that generates GitHub badges showing a project's 'mood' based on the average time of day commits are made.
Extending a Lisp compiler to generate LLVM IR instead of x86 assembly, covering IR basics, function definitions, and backend architecture.
A guide to optimizing Django dashboard performance using SQL grouping sets for advanced aggregation, including a cautionary note.
Ink is a React renderer for building command-line interfaces (CLIs), bringing React components and hooks to terminal applications.
A guide to overcoming common objections and convincing a web development team to adopt CSS Grid Layout, focusing on browser support and workflow.
A deep dive into the React useEffect Hook, explaining its mental model and how to correctly use it to avoid common pitfalls.
A web developer discusses the challenge of tracking client requests and explores using Trello for non-project task management.
A technical guide demonstrating how to use the HTTPie command-line tool to produce and consume messages via the Confluent Kafka REST Proxy.
Learn to implement the k-Nearest Neighbors algorithm in PHP to predict air quality using public data and the php-ml library.
A guide explaining three methods to download .ipa files from the App Store, covering legal, semi-legal, and jailbreak approaches.
Using Azure Cognitive Services and Logic Apps to automatically tag and enrich images stored in SharePoint with metadata.
A guide to creating effective performance budgets for web development, focusing on concrete metrics and team integration.
A technical guide on calculating landscape metrics in R using spatial data and buffers around sampling points for ecological analysis.
A guide to parsing Markdown with syntax highlighting using GitHub's API and Primer CSS, avoiding complex setup with a simple PHP package.
A guide explaining three methods to download APK files from the Google Play Store, including manual and automated approaches.
Analysis of a Chrome/Windows exploit chain, explaining why Windows 10 mitigations make it harder to exploit than on Windows 7.
This article explains how to add feature flags to a Django SaaS project using the Django Waffle library to control user access to new features.
A detailed guide explaining how to use the JavaScript Array Map method for transforming array elements without modifying the original array.
A case study on building a production ML system to predict patient hospitalization costs for Southeast Asia's largest healthcare group.
A frontend developer shares their personal CSS reset preferences, detailing eight categories of custom styles used alongside Normalize.css.