Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkancosgun/gonotlari
Go Ders Notlari Ve API Ornegi
https://github.com/furkancosgun/gonotlari
echo echo-framework echo-server go golang turkish
Last synced: 16 days ago
JSON representation
Go Ders Notlari Ve API Ornegi
- Host: GitHub
- URL: https://github.com/furkancosgun/gonotlari
- Owner: furkancosgun
- Created: 2023-12-17T10:36:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T11:38:36.000Z (about 1 year ago)
- Last Synced: 2023-12-24T18:25:14.281Z (about 1 year ago)
- Topics: echo, echo-framework, echo-server, go, golang, turkish
- Language: Go
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GO NOTLARI
Variables: Temel değişken kavramları ve kullanımı.
Arrays and Slices: Diziler ve dilimlerle ilgili kavramlar.
If Statements: Koşul ifadeleri kullanımı.
For Loops: For döngüsü kullanımı.
Maps: Haritaların (map) kullanımı.
Functions: Fonksiyonların tanımlanması ve kullanımı.
Pointers: İşaretçiler (pointers) ve referanslarla ilgili konular.
Structs: Yapılar (structs) ve veri yapıları.
Interfaces Vol. 1: Arayüzler (interfaces) - Bölüm 1.
Interfaces Vol. 2: Arayüzler (interfaces) - Bölüm 2.
Interfaces Vol. 3: Arayüzler (interfaces) - Bölüm 3.
Defer: Defer ifadesinin kullanımı.
Scope Variables: Değişken kapsamı (scope).
Modules: Modül kullanımı.
Function Literals: Fonksiyon literallerinin (anonymous functions) kullanımı.
Error Handling: Hata işleme stratejileri.
Goroutines: Goroutines kullanımı.
Unbuffered Channels - Part 1: Tamponlanmamış kanallar - Bölüm 1.
Unbuffered Channels - Part 2: Tamponlanmamış kanallar - Bölüm 2.
Buffered Channels - Part 1: Tamponlu kanallar - Bölüm 1.
Buffered Channels - Part 2: Tamponlu kanallar - Bölüm 2.
Context - Part 1: Bağlam (context) - Bölüm 1.
Context - Part 2: Bağlam (context) - Bölüm 2.
Context - Part 3: Bağlam (context) - Bölüm 3.
Product API: Ürün API'si uygulaması.
Todo API: Görev (Todo) API'si uygulaması.
Todo API - Version 2: Görev (Todo) API'si uygulamasının ikinci sürümü.
Spawning Processes: Os.Exec Kullanımı
Http Client: Http Servislerini Cagirma(Gunluk Kur Ornegi)
TCMB Currency API: Gunluk Kur API Ornegi
Http Service: Basit Servis
JSON: Json Kullanimi
XML: XML Kullanimi
JWT Auth V1: Jwt Kullanımı V1
JWT Auth V2: Jwt Kullanımı V2
JWT Auth V3: Jwt Kullanımı V3
JWT Auth V4: Jwt Kullanımı V4
File API: Dosya Yukleme Ve Indirme Icın Dosya API