The case for custom static site generators
Some reasons to ditch static site generators and write your own
RaphGL's Blog
Some reasons to ditch static site generators and write your own
Stop it, get some help!
A compiled list of compiler flags that make development and catching errors easier
Implementing type-safe generics in C step by step
A walk through vim and helix differences and the various helix modes for people that are familiar with vim motions
Common error handling patterns that help reduce verbosity in Rust
A step by step guide into implementing base64 in C
Recently I’ve been using Godot a bit to mess around with game development and I wanted to have autocompletion working with CoC. I looked around and there were no extensions for the Godot LSP. So, to use Godot with NeoVim I just had to connect to their LSP. Setting Up If you have CoC working correctly already, open NeoVim and run :CocConfig , it’ll open the configuration file for your…