Hadi BahadoriJuly 4, 2024 EducationalHow to create React elements with JSX 404 views18 minute read Introduction In this tutorial, you will learn how to describe elements with JSX. JSX is an abstraction that… 0 Shares 0 0 0
Hadi BahadoriJune 20, 2024 EducationalPython string Contain 376 views1 minute read Introduction The Python string class has a __contains__() function that we can use to check if a string… 0 Shares 0 0 0
Hadi BahadoriJune 20, 2024 EducationalHow to add elements to a list in Python 687 views2 minute read Introduction In this tutorial, we will learn different ways to add elements to a list in Python.… 0 Shares 0 0 0
Hadi BahadoriJune 20, 2024 EducationalHow to remove characters from a string in Python 561 views3 minute read Introduction This article describes two common methods you can use to remove characters… 0 Shares 0 0 0
Hadi BahadoriJune 16, 2024 EducationalHow to create a slider using JS, HTML and CSS 629 views12 minute read Introduction Sliders are a series of frames where each frame can be scrolled in sequence.… 0 Shares 0 0 0
Hadi BahadoriMay 11, 2024 EducationalHistory of programming languages 530 views9 minute read Introduction As our society becomes increasingly involved in technology, programming languages… 0 Shares 0 0 0
Hadi BahadoriApril 27, 2024 EducationalHow to use Break, Continue, and Pass statements when working with loops in Python 469 views4 minute read Introduction Using for loops and while loops in Python allows you to automate tasks and… 0 Shares 0 0 0
Hadi BahadoriApril 23, 2024 Educational3 ways to compare Strings in C++ 624 views4 minute read Introduction In this article, you will learn how to compare strings in C++. 1. Using the function… 0 Shares 0 0 0
Hadi BahadoriApril 23, 2024 EducationalHow to implement Stack in C programming 488 views3 minute read Introduction A Stack is a linear data structure, a collection of items of the same type. In a Stack, insertion and… 0 Shares 0 0 0
Hadi BahadoriApril 19, 2024 EducationalHow to deploy Python application to Kubernetes with Okteto 330 views10 minute read Introduction Okteto is a development platform used to simplify the process of developing Kubernetes applications. 0 Shares 0 0 0