Max Shen

Max Shen @m4xshen

About: Building Flowmo in public!

Location:
Taiwan
Joined:
Jan 30, 2023

Max Shen
articles - 16 total

You might be overusing Vim visual mode 🤯

When I started learning Vim few years ago, I read through a lot of blog posts and watched a lot of...

Learn More 3 3Mar 22

Half year reflections on building my first SaaS

It's been around a half year since I started building my dream productivity app, Flowmodor. I think...

Learn More 2 0Jul 27 '24

How I grew my open-source project to 1k stars 🌟

Recently, my open-source Neovim plugin hardtime.nvim reached 1k stars on GitHub! I think it's a...

Learn More 60 18Jun 16 '24

3 Vim commands for blazingly fast navigation between brackets ⚡

There are often lots of brackets within a programming file. Therefore the efficiency of navigating...

Learn More 58 7Feb 24 '24

Understand OAuth 2.0 code grant flow 🔐

If you're building a web application that uses a third-party API, you're likely using the OAuth 2.0...

Learn More 12 1Feb 17 '24

Tailwind CSS under the hood

Tailwind CSS defines itself on its official site as: A utility-first CSS framework packed with...

Learn More 45 23Feb 10 '24

5 things to do during Pomodoro break without electronic devices

When practicing productivity techniques like the Pomodoro or Flowmodoro methods, it's easy to dismiss...

Learn More 4 0Jan 28 '24

Why pomodoro doesn't work? Try this alternative 🍅

What's Pomodoro The Pomodoro Technique, developed by Francesco Cirillo, is a time...

Learn More 176 46Jan 14 '24

Run cron job free with GitHub Action 💸

Cron jobs are useful for setting up automated tasks that run periodically. While several services...

Learn More 2 0Jan 7 '24

Understand cron job expression in 3 minutes ⏰

What is cron jobs? Cron jobs are scheduled jobs that run periodically at certain times,...

Learn More 4 0Dec 22 '23

How I fixed GitHub's repo traffic insights 🛠️ 📊

Start of the journey If you are a developer sharing projects on GitHub, you are probably...

Learn More 4 0Dec 3 '23

Build a Neovim plugin in Lua 🌙

TL;DR In this article, you'll learn how to develop a Neovim plugin in Lua, understand the...

Learn More 5 0Oct 10 '23

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

In this tutorial you'll learn how to setup a Next.js project with Airbnb ESLint, Prettier, Typescript...

Learn More 6 0Sep 10 '23

Build your modern Neovim config in Lua

In this tutorial you'll learn how to build and structure your modern Neovim config in Lua. I'll go...

Learn More 2 0Feb 26 '23

Practical Vim command workflow

There are many commands in Vim, which means that you can achieve a same goal with many approaches....

Learn More 7 1Feb 5 '23

Essential Vim commands for efficient text editing

In this tutorial, I'll cover the basic commands that you need to know to work in Vim efficiently. I...

Learn More 4 0Jan 30 '23