How to promote your side project
Learn how to promote your side project with these tips. From preparing your project to sharing it with the community, discover the strategies to attract users and contributors.
Product engineer from Taiwan.
Learn how to promote your side project with these tips. From preparing your project to sharing it with the community, discover the strategies to attract users and contributors.
Learn why you might be overusing Vim's visual mode and how adopting a different mindset can help you use Vim more efficiently. Discover alternative commands and techniques that can save you keystrokes and boost your productivity in this insightful post.
Discover three powerful Vim commands for blazingly fast navigation between brackets in your code. Enhance your coding efficiency with %, [(, [{, ][, and [] for unmatched precision in large files and complex structures. Perfect for developers looking to streamline their workflow and boost productivity.
Learn how Tailwind CSS works under the hood by learning the concept of utility-first and how it extracts the class names from files.
Learn how to develop a Neovim plugin in Lua. Understand the structure of Neovim plugin, Lua module, and create a simple plugin.
Set up Next.js with Airbnb ESLint, Prettier, TypeScript, and Tailwind CSS for efficient development. A step-by-step guide for a seamless environment.
Learn how to build a modern Neovim configuration in Lua with options, mappings, autocmds, and plugins. Follow a structured approach to enhance your Neovim experience.
Master the art of efficient text navigation and editing in Vim with this comprehensive command workflow tutorial. Explore key commands and practical examples to enhance your productivity in Vim.
Master the essential Vim commands for efficient text editing. Learn Normal, Insert, and Command-line modes, navigation, editing, and more in this comprehensive Vim tutorial.