public marks

PUBLIC MARKS with tag dev

January 2017

December 2016

March 2016

MailCatcher

by srcmax
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far.

February 2016

January 2016

DevTools Remote — Debug your browser tabs remotely via Chrome DevTools.

by srcmax
DevTools Remote enables you to share access to a browser tab, so it can be debugged remotely via Chrome DevTools

December 2015

vuejs/vue-devtools · GitHub

by Krome
Chrome devtools extension for debugging Vue.js applications.

November 2015

August 2015

July 2015

June 2015

May 2015

🛠 GitHub - CDN - RawGit tool

by decembre
For use on production websites with any amount of traffic. Files are served via MaxCDN's super fast global CDN. No traffic limits or throttling. It's best to use a specific tag or commit hash in the URL (not a branch). Files are cached permanently after the first request. The catch: this is a free service, so there are no uptime or support guarantees.

🛠 RegExp - Regular Expressions for the Rest of Us

by decembre
How to Write Regular Expressions ? The best way to learn regular expressions is by using an example. Let's say you're building a web page with a phone number input.

April 2015

Revealing hidden assumptions in estimation - Signal vs. Noise (by 37signals)

by srcmax
It is trivial to estimate a new feature as trivial. All too often, programmers and users both fall into this trap. A programmer says, “let’s just make it do X.” A user says on a forum, “its only Y, how hard can it be?” Just and only are two of the most insidious words in the English language. They hide mountains of assumptions behind them, and blind the speaker to the realities of the situation. Even worse, the speaker is implicitly agreeing to be blindfolded, making it even more difficult for them to see the assumptions their words are masking.

March 2015