Skip to content

Instantly share code, notes, and snippets.

View softwareengineer-imerjr's full-sized avatar
🤓
Studying a lot!!!

Imer Jr softwareengineer-imerjr

🤓
Studying a lot!!!
View GitHub Profile

Dependency Injector Providers

1. Factory

  • Caso de Uso Principal: Criação de novas instâncias sempre que solicitado. Útil para objetos que não devem ser compartilhados entre solicitações ou componentes.

2. Singleton

  • Caso de Uso Principal: Manutenção de uma única instância de um objeto durante o ciclo de vida da aplicação. Ideal para serviços que mantêm estado ou configurações que devem ser consistentes.

3. ThreadLocalSingleton

  • Caso de Uso Principal: Criação de uma única instância por thread. Usado para manter um estado isolado em ambientes multithread.
@softwareengineer-imerjr
softwareengineer-imerjr / Dockerfile
Created July 3, 2024 22:31 — forked from MtkN1/Dockerfile
Dockerfile for uv
# build stage
FROM python:3.12-bookworm AS build
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.cargo/bin:$PATH"
WORKDIR /app
COPY requirements.txt requirements.txt
@softwareengineer-imerjr
softwareengineer-imerjr / Arch_Linux_Root_on_LVM.md
Created April 17, 2025 02:14 — forked from p7cq/Arch_Linux_Root_on_LVM.md
Install Arch Linux with Root on LVM

Arch Linux with Root on LVM

Arch Linux with root on LVM and systemd boot.

  • Set a bigger font (if using a 4K laptop display)
setfont latarcyrheb-sun32
  • To connect to the internet add the ESSID and passphrase