An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Tech Notes

[![Check Markdown for broken links](https://github.com/dyka3773/tech-notes/actions/workflows/md-broken-link-check.yml/badge.svg)](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)