Using Document Properties to Track Your Excel Reports
A guide to embedding source notebook metadata in Excel reports using Python's pandas and xlsxwriter to simplify tracking and refreshing analyses.
A guide to embedding source notebook metadata in Excel reports using Python's pandas and xlsxwriter to simplify tracking and refreshing analyses.
Advice for engineering managers on making the leap to director, covering role definitions, promotion strategies, and mindset shifts.
Introducing gtExtras, an R package for creating beautiful, functional tables with opinionated themes and inline graphics.
A guide to building a cross-platform rich text editor for Apple's UIKit, AppKit, and SwiftUI, including open-source library insights.
A developer introduces Helios, a new capability-based microkernel written in Hare, detailing its design, current features, and future plans for a complete OS.
A tutorial on creating a GraphQL API server using Node.js and Express, covering schemas, queries, mutations, and resolvers.
Explains how high capacity utilization creates queues, hurting team performance, using a bagel shop analogy and software development simulations.
A hands-on exploration of PyTorch's new DataPipes for efficient data loading, comparing them to traditional Datasets and DataLoaders.
A hands-on exploration of PyTorch's new DataPipes for efficient data loading, comparing them to traditional Datasets and DataLoaders.
Explores the AbortController API in JavaScript, demonstrating how to cancel fetch requests and other operations using AbortSignal.
Explores the application of classic software design patterns, like the Factory pattern, to machine learning code and systems, using examples from PyTorch, Gensim, and Hugging Face.
A tutorial on setting up React Navigation v6 with TypeScript in a React Native app, covering stack and tab navigators.
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
Explains how to filter a SQL query's nested collection (ARRAY/MULTISET) by a specific value, using PostgreSQL and jOOQ examples.
A technical tutorial on implementing Apple's Live Text API using VisionKit's ImageAnalyzer and ImageAnalysisInteraction in iOS 16 apps.
Explains C# delegates, including Action, Func, Predicate, and lambda expressions, and how they are used to pass methods.
A developer shares his one-year journey building open-source data tools without funding, including stats, challenges, and future plans.
Explores methods for extending pre-trained language models to process visual information, focusing on four approaches for vision-language tasks.
Benchmark comparing performance of jOOQ's MULTISET emulation vs. other approaches for nesting to-many relationships in SQL queries.