Skip to content

Instantly share code, notes, and snippets.

View rafaelcavalcante's full-sized avatar
🏠
(I wish i was) Working from home

Rafael Cavalcante rafaelcavalcante

🏠
(I wish i was) Working from home
View GitHub Profile
@rafaelcavalcante
rafaelcavalcante / ktt-data.json
Last active February 23, 2022 23:13
ktt-data
{
"content":{
"categories":[
{
"label":"All Categories",
"value":"all"
},
{
"label":"Integração",
"value":"1"
@rafaelcavalcante
rafaelcavalcante / INK_api_admin_hunting_report.json
Created July 22, 2022 03:24
INK_api_admin_hunting_report
{
"data": {
"candidates": [
{
"id": 6,
"gid": "c81bd15297d3610dc0a75ff0375cb160",
"name": "teste insetr",
"surname": "sobre nome",
"birth_date": "1988-05-15T00:00:00.000000Z",
"cellphone": "95981110695",
@rafaelcavalcante
rafaelcavalcante / suggested-readings.json
Last active November 6, 2023 19:06
Suggested Readings
[
{
"title": "Unpopular Opinion: It’s harder than ever to be a good software engineer",
"active": true,
"url": "https://juraj.hashnode.dev/unpopular-opinion-its-harder-than-ever-to-be-a-good-software-engineer"
},
{
"title": "Canary Deployment Intro to deployment strategies: blue-green, canary, and more",
"active": true,
"url": "https://dev.to/mostlyjason/intro-to-deployment-strategies-blue-green-canary-and-more-3a3"