Most linux have built in driver for ch340, except for Ubuntu 22.04. There’s a couple of things to do if you want to upload code to arduino clone from Ubuntu 22.04. Install Driver Go to https://github.com/juliagoda/CH341SER, and follow the instruction. Basically all you need to do is to clone the repo and run make and...

Hi suk here. This post explains how to create markdown editor/previewer with React.js / Codemirror 6. I’m writing this down because I had to learn how to build markdown editor for my project (a desktop based headless CMS for markdown blogs). Hope this post helps someone like me. Goal of this project We are going to...