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

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

By tuannguyen · 4 min read · programming

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

By tuannguyen · 8 min read · programming

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

By tuannguyen · 3 min read · programming

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

By olorunfemiakinlua · 3 min read · programming

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

By tuannguyen · 4 min read · programming

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.

By bashiralam · 9 min read · programming

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,

By admin · 3 min read · programming

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

By tuannguyen · 7 min read · programming

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,

By antonyshikubu · 13 min read · programming

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 …

By antonyshikubu · 11 min read · programming