On Coding with Claude
A developer's personal exploration and critique of using AI coding assistants like GitHub Copilot and Claude, examining their impact on the craft of programming.
A developer's personal exploration and critique of using AI coding assistants like GitHub Copilot and Claude, examining their impact on the craft of programming.
A quick guide to enabling case-insensitive file and folder autocomplete in the macOS Terminal by editing the .zshrc file.
A developer compares CSS autocomplete behavior in VSCode, Neovim plugins, and Sublime Text, arguing Sublime's handling of semicolons is superior.
A guide to creating a custom autocomplete source for nvim-cmp in Neovim, specifically for blogging tasks like tags and links.
A tutorial on creating a reusable, generic autocomplete component for Blazor applications, moving from a hardcoded solution to a flexible one.
A tutorial on building a custom autocomplete component for Blazor WebAssembly apps, including styling and live data fetching.
A technical guide explaining the Trie data structure, its implementation in C#, and its advantages for autocomplete and search operations.
The article discusses a drawback of JavaScript's ES2015 module import syntax regarding IDE autocomplete and compares it to Python's approach.
An introduction and guide to using the Blazored.Typeahead component, a flexible autocomplete library for Blazor applications.
A tutorial on replacing JHipster's default combo-box with an optimized PrimeNG auto-complete component in an Angular application.
Introducing downshift, a React library using render props to build flexible and accessible autocomplete/combobox components.
Introducing Awesomplete, a lightweight, dependency-free JavaScript library for creating customizable autocomplete widgets.
A guide to creating an ASP.NET MVC helper for integrating Twitter Bootstrap's Typeahead plugin for autocomplete functionality.
A tutorial on implementing lightweight autocomplete functionality in a Django web application using jQuery and Python.