Neil Syiemlieh

Neil Syiemlieh @mebble

About: I like building small tools on the side.

Location:
Shillong
Joined:
Oct 22, 2018

Neil Syiemlieh
articles - 10 total

ltag: A little CLI tool for tagged text searching

I wrote a CLI tool in Go that will let you add tags to plaintext lines. This will help you search for the text better.

Learn More 3 4Oct 27 '23

Sirup: A CLI tool to manage your local Git repositories

A CLI tool to manage your local Git repositories

Learn More 4 1Feb 18 '22

Game of Life with p5 and Svelte

A little web app demonstrating Conway's Game of Life

Learn More 2 2May 26 '21

bURL: A tiny web app for breaking down URLs

An introduction to a little web app I'm working on, reasons why I'm making it and how you can tune in for updates.

Learn More 7 4Apr 19 '21

Event Streams for Reactive Views

Bind your view logic to your event stream logic, bypassing any state management.

Learn More 2 0Feb 23 '21

A QR Code Primer

A beginner's guide to QR Codes: what's in one, how to make one, and some common QR Code standards in use today.

Learn More 5 3Feb 20 '21

What Can Array Folding Do?

This is Part 2 of the "Folds" series, where we make our own fold from scratch and use it for various array processing tasks.

Learn More 103 15Apr 20 '19

Learn To Fold Your JS Arrays

Learn about the Fold, a powerful functional programming pattern, by making it from scratch

Learn More 106 4Apr 8 '19

Creating Image Filters in JS

Kernel convolution on an image using JS and Web Workers

Learn More 8 0Mar 29 '19

Don't Make This Async/Await Oopsie!

There's this little oopsie beginners make when they first use async/await

Learn More 130 15Mar 25 '19