- 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.
- 50 Most Common ReactJS Interview Questions from Basic to Advanced

If you are preparing for a ReactJS interview, here are 50 most common ReactJS interview questions that TipsMake has collected.
- 50+ Most Popular Tester Interview Questions Today

If you are wondering what will be asked in the Tester interview, this article will provide you with a set of 50+ tester interview questions that TipsMake has collected.
- What is A Javascript error occurred in the main process and how to fix it?

The error 'A JavaScript error occurred in the main process' is a common issue users encounter when using applications developed on the Electron platform, such as Discord, Slack,