Skip to content

Instantly share code, notes, and snippets.

View andreloureiro's full-sized avatar

André Loureiro andreloureiro

  • Sao Paulo, Brazil
View GitHub Profile
@andreloureiro
andreloureiro / useEffectDebugger.js
Created June 11, 2024 16:42
useEffect debugger
/**
* From https://stackoverflow.com/a/59843241/24205983
*
* Example 1
*
* Before:
* ```
* useEffect(() => {
* // useEffect code here...
* }, [dep1, dep2])
@andreloureiro
andreloureiro / ttfb.sh
Last active October 1, 2021 12:53
Latency percentile
#!/bin/bash
# ntimes: https://github.com/yuya-takeyama/ntimes - or `repeat` if using zsh
# percentile: https://github.com/yuya-takeyama/percentile
# usage: ttfb URL [TIMES] | percentile
TIMES=${2:-100}
(ntimes $TIMES -- \
<html>
<head>
<script type="module" src="../src/mnml-card/index.js"></script>
<script type="module" src="../src/mnml-card-title/index.js"></script>
<script type="module" src="../src/mnml-card-content/index.js"></script>
<script type="module" src="../src/mnml-card-actions/index.js"></script>
<script type="module" src="../src/mnml-card-image/index.js"></script>
<script type="module" src="../src/mnml-button/index.js"></script>
@andreloureiro
andreloureiro / README.md
Last active January 29, 2019 15:56
SCRIPT-8
@andreloureiro
andreloureiro / esnextbin.md
Created December 21, 2016 15:00
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 20, 2016 09:13
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 4, 2016 15:00
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created December 2, 2016 12:50
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Last active November 24, 2016 15:54
esnextbin sketch
@andreloureiro
andreloureiro / esnextbin.md
Created November 24, 2016 14:51
esnextbin sketch