feat: update dev resources
This commit is contained in:
parent
a872d2601c
commit
19c5a1c080
2 changed files with 52 additions and 4 deletions
|
@ -7,4 +7,4 @@ Bu dizinde Ahenk arka yüz geliştiricileri ve Ahenk eklenti geliştiricileri i
|
|||
### Index
|
||||
| Açıklama | Bağlantı |
|
||||
| -------- | -------- |
|
||||
| Kaynaklar | [Resources.md](Resources.md) |
|
||||
| Tüm Kaynaklar ve Harici Bağlantılar | [resources.md](resources.md) |
|
|
@ -1,21 +1,53 @@
|
|||
# All Development Resources
|
||||
|
||||
### Index
|
||||
|
||||
- [General](#general)
|
||||
- [Daemon / Linux](#daemon--linux)
|
||||
- [XMPP](#xmpp)
|
||||
- [XMPP Info](#xmpp-info)
|
||||
- [Security / Privacy / Encryption](#security--privacy--encryption)
|
||||
- [XMPP Servers&Clients written in Go](#xmpp-serversclients-written-in-go)
|
||||
- [GO](#go)
|
||||
- [Useful Go Libraries](#useful-go-labraries)
|
||||
- [Project Structure Resources](https://git.aliberksandikci.com.tr/asandikci/go-organization)
|
||||
- [Go Exercise Resources](https://git.aliberksandikci.com.tr/asandikci/go-exercise)
|
||||
- [Agent Market Search](#agent-market-search)
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
# General
|
||||
- https://liderahenk.
|
||||
- https://docs.liderahenk.
|
||||
- https://gonullu.pardus.org.tr/merkezi-yonetim-sistemi/
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
# 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)
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
# XMPP
|
||||
### General
|
||||
### XMPP Info
|
||||
- https://xmpp.org/ | Official Page
|
||||
- https://en.wikipedia.org/wiki/XMPP | Wiki
|
||||
- https://xmpp.org/extensions/ | Specification List
|
||||
|
@ -24,16 +56,32 @@
|
|||
### Security / Privacy / Encryption
|
||||
- https://wiki.xmpp.org/web/XMPP_E2E_Security | OMEMO, OpenPGP comparison and Info
|
||||
|
||||
### XMPP servers/clients written in Go
|
||||
- https://github.com/ortuman/jackal
|
||||
- https://github.com/daneharrigan/hipchat
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
# Go
|
||||
- https://git.aliberksandikci.com/asandikci/go-learnign | Go Learnign Resources
|
||||
- https://git.aliberksandikci.com.tr/asandikci/go-learning | Go Learning Resources
|
||||
- https://github.com/golang/go | Go Source Code
|
||||
### 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
|
||||
|
||||
### [Project Structure Resources](https://git.aliberksandikci.com.tr/asandikci/go-organization)
|
||||
|
||||
### [Go Exercise Resources](https://git.aliberksandikci.com.tr/asandikci/go-exercise)
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
> *Check more resource in Mattermost Channels and my Personal Star Lists ([Go](https://github.com/stars/asandikci/lists/go-language),[Agent](https://github.com/stars/asandikci/lists/agent))*
|
||||
<br>
|
||||
|
||||
# Agent Market Search
|
||||
- WIP
|
Loading…
Reference in a new issue