jamestthompson3

jamestthompson3 @jamestthompson3

About: Web explorer, Neovim enthusiast, moderately competent programmer.

Location:
Helsinki
Joined:
Apr 26, 2019

jamestthompson3
articles - 12 total

Neovim Tip, Smarter Path

Intro Fuzzy finders can be a good tool for navigating files in a codebase, but they don't...

Learn More 7 1Nov 11 '21

(Nvim) Lua for Javascripters: Module Exports

Goals This aims to be quick reference guide on lua module exports compared to JavaScript m...

Learn More 3 0Apr 8 '21

(Nvim) Lua for Javascripters: Spawning Processes

Goals This should be a quick reference guide for those familiar with NodeJS on how to exec...

Learn More 12 2Mar 17 '21

Peer Discovery over UDP

What is Peer discovery Peer discovery allows you to discover other computers on the same s...

Learn More 8 0Aug 11 '20

Javascript Quick Tip -- Browser Notifications

Let ‘Em Know While notifications are one of the browser features that are often abused and...

Learn More 6 0May 22 '20

Build a Better Web with Service Workers

Working Hard, or Hardly Working? The Service Worker API is a powerful tool for providing b...

Learn More 5 0Mar 7 '20

A Brief Look at Javascript Proxies

Proxies Javascript Proxies are a powerful concept in ES6. They give developers more contro...

Learn More 6 0Feb 1 '20

Neovim Tip - GitLens

Intro GitLens is a VSCode plugin that, among other things, allows you to see the time, com...

Learn More 8 1Jan 29 '20

Using LibUV in Neovim

Off The Main Loop: Async Actions within Neovim Neovim embeds the libuv library in the edit...

Learn More 12 2Jan 8 '20

From init.vim to init.lua

Why Lua? Neovim has an embedded lua 5.1 runtime which is used to create faster and more po...

Learn More 16 0Jan 3 '20

Vim does that already

Power to Productivity Vim is a powerful tool which helps you stay productive and spend les...

Learn More 9 1Jan 3 '20

Data Structure Memes For Edgy JavaScript Teens

data management in a post hooks world

Learn More 15 0Jun 19 '19