Category

Programming Tutorials and Coding Guides

Explore programming tutorials with practical examples across multiple languages, scripting, and development concepts for beginners and advanced users.

Welcome to the Programming tutorials section, where you will learn coding concepts with real-world examples across multiple languages and platforms.

This category includes beginner to advanced guides covering scripting, automation, and application development. Whether you are learning programming for system administration or building applications, these tutorials will help you gain practical experience.

Programming plays a crucial role in modern infrastructure and DevOps workflows. You can also explore related topics such as DevOps and Linux to understand how programming integrates with system-level operations.

What you will learn

  • Core programming concepts and logic building
  • Writing scripts for automation and system tasks
  • Debugging and optimizing code
  • Practical use cases in real environments

Who should read this

  • Beginners starting with coding
  • System administrators learning scripting
  • Developers looking for practical examples

960 articles

JavaScript Math max() Method

The JavScript Math max() method is a good JavaScript method that allows us to find the highest or largest number value among a series of numeric values

By olorunfemiakinlua · 3 min read · programming

JavaScript map with index [SOLVED]

To work with map is an interesting approach, especially with composability, and if you need access to the index of the element within the map, you can make use …

By olorunfemiakinlua · 3 min read · programming

Golang read and update same file [SOLVED]

Update file using os.OpenFile with os.O_APPEND flag and Write() function, Using WriteString() function to append string to a file, Using WriteAt() function to …

By tuannguyen · 5 min read · programming

Golang GOPATH vs GOROOT Comparison

We perform a comparison and difference between GOPATH and GOROOT variable available in go env.

By tuannguyen · 5 min read · programming

Golang Zap Logger & SugaredLogger Tutorial

Dive into zap - Go's fast and structured logging solution. Explore its two logging paradigms, learn how to dynamically set log levels, format outputs, handle …

By antonyshikubu · 18 min read · programming

Golang FIFO Tutorial With Examples

Read and Write into a FIFO File. EOF handling. Examples to create a reader and writer using FIFO.

By antonyshikubu · 7 min read · programming