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
Install Golang on Windows [Step-by-Step]
Step by Step instructions to install golang on WIndows using official archive and choclatey
How to 'use strict' mode in JavaScript? [SOLVED]
JavaScript use strict is a string you write at the top of a script file or function to run your code in strict mode.
How to redirect with JavaScript? [SOLVED]
You can do JavaScript redirection using the location object's href attribute or assign() and replace() methods.
How to use jQuery hide() Method? [SOLVED]
The jQuery hide() Method causes a display of none to an HTML element.
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
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
How to PROPERLY upgrade GO version in Ubuntu? [SOLVED]
Step by step instructions to upgrade go in Linux, Windows and MacOS.
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 …
Golang Embedding Examples [Tutorial]
Using golang embedding with structs, interfaces, methods and files with examples
Create RESTFul CRUD API using Golang Fiber [Tutorial]
Step by Step instructions to create a RESTFul API to perform CRUD Operations using golang fiber with examples
How to import local package in GO? [SOLVED]
Step by step instructions to setup golang workspace and import local package with examples
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
Golang SQL Tutorial [CRUD Operation]
Step by Step instructions to create and manage QL database using golang sql module. Perform CRUD Operation using GO.
Golang Testing Examples | How to test GO Code?
Step by Step instructions to understand golang testing and write unit tests in go code.
Is it possible to delete variable in Python? [SOLVED]
We can delete variable in python using del keyword or del function
