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: Does Path Exist

Adam is standing at point (a, b) in an infinite 2D grid. He wants to know if he can reach point (x, y) or not. The only operation he can do is to move to

By Bashir Alam · 4 min read · programming

Create SVG with JavaScript

Learn how to create SVG with JavaScript using createElementNS, innerHTML, and safe SVG string examples.

By Olorunfemi Akinlua · 2 min read · programming

HackerRank Solution: Python sWAP cASE [3 Methods]

You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase letters and vice versa.

By Bashir Alam · 4 min read · programming

HackerRank Solution: Python Mutations

There are 4 possible methdos to solve python mutations from hacker rank using a while loop, One-line solution, Using list comprehension, Using for loop

By Bashir Alam · 6 min read · programming

Master Docker and Golang Usage with Best Practices

Unlock the potential of containerization in your development workflow with our powerful Docker and Golang tutorials. Elevate your coding expertise, conquer …

By Antony Shikubu · 12 min read · programming

How to archive username in Java?

To "archive the username" in Java means to store the username for later access and retrieval. This may mean storing the username in a variable, class field,

By Deepak Prasad · 5 min read · programming