- Two ways to solve the Anagram problem using Python

Two ways to solve anagram problem using Python language.
- Reverse linked list

What is a Reverse linked list and two ways to solve the Reverse linked list problem in Python will be shared in the most detail through the article below.
- Shift linked list problem

In the previous lesson, we learned the answer to the Reverse linked list problem. In this lesson, we will solve the shift linked list problem.
- Class inheritance in Python (P1)

Classes along with objects are the core components of Python. Classes provide a way to organize attributes (data) and methods (behaviors). Let's explore them further.
- Introducing the greedy algorithm

In this article, I will introduce a rather interesting algorithm called greedy algorithm and its detailed solution.
- Merge Linked List Problem

Continuing the Linked List topic in the Algorithm & Data Structure series, today I will introduce to you the Merge Linked List problem. In this article, I will give 2 solutions to
- Class Inheritance in Python (Part 2)

In the previous part, I mentioned the basic properties of classes in Python. In this part, I will mention the advanced properties and characteristics of classes.
- Learn about the new optional chaining operator (?.) in JavaScript and its application in Vue.js

Optional Chaining (?.) is a new operator introduced in ES2020 of JavaScript. Let's learn and use it in Vue.js 2 and 3.
- What is ActiveMQ? Benefits of ActiveMQ

ActiveMQ is an open source messaging software that serves as the backbone for the architecture of distributed applications built on messaging.
- What is NextJS? All the basic knowledge you should know

NextJS is an open-source React front-end framework that offers optimization features like server-side rendering and static website generation.
- What is ReactJS? Why ReactJS is the future of web development

ReactJS is a JavaScript library that has become increasingly popular in recent years, used by many tech giants such as Facebook.
- Next.js vs Express.js: Exploring the Differences Between the 2 Frameworks

Express.js and Next.js are two of the most advanced frameworks for web development.
- Instructions on how to use the Grep command in Linux

The Grep command stands for 'Global Regular Expression Print', which is a command in Unix/Linux used to search for lines of text in a regular expression pattern.
- What is Xcode and how to use it effectively

Xcode is an integrated development environment (IDE) developed by Apple specifically for macOS.
- What is ES6? Features and Benefits of ES6 over JavaScript

Javascript ES6, also known as ECMAScript 6, is the latest version of the ECMAScript standard.
- Learn about the SELECT DISTINCT command in SQL

SELECT DISTINCT is a basic but extremely useful command to remove duplicate records in a data table. This article will guide you on how to use the SELECT DISTINCT command in SQL.
- What is NGROK? Detailed instructions for use

NGROK was first developed in 2013, with the goal of providing a simple and efficient solution for remote access to internal services.
- What is HeidiSQL? A guide to using HeidiSQL to manage databases

HeidiSQL is a free open source tool specifically designed for MySQL and MariaDB database administration.
- What is JRE (Java Runtime Environment)?

JRE (Java Runtime Environment) is a software that runs on a computer operating system, providing the resources needed to run Java programs.
- What is Node.js Hosting? Instructions for installation and effective use

Node.js Hosting is a service that allows users to host and deploy web applications developed on the Node.js platform, using Google Chrome's V8 JavaScript Engine.