ahenk-docs/dev/resources.md

89 lines
2.5 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)
2023-07-24 06:35:47 +03:00
- [External Git Repos](#external-git-repos)
2023-07-22 14:15:05 +03:00
- [Useful Go Libraries](#useful-go-labraries)
- [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://github.com/golang/go | Go Source Code
2023-07-24 06:35:47 +03:00
- https://google.github.io/styleguide/go/ | Google, Go Sytle Guide
### External Git Repos
- [asandikci/go-learning](https://git.aliberksandikci.com.tr/asandikci/go-learning) | Go Learning Resources
- [asandikci/go-organization](https://git.aliberksandikci.com.tr/asandikci/go-organization) | Project Structure Resources
- [asandikci/go-exercise](https://git.aliberksandikci.com.tr/asandikci/go-exercise) | Go Exercise Resources and Solutions
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
<br>
2023-07-19 10:00:59 +03:00
---
2023-07-22 14:15:05 +03:00
<br>
# Agent Market Search
2023-07-24 06:35:47 +03:00
- [grafana/agent](https://github.com/grafana/agent) #golang
- [buildkite/agent](https://github.com/buildkite/agent) #golang
- [open-falcon-archive/agent](https://github.com/open-falcon-archive/agent) #golang
- [jenssegers/agent](https://github.com/jenssegers/agent) #php