-
22nd Jul, 2020
One liner to convert MOV to GIF
What it says on the tin, from https://gist.github.com/dergachev/4627207
-
3rd Jun, 2020
TypeScript syntax checking in VS Code
I'll try and write more about it later.
-
29th Feb, 2020
Python-style list slicing in JavaScript
Python has great list slicing which feels like a natural extension to array indexes. For fun, I made this library which provides Python-style list slicing in JavaScript using the Proxy classes.
Javascript Python -
21st Jan, 2020
Correct simulators for submitting to iOS App Store
I can never remember the sizes, this Stack Overflow link helps.
-
13th Mar, 2018
HTML to JSX
I quite like this
JSX React javascript -
6th Mar, 2018
Useful React links
Useful links for React
javascript react -
23rd Nov, 2017
Mocking dependencies with TypeScript and WebPack
That's it really
javascript typescript -
24th Jan, 2017
Slow SSH?
Sometimes connecting takes ages.
linux -
7th Dec, 2016
Set width of tabs in Github.
I like to use tabs instead of spaces for tabulated lines (INORITE?), but GitHub defaults to 8 space tab width.
dotfiles -
26th May, 2015
Web.config snippet to force to HTTPS
You should be using HTTPS as a standard these days. This snippet will bump your browser to HTTPS
.Net config