Skip to content

Instantly share code, notes, and snippets.

View argentinaluiz's full-sized avatar

Luiz Carlos argentinaluiz

View GitHub Profile
FROM node:14.15.4-slim
RUN mkdir -p /usr/share/man/man1 && \
echo 'deb http://ftp.debian.org/debian stretch-backports main' | tee /etc/apt/sources.list.d/stretch-backports.list && \
apt update && apt install -y \
git \
ca-certificates \
zsh \
curl \
wget \
fonts-powerline \
@argentinaluiz
argentinaluiz / imersao4.md
Created September 17, 2021 21:56
imersao4

Aplicacao financeira - next, nest, keycloak + golang/pdf kibana relatorios

github.com/codeedu/imersao4

design docs

Backstage - spotify | OpenAPI - Swagger

Api gateway

Saga Pattern

Coreografia e orquestração microsserviços https://netflix.github.io/conductor/

Circuit break - 1 - 2 - 3 - 4

@argentinaluiz
argentinaluiz / App.tsx
Last active September 10, 2022 14:29
Melhorias react
import React from 'react';
import { ChakraProvider } from '@chakra-ui/react'
import { ThemeProvider } from '@material-ui/core'
import { theme, themeMaterial } from './global/theme';
import { Routers } from './routers'
import { PersistGate } from 'redux-persist/integration/react';
import { Provider } from 'react-redux'
import { store, persistor } from './store'
const App: React.FC = () => {
module.exports = {
extends: '@loopback/eslint-config',
rules: {
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/naming-convention': [
'error',
{
selector: 'default',
format: ['camelCase', 'snake_case'],
},
<html>
<head>
<link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" />
<script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/videojs-contrib-eme@3.8.0/dist/videojs-contrib-eme.min.js"></script>
</head>
<body>
<video
id="player"
version: '3'
services:
app:
build: .
entrypoint: ./.docker/entrypoint.sh
container_name: micro-api-app
environment:
- CHOKIDAR_USEPOLLING=true
@argentinaluiz
argentinaluiz / README.md
Created August 12, 2020 14:06
VSCode - Guia para configuração do ambiente com Docker
@argentinaluiz
argentinaluiz / Guia rápido de instalação do WSL2 + Docker.md
Last active May 30, 2023 23:47
Guia rápido de instalação do WSL2 + Docker
// This file was initially generated by Windows Terminal 0.11.1333.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{73225108-7633-47ae-80c1-5d00111ef646}",
// You can add more global application settings here.