Build Your Own Language Server (LSP)

The Language Server Protocol (LSP) defines a standard way for code editors to communicate with language-specific tools for features like autocompletion, go-to-definition, and diagnostics. ...

Programming Projects

Build Your Own Online Python Playground

An online Python playground lets users write and execute Python code in the browser without any local setup. It requires sandboxed code execution and a web-based code editor. ...

Programming Projects