Meet Rajesh Gor

Techstructive Blog

#Go

Golang: JSON YAML TOML (config) File Reading.

Golang: JSON YAML TOML (config) File Reading.

Reading specific files used generally for configuration and storing data, as well as for web development. Reading file formats …

Post Thumbnail

Golang: File Reading

Golang: File Reading

Using system calls to read files in Golang. Reading files using various styles like line by line, word, character, chunk and any …

Post Thumbnail

Golang: Paths

Golang: Paths

Woking with Path and Filesystems using path, filepath, io, os packages in golang.

Post Thumbnail

Golang: Error Handling

Golang: Error Handling

Understanding the concept of errors in golang. How to handle errors in funciton calls, create custom error class with interfaces

Post Thumbnail

Golang: Interfaces

Golang: Interfaces

Understanding the baiscs of interfaces in Golang. Exploring the concept of polymorphism in golang with the help of interfaces …

Post Thumbnail

Golang: Closures

Golang: Closures

Understanding the baiscs of closures in Golang. Creating some simple examples for exploring the concept of closures with Golang.

Post Thumbnail

Golang: Anonymous Functions

Golang: Anonymous Functions

Understanding the concept of the Anonymous functions in golang

Post Thumbnail

Golang: Defer

Golang: Defer

Understanding the concpet of the defer keyword in golang

Post Thumbnail

Golang: String Manipulation

Golang: String Manipulation

Understanding a few terms and tricks to play with Strings in Golang.

Post Thumbnail

Golang: Mutable and Immutable Data Types

Golang: Mutable and Immutable Data Types

Understanding and Exploring immutable and mutable data types in Golang. Learning why the variable behaves in golang as they do.

Post Thumbnail

Golang: Operators

Golang: Operators

Understanding the basics of operators like arithmetic, logical, bitwise, assignment operators in Golang

Post Thumbnail

Golang: Math Package

Golang: Math Package

Exploring various functions in the Math package in the Golang standard Library

Post Thumbnail

Golang: Packages

Golang: Packages

Exploring and understanding packages in Golang along with it's usage

Post Thumbnail

Golang: Pointers

Golang: Pointers

Diving into the pointers and memory address(under the hood) things in Golang

Post Thumbnail

Golang: Structs

Golang: Structs

Exploring the fundamentals of Structures in Golang

Post Thumbnail

Golang: Functions

Golang: Functions

Understanding the basics of functions in Golang

Post Thumbnail

Golang: Maps

Golang: Maps

Understanding the basics of Maps in Golang

Post Thumbnail

Golang: Slices

Golang: Slices

Understanding the basics of slices in Golang

Post Thumbnail

Golang: Arrays

Golang: Arrays

Understanding the basics of Arrays in Golang

Post Thumbnail

Golang: Input

Golang: Input

Understanding to perform user input in Golang

Post Thumbnail