- FEITO
- Teoria (1h):
- O que Γ© Docker e sua importΓ’ncia em projetos modernos.
- Conceitos bΓ‘sicos: imagens, containers, volumes, e redes.
- InstalaΓ§Γ£o do Docker e Docker Compose.
- PrΓ‘tica (1h):
- Instalar Docker no seu ambiente de desenvolvimento.
π―
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Writing Guidelines | |
| ### Core Principles (Zinsser Method) | |
| **Brevity is power.** Strip every sentence to its cleanest components. Remove every word that serves no function. Replace phrases with words. Choose simple words over complex ones. | |
| ### Clutter Elimination | |
| - Cut qualifiers: "very", "quite", "rather", "somewhat", "pretty much" | |
| - Remove redundant pairs: "each and every", "first and foremost", "various and sundry" | |
| - Eliminate throat-clearing: "It is important to note that", "The fact that" | |
| - Avoid inflated phrases: Use "now" not "at this point in time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| declare module 'lucide-react' { | |
| export * from 'lucide-react/dist/lucide-react.suffixed' | |
| } |
Teste Tecnico: Desenvolvimento de uma AplicaΓ§Γ£o de Chat em Tempo Real com PHP e Laravel (ou qualquer outra lang)
Neste desafio, vocΓͺ serΓ‘ responsΓ‘vel por desenvolver uma aplicaΓ§Γ£o de chat em tempo real utilizando PHP e o framework Laravel. A aplicaΓ§Γ£o deve oferecer funcionalidades bΓ‘sicas similares Γ s encontradas em plataformas de chat como o Discord. O foco principal Γ© a criaΓ§Γ£o de um backend robusto e escalΓ‘vel, utilizando as abstraΓ§Γ΅es e boas prΓ‘ticas do Laravel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.patterns": { | |
| "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*", | |
| "tailwind.config.js": "tailwind.config*, postcss.config*", | |
| ".env.local": ".env*", | |
| ".env": ".env*" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setInterval(() => { | |
| i=atob('aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2FydHdvcmtzLWxHdXU5bnRES0FSeTZ6YjAtMldMUUxBLXQ1MDB4NTAwLmpwZw=='); | |
| Array.from(document.querySelectorAll(`img:not([src="${i}"])`)) | |
| .forEach(image => image.src = i); | |
| Array.from(document.querySelectorAll('svg')) | |
| .forEach(svg=>svg.outerHTML=`<img src="${i}" style="height:${svg.clientHeight}px;width:${svg.clientWidth}px"></img>`) | |
| },100); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
| # deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
| # deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
| # deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Created by .ignore support plugin (hsz.mobi) | |
| ### Python template | |
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # First su in as root | |
| sudo su | |
| # Then set fan control to manual mode | |
| echo 1 > /sys/devices/platform/applesmc.768/fan1_manual | |
| # Then set the fan speed to any value between fan1_min and fan1_max. To view these values | |
| cat /sys/devices/platform/applesmc.768/fan1_min | |
| cat /sys/devices/platform/applesmc.768/fan1_max |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
NewerOlder