5 Linux Utilities to Improve Your Programming Workflow in 2022
A guide to five Linux command-line utilities (Mcfly, Cheat, Git Open, etc.) designed to boost programmer productivity and workflow in 2022.
A guide to five Linux command-line utilities (Mcfly, Cheat, Git Open, etc.) designed to boost programmer productivity and workflow in 2022.
A guide to compressing Lookup Tables (LUTs) using the KTX 2.0 texture format for faster web loading and GPU processing.
A developer recounts creating their first real app: a TI-83+ program to solve trigonometry homework, sparking a lifelong passion for programming.
An in-depth look at torchdata's internal architecture, focusing on datapipes and how they optimize data loading for PyTorch to improve GPU memory bandwidth.
A talk on modern CSS layout techniques, emphasizing flexibility and new features like Container Queries and :has().
A guide to creating and managing dialogs in Angular, covering simple implementations and lifecycle management approaches.
A technical guide demonstrating how to fetch hierarchical DTO projections in Spring Data JPA using jOOQ's MULTISET operator for type-safe queries.
A guide explaining the React hooks useMemo and useCallback, covering their purpose, use cases, and how they optimize performance.
A technical tutorial on web scraping and text analysis using R and ggplot2 to analyze descriptions of US Wilderness Areas.
Explains and resolves the 'Cannot resolve symbol VERSION_3_17' compilation error in jOOQ generated code due to version mismatches.
A tutorial explaining TypeScript Generics, starting with basic functions and progressing to abstract, reusable code.
A tutorial on using Sentence Transformers models with TensorFlow and Keras to create text embeddings for semantic search and similarity tasks.
A guide to using RAPIDS to accelerate ETL and data processing workflows within a KubeFlow environment by leveraging GPUs.
CSS container queries are now supported in modern browsers, enabling responsive component design based on parent container size instead of viewport.
Explores creating boundaries and compile-time safety for actions in The Composable Architecture (TCA) using protocols and custom linting rules.
A developer details their journey rewriting their personal blog's static site generator from Haskell/Hakyll to a custom Rust solution to improve speed and reduce dependencies.
A developer explores building a front-end only aircraft radar system using JavaScript, Web USB, and an RTL-SDR dongle to intercept ADS-B signals.
A case study on building powerctl, a Linux power management tool in the Hare programming language, focusing on setuid and group permissions.
A developer details performance improvements and new features in version 0.2 of Shotman, a GUI tool for managing screenshots on Wayland.
Explores how React Query and React Router 6.4's data fetching features (loaders/actions) complement each other for effective data management.