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
HackerRank Solution: Python Reduce Function [3 Methods]
3 ways to solve reduce function in python hackerrank solution, reduce function in python3 hackerrank solution, reduce function in python
Hackerrank Solution: Validating credit card numbers in Python
validating credit card numbers hackerrank solution, validating credit card numbers hackerrank solution python, validating credit card numbers hackerrank …
SOLVED: Mask password with asterisk from console in Java
2 different ways to mask password with asterisk from console input in Java. Hide password with asterisk in Java. Display asterisk instead of password in Java …
Golang Global Variables Explained [Beginners Tutorial]
golang global variables across packages, golang global variable initialization, golang global variable across files, golang global variables best practices, …
Hackerrank Solution: Map and lambda function in Python
map and lambda function hackerrank solution, Python program to print fibonacci series using lambda function, python - How to write the Fibonacci Sequence, Print …
Hackerrank Solution: Validating Email With a filter in Python
hackerrank valid email address regex, validating email addresses with a filter hackerrank solution, valid email address hackerrank, valid email address …
Golang Concurrency Explained with Best Practices
The best practices of using golang concurrency with examples and best practicies. gorutine leak, atomic, mutex, waitgroup
HackerRank Solution: Python Company Logo [3 Methods]
company logo hackerrank solution python, company logo hackerrank solution python3, hackerrank solution for company logo in python
6 Methods to check if Array is Empty in JavaScript
javascript array is empty, array isempty javascript, array isempty js, js array isempty, js check if array is empty, javascript check if array is empty, check …
[SOLVED] Check if file or directory exists in Node.js
Check synchronously if file/directory exists in Node.js, How to check whether a directory exists in node.js?, NodeJs: fs.stat() or fs.access() to check if a …
Golang Optional Parameters (No Default Values? Best Workarounds Explained)
Learn how to implement optional parameters in Golang using variadic functions, struct-based patterns, and pointer parameters. This guide explains why Go does …
Goroutine vs Threads in Golang [8 Differences]
In this tutorial we have compared goroutine with threads with all the basic differences along with practical examples
SOLVED: Golang access variable from another package
golang access variable from another package, golang global variable, golang global variables across files, golang export variable from package, golang not …
Golang function vs method Comparison with Examples
golang receiver vs function argument, golang receiver vs function argument, golang when to use methods, method and function in golang, golang instance function, …
Golang variadic function Explained [Practical Examples]
variadic function golang, pass array to variadic function golang, golang variadic function interface, golang variadic function different types, olang function …
