Useful Go Command [4]: golangci-lintThere are additional third-party tools to check code style and scan for potential bugs. However, running multiple tools over your code…Apr 30, 2022Apr 30, 2022
Useful Go Command [3]: go vetThere is another class of errors that developers run into. The code is syntactically valid, but there are mistakes that are not what you…Apr 30, 2022Apr 30, 2022
Useful Go Command [2]: golintThere are tools that help to enforce this style. The first is called golint. (The term “linter” comes from the Unix team at Bell Labs; the…Apr 30, 2022Apr 30, 2022
Useful Go Command -1: goimportsThere’s an enhanced version of go fmt available called goimports that also cleans up your import statements. It puts them in alphabetical…Apr 30, 20221Apr 30, 20221
Tüm Detayları ile PHP 8 — Union TypesUzun zamandır yazmayı planladığım PHP’nin 8 versiyonu ile ilgili yazı dizisi ile tekrardan merhabalar. Hangi yazılım geliştirme dilini…Apr 24, 2021Apr 24, 2021
Published inNerd For TechParsing XML via Golang with DTO PatternHello everyone, In this tutorial, I am going to show to you how to parse XML file via Golang with DTO.Apr 18, 2021Apr 18, 2021
PHP Abstract ve Interface Üzerine: Interface(Arayüzler)Yazı dizisinin ilk bölümü olan abstract sınıfları okumak için tıklayınJan 2, 2020Jan 2, 2020
PHP Abstract ve Interface Üzerine: Abstract SınıflarOOP (Nesne Yönelimli Programlama) konusu yazılım geliştiricilerin iş görüşmelerinde en sık karşılaştıkları sorulardan olsa gerek. Maçkolik…Dec 29, 2019Dec 29, 2019
Slim 4.0.0 has been releasedSlim is a lightweight and very fast micro framework for building powerful web app or Restful API. Slim contains very handy URL structure…Aug 2, 2019Aug 2, 2019
Go Programlama Dilinde Diziler: Array, Slice, Map — 2 SliceBir önceki bölümde go dilindeki array veri türü hakkında örnekler verip açıklamasını yapmış ve bazı uyarılarda bulunmuştum.Aug 1, 20192Aug 1, 20192