Utility: Convert SVG path to all-relative or all-absolute commands
A developer's tool for converting SVG path commands between all-relative and all-absolute formats, with a focus on easier path manipulation.
A developer's tool for converting SVG path commands between all-relative and all-absolute formats, with a focus on easier path manipulation.
Explains the index INCLUDE clause in SQL databases, covering its purpose, how it works with B-tree indexes, and when to use it for performance.
A father shares his experience teaching his 6-year-old son to code using Pygame Zero, explaining why he chose a real programming language over Scratch.
An analysis of user-created Sankey diagrams from Reddit, visualizing personal Tinder match data and dating outcomes.
A speaker's reflections on PyTexas 2019, summarizing key talks on feature flag management and using mypy with ORMs.
A technical walkthrough of completing the account deactivation workflow in a Django SaaS app, including Stripe cancellation.
A tutorial on setting up a modern Single Page Application (SPA) and Progressive Web App (PWA) using Vue.js, Parcel, and Workbox.
Explores strategies and challenges for orchestrating micro-frontends, comparing client-side, server-side, and edge-side approaches.
A conference talk exploring .NET memory management concepts, the Garbage Collector, hidden allocations, and profiling techniques.
Explores different micro-frontends architecture implementations, including Spotify, IKEA, and OpenComponents, before introducing DAZN's approach.
An architect's journey designing a micro-frontends system at DAZN to achieve speed, scalability, and code quality by applying microservices principles to the frontend.
Explains how to create and use XAML Markup Extensions to simplify setting custom icons in UWP/WinUI applications.
Stack Overflow's co-founder Joel Spolsky announces he is stepping down as CEO and moving to Chairman of the Board, reflecting on the company's growth.
Overview of new developer features in Java 12, including Switch Expressions (preview) and new String methods like indent and transform.
Learn how to navigate files in Vim instantly using fuzzy finders, moving beyond traditional file trees for greater speed in large projects.
Step-by-step guide to setting up a MySQL database instance on Oracle Cloud and connecting to it using MySQL Workbench.
An introduction to Python testing using pytest, covering the basics and providing resources from a Python Frederick talk.
Two tech talks from ConFoo Montreal: one on application request throttling strategies and another on the microservices architecture of JetBrains Rider IDE.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.
An introduction to graph theory using examples from Facebook, Game of Thrones, and social relationships to explain network concepts.