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 redirect with JavaScript? [SOLVED]

You can do JavaScript redirection using the location object's href attribute or assign() and replace() methods.

By stevealila · 6 min read · programming

Get size of priority queue in python [SOLVED]

As we discussed that priority Queue is a special type of queue that arranges elements based on their priority level. In this section, we will discuss how we

By bashiralam · 6 min read · programming

Mastering Python len() Function [In-Depth Tutorial]

The len() function in Python is a built-in function that returns the number of items in an object. It's one of the simplest and most frequently used functions

By admin · 10 min read · programming

Golang Variable Naming Convention Guideline and TIPs

Explore the indispensable Golang Variable Naming Convention to elevate your coding practices. Dive deep into strategies that will enhance readability, improve …

By tuannguyen · 12 min read · programming

Managing golang connection pool [Practical Examples]

In the previous article, I introduced to you the ways to work with SQL in Golang. You don't need to change the defaults for the sql.DB connection pool for the

By tuannguyen · 7 min read · programming

Golang SQL Tutorial [CRUD Operation]

Step by Step instructions to create and manage QL database using golang sql module. Perform CRUD Operation using GO.

By tuannguyen · 10 min read · programming