Think Throothinkthroo.hashnode.dev·Nov 28, 2024What if CodeMirror v6 dev setup uses Degit internally to clone packages?In this article, we explore the idea of using Degit to clone/download core/non core packages required to setup the development environment for CodeMirror V6. Pay attention to the run function in the above image. run("git", ["clone", origin, pkg.dir]...Open Source
Think Throothinkthroo.hashnode.dev·Nov 27, 2024How CodeMirror v6 dev setup installs packages without a monorepoIn the article, we looked at:1. How CodeMirror v6 setup command processes CLI arguments?2. How CodeMirror v6 dev setup retrieves packages without a monorepo This leads to the next question how are packages installed as part development environment se...Open Source
Think Throothinkthroo.hashnode.dev·Nov 26, 2024How CodeMirror v6 dev setup retrieves packages without a monorepoIn the OSS community, it is quite common to come across monorepo projects where the workspaces and packages are all in a single repository. CodeMirror has a different style to the way packages are managed, each package that is used is a repository on...npm
Think Throothinkthroo.hashnode.dev·Nov 25, 2024How CodeMirror v6 setup command handles CLI arguments?In this article, we analyse how the CodeMirror v6 development environment setup script processes CLI arguments. This function is used in setting up development environment for Codemirror v6 as mentioned in their repository. CodeMirror does not use Mo...Open Source
GreenFluxblog.greenflux.us·Sep 22, 2024Why I Built A Code Editor Inside FileMaker ProWeb Viewers in FileMaker Pro are like an escape hatch. When you hit the limits of the native FMP platform, you can always extend it with a web viewer to add new functionality. You can add some really cool features to FileMaker with a web viewer and a...521 readsfilemaker
Shubham Tiwarimerakishubh.hashnode.dev·Jul 21, 2024CodeSync: Building a Real-Time Collaborative Code EditorWelcome to an exciting journey where we explore the creation of CodeSync, a real-time collaborative code editor. This project allows multiple users to join, edit, and run JavaScript code in a synchronized manner. Each user can monitor the code execut...JavaScript
Christoph Lipkablog.outsidecode.com·Jan 26, 2024On improving my simple codePen clone Junior-Dev-TeamI run a programming course in my kids' primary school since two years with kids between 8 and 10 years old. The main reason for doing it was to get my kids into coding and also to give other kids a chance to get into coding very early. It is a lot of...JavaScript