Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.08 KB

Daniel Sousa

Snippets & Codes

Note: this repo contains snippets and codes I find on Internet to help me on some jobs, like custom branding on WordPress or custom upload file on Bootstrap

Structure

├── HTML & CSS & JavaScript
│   ├── Angular
│   └── BootStrap
├── Laravel
├── Others
├── WordPress
├── images
└── macOS
  • In HTML & CSS & JavaScript folder you find snippets and codes about that languages, for example my custom file upload to Angular;
  • In Laravel folder you find snippets and codes to Laravel;
  • In Others folder you find guides, snippets and codes about other themes. For example, how to optimize images to upload in your website using terminal;
  • In WordPress folder you find snippets and codes to use on WordPress. This snippets/codes I collect when I need to some project, but now I store all in this repo;
  • In macOS folder you find commands and some things to use on your Mac.