R Programmers Earn More than Python Programmers
Analysis of 2019 Stack Overflow survey data comparing global and US salaries for R vs. Python programmers and data professionals.
Analysis of 2019 Stack Overflow survey data comparing global and US salaries for R vs. Python programmers and data professionals.
A tutorial on setting up a modern Single Page Application (SPA) and Progressive Web App (PWA) using Vue.js, Parcel, and Workbox.
Sourcehut now offers full, first-class support for Mercurial version control, matching its Git features, including CI and email-driven collaboration.
Developer updates on aerc2 email client progress, git-send-email.io tutorial, lists.sr.ht improvements, and Wayland work for Sway and Godot.
A tutorial on implementing social media cards (Open Graph and Twitter) for a website built with Vue.js and the Gridsome static site generator.
A guide to manually configure a Raspberry Pi to connect to the eduroam university WiFi network using wpa_supplicant.
Explains the concept of pure functions in functional programming, defining them by deterministic outputs and the absence of side effects.
A guide to building a TypeScript interpreter using the TypeScript Compiler API to parse and execute code programmatically.
A guide to creating effective GitHub README files, covering essential elements like clear descriptions, usage examples, and multimedia to showcase projects.
A guide to setting up a local OpenFaaS development environment using KinD (Kubernetes in Docker) for lightweight, containerized Kubernetes.
A CSS Grid tutorial on using pseudo-selectors to control the layout of leftover items (widows) in a grid, comparing it to flexbox solutions.
A guide to building a polite web crawler that respects robots.txt, manages crawl frequency, and avoids overloading servers, with an example in .NET.
Explores strategies and challenges for orchestrating micro-frontends, comparing client-side, server-side, and edge-side approaches.
A nostalgic defense of jQuery, discussing its historical importance in web development and why it remains relevant despite modern criticism.
Guide on configuring KSQL to connect to a secured Confluent Cloud Schema Registry, including Docker setup and error troubleshooting.
Analyzes different methods for calling assertions in PHPUnit, comparing their popularity and performance.
A conference talk exploring .NET memory management concepts, the Garbage Collector, hidden allocations, and profiling techniques.
A personal review of Microsoft To-Do, detailing its features like My Day and how it's used to manage both work and personal tasks.
Guide to enabling TLS 1.2 support in legacy .NET applications without recompilation, using configuration file updates.