Skip to content

Instantly share code, notes, and snippets.

@gabipilegi
gabipilegi / study-path.md
Last active December 16, 2021 14:21
Guia estudos
@gabipilegi
gabipilegi / discovery.md
Last active February 21, 2023 11:59
Discover

Discover

CMS

Content management systems

Strapi - Leading open-source headless CMS

Backend

Hasura - Open source engine that connects to your databases & microservices and

@gabipilegi
gabipilegi / clojure-deps.md
Last active April 5, 2020 20:44
Clojure Deps

Clojure Deps

Ao rodar um programa em clojure é comum que você precise utilizar funcionalidades de outras bibliotecas de clojure ou java.

Essas bibliotecas podem ser tanto algo que você está desenvolvendo localmente, quanto algum projeto disponível no github ou bibliotecas disponíveis no ecossistema do maven.

Clojure libraries Dependency Heaven

@gabipilegi
gabipilegi / TechWriting.md
Last active March 23, 2020 12:46
Technical Writing

Technical Writing

summary of what I found relevant in this course

Words

Define unfamiliar terms

Using one of this techniques:

  • If the term already exists, link to a good explanation
  • Otherwise, define the term. If there are many new terms, create a glossary.
{
"title": "Change caps_lock key (rev 4)",
"rules": [
{
"description": "Change caps_lock key to command+control+option+shift if pressed with other keys",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock",
@gabipilegi
gabipilegi / project-ideas.md
Created March 12, 2020 15:44
Project ideas

Project ideas

Brag Document

A place where you can easily input your brags of the day and then have it beautifully ploted for you. It could be nice to have some tags, that the person could define. A sistem of points too, where the person could give a score related to how awsome that thing is.

InteliJ
http://color-themes.com/?view=index
garante um estado predeterminado do enviroment
MASTER [etcd, controller manager, scheduler, API Server] "Sabe das configurações de estado, gerencia"
|__ NODES (Workers) [kublet]
POD: Menor unidade de trabalho "Representa uma aplicaçao"
|_ IP
|_ Minino: 1 container
|_ Containeres dentro do POD compartilham a mesma rede local
http://openvim.com/
# starting tips:
1. In Emacs, editing takes place in buffers.
2. To switch to a buffer, use C-x b and enter the buffer name in the minibuffer.
3. To create a new buffer, use C-x b and enter a new buffer name.
4. To open a file, use C-x C-f and navigate to the file.
5. To save a buffer to a file, use C-x C-s.
6. To create a new file, use C-x C-f and enter the new file’s path. When you save the buffer, Emacs will create the file on the filesystem.