Sevdiğim go projeleri

https://docs.gitea.io/en-us/https://github.com/oxequa/realize#config-sampleDOCKER bunu upload ın silmesinde kullanablirm yada api işlerinde https://github.com/avelino/awesome-go#job-scheduler

Magento İzlenimlerim

magento 2013-2014  Magento 1 ve 2017-2018  yıllarında   Magento 1  ve Magento 2   sürümü ile  kullandığım eticaret frameworküydü fakat zamanla bu framework’de bazı şeyler çok hoşuma gitti, bazı şeylerden nefret ettim.Hoşuma…

Linux Unutma

df -h : hdd durum bilgisi Creating a Tar GZip Archive Bundletar -cvzf backup.tar.gz itemtocompressFor example, to compress a directories jpg files only, you’d type:tar -cvzf jpegarchive.tar.gz /path/to/images/*.jpgOpening .tar.gz Archivesgunzip filename.tar.gztar…

Lisans Türleri

Açık kaynak olarak geliştirmekte olduğumuz ilk projemizi geliştirmeye başlamadan önce bir açık kaynak dünyasında daima dilden düşmeyen lisans kavramının tam olarak ne olduğunu bilmediğimizi fark ettik. Git versiyon kontrolünü kullanan…

FREE IDE

CodeTyphon is our FREE “Pascal Visual Programming Studio”https://www.pilotlogic.com/sitejoom/index.php/projects.html——-LAZARUS https://www.lazarus-ide.org/What is Lazarus?Lazarus is a Delphi compatible cross-platform IDE for Rapid Application Development.MONO linux and macos for c# idehttps://www.mono-project.com/download/stable/1. Visual Studio CodeVisual Studio Code is…

Golang tutorials web site

https://go101.org/article/101.htmlhttps://softwaredevvideos.tumblr.com/go clean code https://github.com/Pungyeon/clean-go-article Tour of GoHow to Write Go CodeEffective Go—-Notes on the book Clean Code - A Handbook of Agile Software Craftsmanship by Robert C. Martinhttps://github.com/jbarroso/clean-code#error-handling—–

external compilers resources

Compilers.netList of compilers and compiler search engine—-Free compilersMany links and tools. One of the best sites—Scriptol.orgProgramming languages and resources - compilers, IDE…——LibXMLLibXML - A package containing tools suitable for work…

golang Numeric Conversions

Atoi (string to int) i, err := strconv.Atoi(“-42”)——————————- Itoa (int to string). s := strconv.Itoa(-42)  ———————int64 to stringstr:= strconv.FormatInt(int64(165), 10)——————————- uint64 to string lastID := strconv.FormatUint(uint64(5656556666), 10) ——————————–string to  uint64 catID, _ := strconv.ParseUint(“string”, 10, 64)interface…

go books

https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/manuscript/02.5ObjectOriented.html