Safely using Maps in Golang: Differences in declaration and initializationWalkthrough the differences and pitfalls in declaring and initializing maps in GolangAug 31, 2024·7 min read·25
Golang: File WriteUsing system calls to write files in Golang. Performing writing, appending, deleting, and replacing operations to a fileMay 23, 2023·12 min read·17
Golang: JSON YAML TOML (config) File ReadingReading specific files used generally for configuration and storing data, as well as for web development. Reading file formats like JSON, YAML, TOML,May 22, 2023·14 min read·8
Golang: File ReadUsing system calls to read files in Golang. Reading files using various styles like line by line, word, character, chunk and any specific delimitersMay 21, 2023·8 min read·26
Golang: PathsWoking with Path and File systems using path, filepath, io, os packages in golang.May 20, 2023·17 min read·13
Golang: Error HandlingUnderstanding the concept of errors in golang. How to handle errors in function calls, create custom error class with interfacesMay 19, 2023·10 min read·4
Golang: InterfacesUnderstanding the basics of interfaces in Golang. Exploring the concept of polymorphism in golang with the help of interfaces and structs.May 18, 2023·7 min read·4