Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Matt
Matt has asked
19
questions and find answers to
54
problems.
Stats
1.4k
EtPoint
450
Vote count
19
questions
54
answers
About
I code stuff with my bare hands.
Author of:
Relica, cross-platform file backup software based on restic
Caddy, the world's first HTTPS-default web server
CertMagic, for automating TLS in Go programs
Papa Parse, the fastest CSV parser for JavaScript
JSON-to-Go, for converting JSON to Go structs instantly
curl-to-Go, for converting curl commands to Go code instantly
GoConvey web UI, for testing Go programs
Finer Pixels, a nice escape into photography
Matt questions
Why do some non-empty strings evaluate to "false" in JavaScript?
What is the difference between [0] and [:1] in Go?
XMLHttpRequest and Chrome developer tools don't say the same thing
Where are Javascript event handlers stored?
Make a div containing CSS columns have unlimited width
How does make(chan bool) behave differently from make(chan bool, 1)?
How can I reliably detect the browser without using window.navigator?
How can I correctly capture and re-fire the form submit event, guaranteed?
Why does web worker performance sharply decline after 30 seconds?
How can I make a really long string using IndexedDB without crashing the browser?
Matt answers
Read random lines off a text file in go
how to create my own color name
JavaScript Regular Expression to validate an address
General Address Parser for Freeform Text
Looking for Geocoding / Mapping advice for iPad development
How to add and remove glow for Raphael element?
Schema.org Organization: address vs. location
is there a free service which auto-completes post-addresses (streetnames) for all countries all over the world? [closed]
Extracting plus 4 zip code from geocoding using google API, jQuery
how to get latitude and longitude for an address WITHOUT using Google's Geocoding services