Building an Ollama-Powered GitHub Copilot Extension
A guide to building a GitHub Copilot extension powered by Ollama for local AI code assistance, using CodeLlama and Hono.js.
A guide to building a GitHub Copilot extension powered by Ollama for local AI code assistance, using CodeLlama and Hono.js.
AI will augment founders, enabling them to perform vast amounts of work without employees, fundamentally reshaping the economy and employment.
A tutorial on using Search Params (Query Params) in React Router 7 to manage and share application state via the URL.
A tutorial on using Descendant Routes in React Router 7 to manage routing for related components without nesting.
A tutorial on implementing Nested Routes in React Router 7 to create tabbed navigation and dynamic view updates.
A tutorial on implementing lazy loading and code splitting with React Router 7 to improve React application performance.
A tutorial on implementing user authentication in React Router 7, including protected routes and fake API integration.
A quick tutorial and code example for getting started with React Router 7, covering basic routing concepts.
A tutorial on how to perform redirects in React Router 7 using the Navigate component and the useNavigate hook.
A tutorial on implementing private/protected routes in React Router 7 to control user access based on authentication and authorization.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
An open source maintainer discusses the importance of open source software, its widespread use, and challenges like the Log4Shell vulnerability and the left-pad incident.
Puzzmo details a new dynamic layout algorithm for its homepage, prioritizing games based on user play history and content variety.
A developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
A guide on using GitHub Copilot Edits to make multi-file code changes directly from VS Code, including setup and iteration.
Argues that RAG system failures stem from data engineering issues like fragmented data and governance, not from model or vector database choices.
A technical guide on customizing the Astro Starlight documentation sidebar to dynamically show/hide content based on user authentication status.
A developer's review of Ghostty, a new terminal emulator, comparing it to Alacritty and discussing configuration for a minimal, productive setup.
A comprehensive guide to using the PowerShell Replace method for text manipulation, covering syntax, examples, and best practices.
Introducing an open-source Elixir project template to streamline setup with dev containers, CI, and best practices for faster development.