Skip to content

Instantly share code, notes, and snippets.

View omarciovsena's full-sized avatar
🤠
Focusing

Márcio Vinícius Sena omarciovsena

🤠
Focusing
View GitHub Profile
@goldblade
goldblade / sendmessage.js
Created April 1, 2019 11:18
Rabbit send message
#!/usr/bin/env node
const rabbit = {
uuid: "229aaca7-51f3-43bd-a306-95e13d190bc4",
fullname: "Ikki de Fênix",
email: "ikki@gmail.com",
network_email: "ikki@impulso.network",
cpf: "111.111.111-11",
gender: "male",
languages: {
spanish: "basic",
@adeelibr
adeelibr / Abort Controller version 2
Created July 22, 2018 15:55
Abort Controller Axios Seperated Files Example
import React, { Component } from 'react';
import axios from 'axios';
// API
import { onLoadUser } from './UserAPI';
class Example extends Component {
signal = axios.CancelToken.source();
state = {
@lauraturk
lauraturk / circleci-heroku-continuous-deployment2.0.md
Last active November 23, 2021 15:28
instructions for deploying from circleci2.0 to heroku
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 16, 2024 17:23
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example