Mike 🐈‍⬛

Mike 🐈‍⬛ @skhmt

About: Software Engineer

Joined:
May 21, 2019

Mike 🐈‍⬛
articles - 7 total

This Windows script isn't a cry for help

0< /* :: @echo off set /a min = 15 set /a max = 45 :loop CScript //nologo //E:JScript "%~F0"...

Learn More 1 2Nov 8 '24

Naming Things

So I was implementing a forEach method and asked my co-worker, "is there a name for a for-loop that i...

Learn More 13 3Sep 18 '19

Why are IndexedDB operations significantly slower in Chrome vs Firefox?

I was writing a simple key/value promise wrapper around IndexedDB, continuing a project I started a c...

Learn More 17 5Aug 27 '19

5 differences you might not have noticed between desktop and web UIs

If you're developing a desktop app in Electron, NW.js, or a similar tool, it's tempting to just creat...

Learn More 44 0Aug 15 '19

Horizontally and Vertically Centering in CSS

If you're anything like me, vertically and horizontally centering an HTML element has been the bane...

Learn More 118 10Jul 9 '19

Creating a native executable in Windows with GraalVM

GraalVM is pretty awesome for a lot of reasons. But the one that has me most hyped is the ability to...

Learn More 26 4Jun 12 '19

Sending data through Mixed Content filters

tl;dr / bottom line up front Using overt steganography (phanerography?), you can retrieve...

Learn More 9 0Jun 8 '19