ahenk-docs/dev/resources.md

87 lines
2.3 KiB
Markdown
Raw Normal View History

2023-07-22 14:15:05 +03:00
# All Development Resources
### Index
- [General](#general)
- [Daemon / Linux](#daemon-linux)
2023-07-22 14:15:05 +03:00
- [XMPP](#xmpp)
- [XMPP Info](#xmpp-info)
- [Security / Privacy / Encryption](#security-privacy-encryption)
- [XMPP Servers&Clients written in Go](#xmpp-servers-clients-written-in-go)
2023-07-22 14:15:05 +03:00
- [GO](#go)
- [Useful Go Libraries](#useful-go-labraries)
- [Project Structure Resources](https://git.aliberksandikci.com.tr/asandikci/go-organization) (External Repo)
- [Go Exercise Resources](https://git.aliberksandikci.com.tr/asandikci/go-exercise)(External Repo)
2023-07-22 14:15:05 +03:00
- [Agent Market Search](#agent-market-search)
<br>
<br>
---
<br>
<br>
2023-07-19 10:00:59 +03:00
# General
- https://liderahenk.
- https://docs.liderahenk.
- https://gonullu.pardus.org.tr/merkezi-yonetim-sistemi/
2023-07-22 14:15:05 +03:00
<br>
2023-07-19 10:00:59 +03:00
---
2023-07-22 14:15:05 +03:00
<br>
2023-07-19 10:00:59 +03:00
# Daemon / Linux
- https://github.com/sevlyar/go-daemon | Ready-to-use Go Daemon
- https://www.makeuseof.com/create-daemons-on-linux/ | Step-by-Step Daemon Guideline
- [stackoverflow/how-to-start-a-go-program-as-a-daemon-in-ubuntu](https://stackoverflow.com/questions/10067295/how-to-start-a-go-program-as-a-daemon-in-ubuntu)
- [stackoverflow/how-to-create-a-daemon-process-in-golang](https://stackoverflow.com/questions/23736046/how-to-create-a-daemon-process-in-golang)
2023-07-22 14:15:05 +03:00
<br>
2023-07-19 10:00:59 +03:00
---
2023-07-22 14:15:05 +03:00
<br>
2023-07-19 10:00:59 +03:00
# XMPP
2023-07-22 14:15:05 +03:00
### XMPP Info
2023-07-19 10:00:59 +03:00
- https://xmpp.org/ | Official Page
- https://en.wikipedia.org/wiki/XMPP | Wiki
- https://xmpp.org/extensions/ | Specification List
- https://xmpp.org/about/technology-overview/ | Technology Overview and Basic Technical Info
### Security / Privacy / Encryption
- https://wiki.xmpp.org/web/XMPP_E2E_Security | OMEMO, OpenPGP comparison and Info
2023-07-22 14:15:05 +03:00
### XMPP servers/clients written in Go
- https://github.com/ortuman/jackal
- https://github.com/daneharrigan/hipchat
<br>
2023-07-19 10:00:59 +03:00
---
2023-07-22 14:15:05 +03:00
<br>
2023-07-19 10:00:59 +03:00
# Go
2023-07-22 14:15:05 +03:00
- https://git.aliberksandikci.com.tr/asandikci/go-learning | Go Learning Resources
- https://github.com/golang/go | Go Source Code
2023-07-19 10:00:59 +03:00
### Useful GO Labraries
- https://github.com/kirsle/configdir | Get User Config and Cache Directories
- https://github.com/shibukawa/configdir | Get User Config and Cache Directories
2023-07-22 14:15:05 +03:00
### [Project Structure Resources](https://git.aliberksandikci.com.tr/asandikci/go-organization)
2023-07-19 10:00:59 +03:00
2023-07-22 14:15:05 +03:00
### [Go Exercise Resources](https://git.aliberksandikci.com.tr/asandikci/go-exercise)
<br>
2023-07-19 10:00:59 +03:00
---
2023-07-22 14:15:05 +03:00
<br>
# Agent Market Search
- WIP