RSSAmplifier

Blog

Max Shen

Product engineer from Taiwan.

m4xshen.comRSS feed ↗9 posts

Latest posts

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.

You might be overusing Vim visual mode

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.

3 Vim commands for blazingly fast navigation between brackets

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.

Tailwind CSS under the hood

Learn how Tailwind CSS works under the hood by learning the concept of utility-first and how it extracts the class names from files.

Develop a Neovim plugin in Lua

Learn how to develop a Neovim plugin in Lua. Understand the structure of Neovim plugin, Lua module, and create a simple plugin.

Setup Next.js with Airbnb ESLint, Prettier, TypeScript and Tailwind CSS

Set up Next.js with Airbnb ESLint, Prettier, TypeScript, and Tailwind CSS for efficient development. A step-by-step guide for a seamless environment.

Build your modern Neovim config in Lua

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.

Practical Vim command workflow

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.

Essential Vim commands for efficient text editing

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.