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
How to turn html body tag into string in GO? [SOLVED]
In order to make the string printable as plain text, we need to strip the string of its tags. In today's post, we will examine some methods to convert HTML to
Golang cobra Tutorial [With Examples]
Golang is a perfect programming language for creating CLI applications. In today's post, I will introduce you Cobra - a library for creating powerful modern
When does the init() function run in GO? [SOLVED]
Understanding the basics of golang init function and when it is called in the overall flow of the golang code?
How to multiply duration by integer in GO? [SOLVED]
In this tutorial, we will walk through some examples of converting int to time.Duration and doing some operations (division, multiply) with it. The built- in
How to Remove or Uninstall a Go Package (go get, Go Modules, Tools)
Learn how to remove or uninstall a Go package added with go get or go install. This guide explains how to remove Go module dependencies from go.mod, uninstall …
Golang vs Rust | Which language to choose in
Comparing different aspects of golang with rust programming language
How to print object in JavaScript? [SOLVED]
Everything in JavaScript is an object. So simply, in order to print objects in JavaScript, you will need to use the console.log() method. This method takes an
Golang slice append return value? [SOLVED]
In the previous chapter, we discuss how to use append function in Golang. append is a built-in function which appends elements to the end of a slice. If it
Python isupper() Method [with Examples]
python isupper shows whether a string of characters contains only capital letters or not. If at least one character is lowercase, it returns FALSE.
Extending Dictionary in Python [SOLVED]
A dictionary is a changeable, unordered Python container used to hold mappings between distinct keys and values. Curly brackets () are used for dictionaries,
Golang Performance Comparison | Why is GO Fast?
How to perform Golang Performance Benchmarking and Testing
Golang Benchmark and Testing [Step-by-Step]
Step by step instructions to perform golang benchmarking and testing
Top 8 Golang Development IDEs [With Features]
Although Golang may not be the most popular programming language, it is employed by many major companies, like Google, Uber, DropBox, DailyMotion, and many
Use GO Gorilla Mux Like a PRO: Don't be a Rookie!
In this tutorial, we will cover Golang's Gorilla Mux in detail, exploring its setup, RESTful API development, routing techniques, database integration,
Master Golang Gin Module [Explained with Examples]
Explore the transformative power of Golang Gin in web development. This guide offers insightful tips, best practices, and innovative strategies to elevate your …
