I hereby claim:
- I am rodrigorm on github.
- I am rodrigorm (https://keybase.io/rodrigorm) on keybase.
- I have a public key ASCtSlbTtVSHa0KgnttCRAFLjb_MaZQ9tzsrtbJPgy9Vrwo
To claim this, I am signing this object:
const { createProxyMiddleware } = require('http-proxy-middleware'); | |
module.exports = { | |
server: { | |
enhanceMiddleware: (metroMiddleware, server) => { | |
// console.log(middleware); | |
// console.log(server); | |
const proxyMiddleware = createProxyMiddleware('/api', { target: 'http://localhost:3000' }); |
message = { | |
type: 'chat' | 'groupchat' | 'normal', | |
body: 'Olá' | |
}; | |
messageForm = { | |
type: 'chat' | 'groupchat' | 'normal', | |
form: { | |
title: '', | |
instruction: '', |
node_modules/ |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
mysql -uroot -proot benchmark -e 'INSERT INTO orders_5min (id, created, value) SELECT SQL_NO_CACHE id, created, value FROM orders;' | |
mysql -uroot -proot benchmark -e 'TRUNCATE TABLE orders;' | |
# mysql -uroot -proot benchmark -e 'SELECT COUNT(*) FROM orders_5min;' | |
!! No Caps Lock | |
clear lock | |
!! Make Caps_lock an escape key. | |
keycode 0x42 = Escape |
Some people born with it, some people are self-taught on this, some people just discover how. How about a guide on how to code great software while still drunk as a cow?
<?xml version="1.0" encoding="utf-8"?> | |
<products> | |
<!-- | |
Product Definition: | |
* name: required, product name as show in the page | |
* url: required, url used to buy the product | |
--> | |
<product name="T-shirt Name" url="http://example.com/product?id=999"> | |
<!-- | |
Image Definition: |
<project name="CakePHP" default="build"> | |
<target name="clean"> | |
<delete dir="build" /> | |
</target> | |
<target name="prepare"> | |
<mkdir dir="build/junit" /> | |
<mkdir dir="build/logs" /> | |
<chmod perm="a+rw"> | |
<fileset dir="app/tmp" /> |