Become a sponsor to Ned
Maligayang pagdating! My name is Ned, I'm a 21-year old computer science student and an open source software maintainer based in Davao City, Philippines. I'm currently maintaining:
-
V Language Server - a language analysis/diagnostics server for the V Programming Language. Provides IDE-like features (autocompletion, go to definition, etc.) to text editors supporting the Language Server Protocol.
-
tree-sitter-v - Tree-sitter grammar for V. Used in VLS and other tools that rely on tree-sitter.
-
Vex - an Express-like web framework written on V. Strives to provide simplicity, modularity, and ease-of-use for building web services on V.
I also contributed code to the V compiler and tools mainly:
-
x/json2 - Formerly known as jisoni. It's a JSON decoder and encoder written on V with near-compliance with the JSON test suite. SIt's goal is to replace the existing C-based
json
standard module. -
vdoc - A documentation generator for V. Used in
v doc
, modules.vlang.io, and a couple of projects (vsl, vtl, and vex to name a few)
With your contributions, it will make a huge difference to me and to accelerating the V ecosystem as a whole 💖
Daghang salamat!
3 sponsors have funded nedpals’s work.
Featured work
-
nedpals/vex
Easy-to-use, modular web framework built for V
V 339 -
nedpals/tree-sitter-v
Tree-sitter parser for V
C 24