https://github.com/dyka3773/tech-notes
A collection of notes in Markdown on various technologies that me and some of my friends have worked with.
https://github.com/dyka3773/tech-notes
notes software
Last synced: 4 months ago
JSON representation
A collection of notes in Markdown on various technologies that me and some of my friends have worked with.
- Host: GitHub
- URL: https://github.com/dyka3773/tech-notes
- Owner: dyka3773
- License: unlicense
- Created: 2023-04-28T11:34:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:57:57.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:34:40.790Z (over 1 year ago)
- Topics: notes, software
- Language: Rich Text Format
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Notes
[](https://github.com/dyka3773/tech-notes/actions/workflows/md-broken-link-check.yml)
This is a collection of notes on various technologies that me and some of my friends have worked with. The notes are organized by technology and are written (mostly) in Markdown. The notes are intended to be a quick reference for ourselves, but we hope they are useful to others as well.
## Contents
* [Batch](Batch/batch-notes.md)
* Computer Networking
* [Computer Networking Course Notes (in Greek)](Computer%20Networking/Σημειώσεις%20υπό%20μορφή%20ερωτήσεων%20-%20Δίκτυα%20Υπολογιστών.rtf)
* [Class Notes](Computer%20Networking/class-notes.md)
* [General Tools](General%20Tools/)
* [Kafka](Kafka/)
* [Kafka ksqldb](Kafka/ksqldb.md)
* [Oracle](Oracle/)
* [Useful Metadata Queries](Oracle/useful-metadata-queries.md)
* [PHP](PHP/)
* [Useful Snippets](PHP/useful-snippets.md)
* [Python](Python/README.md)
* [Functional Paradigm](Python/functional-paradigm.md)
* [Arguments](Python/arguments.md)
* [Decorators](Python/decorators.md)
* [Conventions](Python/conventions.md)
* [Iterables and Generators](Python/iterables-and-generators.md)
* [Logging](Python/logging.md)
* [Dunder](Python/dunder.md)
* [Useful Snippets](Python/useful-snippets.md)
* [Custom Packages and Modules](Python/custom-packages-modules.md)
* [Exceptions](Python/exceptions.md)
* [Useful GitHub Repositories](Useful%20GitHub%20Repos/)
* [Actions](Useful%20GitHub%20Repos/actions.md)
* [Funny Repos](Useful%20GitHub%20Repos/funny-repos.md)
* [Interesting Repos](Useful%20GitHub%20Repos/interesting-repos.md)
* [VS Code](VS%20Code/)
## Contributing
If you want to contribute to this repository, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file first.
Be sure that we are not experts on any of the technologies in this repository. We are just trying to share our experience with others. If you find a mistake or have a suggestion for improvement, please let us know.
## Authors (for now)
- [Hercules Konsoulas](https://github.com/dyka3773)
- [Thanasis Tzimas](https://github.com/atzimas)