blog.codebycorey.comHow to Focus an Input Field with a Hotkey in ReactHave you ever wondered how to set a hotkey to focus an input field in your React application? Follow along to learn how. We'll even handle showing different hotkeys based on whether the user is on a Mac or Windows system. Implementation const SearchI...May 1, 2024路2 min read
blog.codebycorey.comWhy Neovim is My Text Editor of ChoiceAs a software engineer, choosing and understanding your text editor is important part of your work, as it impacts your productivity and workflow efficiency. It's like choosing the perfect tool for any trade - you need to know what tool to use and how...Apr 23, 2024路4 min read
blog.codebycorey.comWhat is a Design System and Why Is It Important for Software Engineering?Design systems are essential tools for software engineers as they provide a structured framework for maintaining consistency and coherence in product design. By offering clear guidelines and standards, design systems streamline the development proces...Apr 19, 2024路3 min read
blog.codebycorey.comReal-time Page Views with Next.js and SupabaseLet's Build our own real-time page view tracker using Next.js as the frontend framework and a Postgres database hosted by Supabase. One of the best ways to understand how your blog posts are performing is by tracking page views. You can begin to unde...Dec 31, 2020路9 min read
blog.codebycorey.comCreate a Dynamic Sitemap with Next.jsOne of the best ways to drive traffic to your website is to have strong Search Engine Optimization (SEO). You can provide search engines with all the URLs for your website using a Sitemap. This allows for easier indexing and more efficient crawling b...Dec 18, 2020路7 min read