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

960 articles

Date Formatting in JS [SOLVED]

Different methods to perform date formatting in JS (JavaScript) using Intl.datetimeformat method.

By olorunfemiakinlua · 4 min read · programming

JavaScript slice() Usage Explained for Beginners

The javascript slice method returns a slice, or subarray, of the specified array. Its two arguments specify the start and end of the slice to be returned.

By olorunfemiakinlua · 4 min read · programming

How to detect ad block in JavaScript? [SOLVED]

For us to detect ad blockers we will need to implement a JavaScript file that will be triggered when the ad blockers stop the rendering of the bait html

By olorunfemiakinlua · 3 min read · programming

How to send TAB key in JavaScript? [SOLVED]

Aside from the alphanumeric characters, different keys are used for numerous operations. Certain functions keys are used for help, documentation or running

By olorunfemiakinlua · 2 min read · programming

How to call a function every second in JS [SOLVED]

Learn how to call a function every second in JavaScript using powerful timing mechanisms like setInterval, enabling dynamic and interactive web experiences with …

By olorunfemiakinlua · 9 min read · programming

insertBefore() JavaScript Method Tutorial

The insertBefore JavaScript method requires two parameters: the node to be inserted and the reference node in the document before which you would like the node …

By olorunfemiakinlua · 3 min read · programming