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

957 articles

HackerRank Solution: Python Capitalize!

In this tutorial we will cover following solutions for hacker rank problem capitalize in python Solution-1: Using for loop, Solution-2: Using a user- defined …

By Bashir Alam · 5 min read · programming

HackerRank Solution: Python Alphabet Rangoli

In this tutorial we cover 3 methods to solve alphabet rangloi hackerrank solution in python3. Solution-1: Using the string module, Solution-2: Using for loop, …

By Bashir Alam · 5 min read · programming

HackerRank Solution: String Formatting

In this tutorial we will solve string formatting problem of python strings from hacker rank using python. We have covered 3 methods to solve this problem using

By Bashir Alam · 4 min read · programming

HackerRank Solution: Designer Door Mat

In thus tutorial we will solve hacker rank problem on designer door mat using python3 with following 4 methods, Solution-1: Using the map function, Solution-2: …

By Bashir Alam · 5 min read · programming

HackerRank Solution: Python Text Wrap

In this tutorial we cover 3 different methods to solve Python text wrap problem from hacker rank using Solution-1: Using for loop Solution-2: Using textwrap …

By Bashir Alam · 4 min read · programming

HackerRank Solution: Python Text Alignment

There are two methods to solve text alignment problem from Hacker Rank. 1. Using user defined function, 2. Using for loop.

By Bashir Alam · 4 min read · programming

Smaller Go Docker images with multi-stage builds

Shrink a Go service image with Docker multi-stage builds: compile in a golang image, then copy only the static binary into a minimal runtime such as Alpine so …

By Antony Shikubu · 2 min read · programming

HackerRank Solution: Python String Validators

Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical characters, alphanumeric characters,

By Bashir Alam · 5 min read · programming

HackerRank Solution: Python Find a string

In this challenge, the user enters a string and a substring. You have to print the number of times that the substring occurs in the given string. String

By Bashir Alam · 4 min read · programming

HackerRank Solution: Python Diwali Lights

On the eve of Diwali, Hari is decorating his house with a serial light bulb set. The serial light bulb set has N bulbs placed sequentially on a string which

By Bashir Alam · 4 min read · programming