Soumendra kumar sahoo
Soumendra's Blog

Soumendra's Blog

Follow
home🐍Python🤖AI👩🏻‍💻Go🧐Job Interviews🗣️Odia Language🛠️Tools
Series

Go Programming

In this series, I will describe various concepts of the GoLang programming language.

Articles in this series

How to Use Structs in GoLang: A Comprehensive Tutorial

Mar 23, 20236 min read 105 views

A short tutorial on struct of GoLang · This blog post discussed structs in GoLang, which are user-defined types used to group data and model real-world...

How to Use Structs in GoLang: A Comprehensive Tutorial

Concurrency and parallelism in Go

Feb 19, 20231 min read 101 views

Boosting Go Performance: Understanding Concurrency and Parallelism for Efficient Code Execution GoLang has built-in support for concurrency and...

Concurrency and parallelism in Go

Multiple return values from a function

Feb 18, 20231 min read 100 views

Unlock the Power of Functions: How to Get Multiple Return Values with These Simple Tips in GoLang · One feature that makes GoLang unique is its support...

Multiple return values from a function

Go: Let's start

Dec 25, 20223 min read 69 views

Learn Go programming language · Go is a popular programming language known for its simplicity, concurrency support, and efficient memory management....

Go: Let's start

Go: Arrays vs Slices

Dec 9, 20224 min read 657 views

What are the differences between Arrays and Slices in GoLang? · Array and slice are two important data structures in Go that are used to store and...

Go: Arrays vs Slices