Skip to content

Instantly share code, notes, and snippets.

View baciotti's full-sized avatar
🎯
Focusing

Tiago Bacciotti Moreira baciotti

🎯
Focusing
View GitHub Profile
@baciotti
baciotti / MeuMaterial.md
Last active August 24, 2020 20:02
Aulas de Programação, Gestão de TI e Banco de Dados

Aulas de Programação, Gestão de TI e Banco de Dados

Todo o meu conteúdo produzido para os alunos nas aulas remotas emergenciais durante a pandemia

TL;DR: O github com todos os exercícios está aqui. A playlist do YouTube que colocarei todas as aulas está aqui. O meu Repl.it com todos os códigos está aqui.

@baciotti
baciotti / clean_code.md
Created May 30, 2020 13:20 — forked from cedrickchee/clean_code.md
Summary of 'Clean code' by Robert C. Martin

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules

  1. Follow standard conventions.
  2. Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
  3. Boy scout rule. Leave the campground cleaner than you found it.
  4. Always find root cause. Always look for the root cause of a problem.

Design rules

@baciotti
baciotti / gist:1f46f0692dac96877bf9a25c047c4aa2
Last active May 30, 2020 13:30
Configurações no Ubuntu Bash do Windows 10 para poder instalar o Code Igniter via composer
# ---------------------------------------------------------------------------------------
# Configurações para conseguir instalar o Code Igniter 4 no Ubuntu System do Windows 10
# Tiago Bacciotti Moreira - 30/05/2020
# ---------------------------------------------------------------------------------------
# Já tenho instalado o Xampp em minha máquina Windows
# Atualiza fonte de pacotes e a distro
sudo apt-get update
@baciotti
baciotti / dicas_windows.txt
Created August 19, 2018 17:54
Dicas Windows 10 - Windows 10 tips and tricks
Dicas Windows 10 - Windows 10 tips and tricks
Source: https://www.reddit.com/r/Windows10/wiki/tipsandtricks
Windows key + G opens up the "Game Bar", this allows you to take screenshots or record footage in games.
Windows key + X comes up with this menu with useful shortcuts
You can mount/burn .iso images to disks directly from File Explorer by right clicking on the ISO file and choosing the option through the context menu.
You can click on a title letter in the "All apps" list from the Start Menu which triggers a nice zoom-out animation and displays the alphabet for quick access to a specific letter. (Example)
You can narrow down search results to a single type (like files) by first typing the name of the section followed by a colon. For example:
files:jqu <-- this would find jquery files.