#Comandos úteis do Maven
Criação de Projeto
desktop java (jar)
mvn archetype:generate \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DarchetypeArtifactId=maven-archetype-quickstart \
Arthur C. Clarke was a scientist, science writer and author of science fiction stories and novels. This quote of his reflects on the early beginnings of technology and offers us a way of linking up the two exhibitions that have been held this year at the CCCB: Black Light and Stanley Kubrick.
this quote it's also refered on [YouTube] Why Magic Systems don't feel Magical | Tale Foundry - 2023-05-31
Learning
-
Building a Second Brain: The Book - The step-by-step guide to building a Second Brain. Based on 10+ years of research & experiments with organizing our digital lives & improving our productivity.
-
Building a Second Brain: The Definitive Introductory Guide | Forte Labs - (2023/05/01) This is an introduction to Building a Second Brain, the proven method to organize your digital life and unlock your creative potential.
-
Building a Second Brain: An Overview | Forte Labs - 2019/02/20
-
[YouTuve] Você quer ser um Milionário? - Não existe milágre, o segredo é guardar dinheiro e o tempo que se guarda o dinheiro. Seguir a regra dos 3Gs - [Ganho / Guardo (sempre antes de gastar) / Gasto] e pensar se um gasto agora é realmente importante.
// it also supports extensions like .tar.gz | |
export const getFileExtension = (filename: string) => | |
(filename.match(/(\.([^.]*?)(\.([^.]*?))?)(?=\?|#|$)/) || [])[1] ?? ""; | |
//---===---// | |
/* eslint-disable */ | |
const SANITIZE_FILENAME_REGEXP = { | |
NO_LEFT_SPACES: /^\s+/g, | |
NO_SEQ_DOTS: /\.+/g, |
Wireframe / Design
in the past I used to use the Balsamiq to do visual thinking and UI/UX planning
open source / free
# define a full backup of a git repository from one remote server to another one | |
origin="https://remote-source/repository.git"; | |
target="https://remote-target/repository.git"; | |
workDir="temp-directory"; | |
mkdir $workDir |
-
[YouTube] Control Google Sheets with Node.js / JavaScript (2021) | James Grimshaw - 2021-02-25
- [GitHub] jrgrimshaw / google-sheets-node - Control Google Sheets with Node.js (using Google Sheets API)
-
🇧🇷 [YouTube] Google Sheets Api com node.js | Vitor Cunha Code - 2022-03-15