W3Basic Logo
Srinivas Ramakrishna

Srinivas Ramakrishna

Solution Architect

Srinivas Ramakrishna is a Solution Architect and has 14+ Years of Experience in the Software Industry. He has published many articles on Medium, Hackernoon, dev.to and solved many problems in StackOverflow. He has core expertise in various technologies such as Microsoft .NET Core, Python, Node.JS, JavaScript, Cloud (Azure), RDBMS (MSSQL), React, Powershell, etc.

Recent Articles By Srinivas Ramakrishna

Convert string to integer type in Go

Learn various methods to convert a string to an integer in Golang. This guide includes code examples and explanations for strconv.Atoi, strconv.ParseInt, and strconv.ParseFloat functions

Date
Read more ,

Concatenate Two or More Slices in Go

Learn different methods for concatenating slices in Go, including using the built-in functions append() and copy(), and a for loop.

Date
Read more ,

Find the Type of an Object in Go

Learn how to determine the type of an object in Go using the reflect package, the fmt package, and interface{}

Date
Read more ,

Check if a file exists in Go

Learn how to check if a file exists in Golang using various methods such as os.Stat(), os.Open(), os.IsExist(), ioutil.ReadFile().

Date
Read more ,

Read file line by line in Go

Learn different ways to read a file line by line in Go, including code examples and explanations. Use the bufio, ioutil, and os packages to accomplish this task efficiently.

Date
Read more ,

Check if a string is empty in Go

The most common ways to check if a string is empty in Go is using the `len()` function, the `==` operator, the `strings.TrimSpace()` function, and the `strings.Trim()` function.

Date
Read more ,

Go Base64

Learn how to use the base64 package in Go to encode and decode data, including the differences between the Encode and EncodeToString functions and the Decode and DecodeString functions.

Date
Read more ,

Go List All Files in a Directory

Learn different ways to list all files in a directory in Go, including using the os package, ioutil package, filepath.Walk function and filepath.Glob function.

Date
Read more ,

Go Get the file size

Go provides a simple and efficient way to get the size of a file using the `os.Stat()` function.

Date
Read more ,

Go JSON

Learn how to use Go's built-in encoding/json package for encoding and decoding JSON, reading and writing JSON from/to a file, and parsing JSON from an HTTP response.

Date
Read more ,

© 2023 W3Basic. All rights reserved.

Follow Us: