Skip to content

Instantly share code, notes, and snippets.

View johnatanbrayan's full-sized avatar
🏠
Working from home

Johnatan Brayan johnatanbrayan

🏠
Working from home
View GitHub Profile
@johnatanbrayan
johnatanbrayan / oracle_xe18c_on_docker.txt
Last active May 16, 2021 21:36
How to install Oracle XE 18c on docker
## How to install Oracle XE 18c on docker
#Tutorial: https://www.youtube.com/watch?v=CbopSCwATIg&list=PL5euTSrohYaTaQS8gO0ad7J_fyWy1HXud&index=22
## Clone repo
git clone git@github.com:fuzziebrain/docker-oracle-xe.git
## Set the working directory to the project folder
cd docker-oracle-xe
## Copy the RPM to docker-odb18c-xe/files
@johnatanbrayan
johnatanbrayan / docker_commands.txt
Last active July 29, 2021 20:58
My docker commands
## Docker commands:
# Start docker service
sudo service docker start
# Stop docker service
sudo service docker stop
# Status docker service
sudo service docker status
@johnatanbrayan
johnatanbrayan / best_database_diagram_design_tools.txt
Last active April 14, 2021 01:29
Best Database Diagram Design Tools
## Best Database Diagram Design Tools:
https://dbdiagram.io/home?utm_source=holistics&utm_medium=top_5_tools_blog
https://www.quickdatabasediagrams.com/
https://dbmstools.com/tools/sqldbm.com
https://sqldbm.com/Home/
@johnatanbrayan
johnatanbrayan / 1-how_to_configure_and_integrate_spring_boot_and_angular.txt
Last active March 18, 2021 04:04
How to configure and integrate spring boot and angular
# Commands of project:
./mvnw clean install
./mvnw spring-boot:run
# The project need:
- JDK 11
- Node v14.16.0
- NPM 6.14.11
@johnatanbrayan
johnatanbrayan / 01_eslint_prettier_editorconfig.md
Last active April 14, 2021 02:23
Tutorial to install and configure EsLint, Prettier and EditorConfig on projects.

How to install and setting EsLint, Prettier and EditorConfig on projects.

  • Eslint: A bug pointer. It is a static code analysis tool to identify problematic patterns found in the javascript code.

  • Prettier: Responsible for formatting. Imposes a consistent code style across the base code, responsible for making our code beautiful.

  • EditorConfig: Facilitates code style adoption and standardization for multiple editors and IDEs.

@aleixmorgadas
aleixmorgadas / keychron K3.md
Last active January 6, 2023 12:36
Keychron K3 Linux
@rponte
rponte / using-uuid-as-pk.md
Last active May 2, 2024 11:01
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

@johnatanbrayan
johnatanbrayan / Guide to react and component react
Created December 20, 2020 20:51
Guide to react and component react
# Create project react
npx create-react-app name-project // or npx create-react-app name-project --template typescript
# Install component threejs on react
yarn add three react-three-fiber drei sass react-spring
@johnatanbrayan
johnatanbrayan / Commands Jhipster
Last active December 21, 2020 22:05
Commands on terminal Jhipster
# How to install
npm install -g generator-jhipster
# Create a aplication
jhipster
# Create entity by termial
jhipster entity <entityName>
# Create entity by archive .jh
@johnatanbrayan
johnatanbrayan / Melhores Bibliotecas front-end (Angualar2+, React)
Last active December 23, 2020 17:31
Melhores Bibliotecas front-end (Angualar2+, React)
## Melhores Bibliotecas front-end (Angualar2+, React):
** Angular:
-PrimeNg
-Bootstrap
-Angular Material UI
-Fuse Theme
** Best site:
-https://www.creative-tim.com/templates/angular-free
-https://akveo.github.io/ngx-admin/