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
GO Cast - Perform type casting [Practical Examples]
golang cast to string, golang cast string to int, cast to int golang, golang check type of variable, go cast examples
Hackerrank Solution: Find Angle MBC in Python [4 Methods]
4 different ways to solve find angle mbc hackerrank solution in python3.
Golang WaitGroup Explained: Masterclass in Concurrency
golang waitgroup multiple wait, golang waitgroup timeout, golang waitgroup limit, golang waitgroup error handling
Golang Mutex Tutorial [Lock() & Unlock() Examples]
Learn all a about golang mutext with practical examples. How to add mutex lock and unlock in go code. Using sync.RWMutex, that allows multiple readers to hold …
SOLVED: Measure Execution Time in Python [5 Methods]
python execution time in milliseconds, python measure execution time, running time python, python running time, python timeit, python time function runtime, …
HackerRank Solution: ginortS in Python [5 Methods]
ginorts hackerrank solution, athlete sort hackerrank solution
HackerRank solution: Python Triangle Quest 2 [2 Methods]
triangle quest hackerrank solution, triangle quest 2 hackerrank solution, triangle quest 2 hackerrank solution python3, triangle quest 2, triangle quest 2 …
Hackerrank Solution: Triangle Quest in Python [3 Methods]
triangle quest hackerrank solution, triangle quest 1 hackerrank solution in python, triangle quest 1 hackerrank solution in python, triangle quest 1 hackerrank …
Hackerrank solution: No Idea! in Python [5 Methods]
5 different ways to solve no idea hacker rank question with explanation in python and python3
How to PROPERLY use break statement in Python [Easy Examples]
python break statement into multiple lines, python break statement in nested loop, python break statement example, python break statement not working, python …
Go Channels Complete Tutorial Explained in Layman's Terms
why use channels in golang, go channel select, go channel close, golang read from channel, golang count items in channel, golang channel blocking, golang …
HackerRank Solution: Athlete Sort Python [3 Methods]
3 different ways to solve hackerrank solution on athlete sort in Python programming language
Hackerrank Solution: How to check leap year in Python
hackerrank leap year python, hackerrank solution write a function
Hackerrank Solution: Compress the string Python
Hacker Rank Solution for Compress the string in Python. 3 different ways to solve "compress the string" question from hacker rank
Goroutines Complete Tutorial Explained in Layman's Terms
Getting started with goroutines in golang, Create one or multiple go routines. Add time.Sleep and sync.WaitGroup to goroutines to wait for it complete. Enable …
