How to require the document to start with an h1 in TipTap?
If we're writing a blog post editor, something that we might need is to require the blog post to start with a title. TipTap can do that for us.
How to allow editing image alt text in TipTap?
Image alt text is a crucial accessibility and SEO feature that every rich text editor should support.
How to prevent yourself from running npm in a yarn project or the other way around?
Depending on which project I worked on most recently, my muscle memory causes me to type the wrong command when switching projects.
Migrating a React app from JavaScript to TypeScript
Recently we rewrote a medium-sized React app from JavaScript to TypeScript. Here's how we approached the task.
13 tips for junior developers on how to make a great impression with your take-home coding task
Finding your first job can be very hard, and making a great impression with the take-home coding task can make the difference between getting hired or not.