Get faster GitHub search with Livegrep
A guide to setting up and using Livegrep, a fast, regex-based code search tool for large repositories, to improve GitHub search performance.
A guide to setting up and using Livegrep, a fast, regex-based code search tool for large repositories, to improve GitHub search performance.
Explores .NET Core startup hooks for injecting code at app launch, demonstrating pranks like inverting console output and modifying Array.Empty.
A package of 11 useful helper functions for Laravel developers, including string manipulation, validation, and utility helpers.
Explores the challenge of machine learning models recognizing 'unknown' inputs, using mushroom classification as an example.
A tutorial on creating custom IPython magic functions, starting with line magics for a Polish notation interpreter.
A look back at a 2018 PyData talk on end-to-end GPU data science workflows using OmniSci and RAPIDS, highlighting concepts still relevant today.
A long-time blogger explains his decision to migrate his content from Medium to his own self-hosted blog platform for greater control and ownership.
A guide to creating accessible web forms using proper HTML labeling techniques to ensure usability for keyboard and screen reader users.
Discusses proposals to limit JavaScript and other resources in browsers to improve web performance, comparing WebKit's idea to Chrome's Never-Slow Mode.
A developer shares his personal Git command line aliases and how to create them in Bash and Fish shell.
A technical exploration of Mean Squared Error, breaking it down into bias and variance to understand model performance and irreducible uncertainty.
A web developer reflects on seven years of blogging, sharing experiences, and announces a site migration to a static site generator.
A curated list of essential open-source libraries for Node.js development, including ExpressJS, AdonisJS, MomentJS, and graphics tools.
The article argues for simplicity in design and technology, using examples from film and web development to show how complexity often creates more problems.
A technical overview of the evolution of large-scale pre-trained language models like BERT, GPT, and T5, focusing on contextual embeddings and transfer learning in NLP.
The article details building an automated tool for processing and connecting data using Python and Django in a SaaS project.
Explores the concept of 'governance on demand' for open source projects, suggesting formal structures be established only when conflict arises.
A tutorial on creating a reusable Swift 5 class for picking images from the camera or photo library using UIImagePickerController.
A tutorial explaining React Component Composition with step-by-step examples, from JavaScript functions to React components.
Explains how to use Swift value types (structs, enums) to encapsulate domain data, logic, and business rules for cleaner, more testable, and concurrency-friendly code.