When I started learning Vim few years ago, I read through a lot of blog posts and watched a lot of...
It's been around a half year since I started building my dream productivity app, Flowmodor. I think...
Recently, my open-source Neovim plugin hardtime.nvim reached 1k stars on GitHub! I think it's a...
There are often lots of brackets within a programming file. Therefore the efficiency of navigating...
If you're building a web application that uses a third-party API, you're likely using the OAuth 2.0...
Tailwind CSS defines itself on its official site as: A utility-first CSS framework packed with...
When practicing productivity techniques like the Pomodoro or Flowmodoro methods, it's easy to dismiss...
What's Pomodoro The Pomodoro Technique, developed by Francesco Cirillo, is a time...
Cron jobs are useful for setting up automated tasks that run periodically. While several services...
What is cron jobs? Cron jobs are scheduled jobs that run periodically at certain times,...
Start of the journey If you are a developer sharing projects on GitHub, you are probably...
TL;DR In this article, you'll learn how to develop a Neovim plugin in Lua, understand the...
In this tutorial you'll learn how to setup a Next.js project with Airbnb ESLint, Prettier, Typescript...
In this tutorial you'll learn how to build and structure your modern Neovim config in Lua. I'll go...
There are many commands in Vim, which means that you can achieve a same goal with many approaches....
In this tutorial, I'll cover the basic commands that you need to know to work in Vim efficiently. I...