Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marciojg/my-notes
Minhas anotações de estudo
https://github.com/marciojg/my-notes
Last synced: 7 days ago
JSON representation
Minhas anotações de estudo
- Host: GitHub
- URL: https://github.com/marciojg/my-notes
- Owner: marciojg
- License: apache-2.0
- Created: 2019-08-14T13:24:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T22:25:25.000Z (over 1 year ago)
- Last Synced: 2024-12-10T16:23:00.810Z (13 days ago)
- Language: Ruby
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-notes
Minhas anotações de estudo e pré-artigo https://marciojg.github.io## Inspiração
https://github.com/khaosdoctor/my-notes## Lista de arquivos (necessita de organização)
```
├── ambiente
│ ├── nodejs-zica-ubuntu.md
│ ├── ubuntu
│ │ └── roblox
│ │ └── README.md
│ ├── wsl2
│ └── wsl-ubuntu-getstarted.md
├── arvore-de-termos.md
├── aws
│ └── cognito.md
├── backlinks
│ └── backlinks.md
├── chsarp
│ ├── EF
│ │ └── linq-complexo.md
│ ├── exception.md
│ ├── i-o-streams.md
│ ├── liberando_recurso_using.md
│ ├── metodos-de-extensao.md
│ ├── object.md
│ ├── params.md
│ └── string.md
├── docker
│ └── docker-run.md
├── dsl
│ └── dsl.md
├── evets
│ └── patterns
│ └── README.md
├── fotos
│ └── editar_comprimir.md
├── git
│ ├── merge-gist.md
│ ├── rebase.md
│ ├── remover-tag.md
│ └── subtree.md
├── how_to_do.md
├── http
│ └── restful.md
├── ionic-4
│ ├── ionic-4.md
│ └── TODO.md
├── javascript
│ ├── angular
│ │ ├── customValidator.md
│ │ ├── form_group_or_conditinal.ts
│ │ ├── modules.md
│ │ ├── ng_troubleshooting.md
│ │ └── window_variable.ts
│ ├── destructuring_assignment.js
│ ├── map_with_filter.js
│ └── node
│ └── Startup.md
├── k8s
│ └── README.md
├── LICENSE
├── linux
│ ├── crontab.md
│ └── generics_commands.md
├── .net core
│ └── dependence_injection.md
├── passenger
│ └── README.md
├── principios-de-es
│ ├── design_patterns
│ │ └── debounce.md
│ └── README.md
├── qa
│ └── e2e
│ └── README.md
├── rabbitMQ
│ └── basic.md
├── rails
│ ├── active_record_ransack.rb
│ ├── custom_error.md
│ ├── gems.md
│ ├── inheritance_and_generalization
│ │ └── README.md
│ ├── migration
│ │ ├── add_timestamp.rb
│ │ ├── bulk_changes.rb
│ │ └── mudar_fk.rb
│ ├── nested_attributes
│ │ └── README.md
│ ├── rspec
│ │ ├── bisect.md
│ │ ├── mocks_stubs.md
│ │ └── testar_jobs.md
│ ├── select_all#squish
│ ├── settings
│ │ ├── application.rb
│ │ ├── database.yml
│ │ ├── mime_types.rb
│ │ └── routes.rb
│ └── yield&singleton_com_args.md
├── README.md
├── ruby
│ ├── abstract_class.rb
│ ├── alias_method.rb
│ ├── array_sum.md
│ ├── base64.rb
│ ├── benchmark.rb
│ ├── block.rb
│ ├── class_eval_e_instance_eval.rb
│ ├── const_missing_e_method_missing
│ ├── const_set.rb
│ ├── download_aws_presigned_document.rb
│ ├── gem-docker.md
│ ├── hook.rb
│ ├── include_e_extend.rb
│ ├── index_whith.rb
│ ├── instance_exec&__eval.md
│ ├── memory_benchmark.md
│ ├── params.rb
│ ├── pluck&tap&map.rb
│ ├── proc_e_lambda.rb
│ ├── rake_taks.md
│ ├── regex.rb
│ ├── source_location.md
│ ├── static_accessor.rb
│ ├── tally.md
│ └── yield&enumerator&lazy.md
├── sidekiq
│ └── readme.md
└── SQL
└── sqlserver
└── select_sys_infos_of_column.sql