Skip to content

Instantly share code, notes, and snippets.

View gullitmiranda's full-sized avatar
🌎
Working from anywhere

Gullit Miranda gullitmiranda

🌎
Working from anywhere
  • CloudWalk
  • Ubatuba, São Paulo, Brazil
  • 00:54 (UTC -03:00)
  • LinkedIn in/gullitmiranda
View GitHub Profile
@gullitmiranda
gullitmiranda / Butto.tsx
Created November 17, 2017 18:33 — forked from nuxlli/Butto.jsx
Extend material Button with Typescript
import * as React from 'react';
import * as classNames from 'classnames';
import { Theme } from 'material-ui/styles';
import { withStyles, WithStyles, StandardProps } from 'material-ui';
import MButton, { ButtonProps, ButtonClassKey } from 'material-ui/Button';
export const styles = (theme: Theme) => ({
root: {
borderRadius: 4,
@gullitmiranda
gullitmiranda / using-uuid-as-pk.md
Created November 25, 2023 16:59 — forked from rponte/using-uuid-as-pk.md
Não use UUID como PK nas tabelas do seu banco de dados

Pretende usar UUID como PK em vez de Int/BigInt no seu banco de dados? Pense novamente...

TL;TD

Não use UUID como PK nas tabelas do seu banco de dados.

Um pouco mais de detalhes