Genix

Genix @m__mdy__m

About: Greatness، of small steps!

Joined:
Dec 8, 2023

Genix
articles - 31 total

Protocol Agnostic Framework

Hey everyone! After a lot of R&D, multiple design iterations, and endless hours of...

Learn More 56 31Apr 9

What is an algorithm really?

You've probably seen and heard the phrase "What is an algorithm?" countless times. Even I have...

Learn More 7 0Mar 31

new web framework

Hey everyone! I’m still working hard on Gland, and after a lot of refactoring and R&D, I’m...

Learn More 52 46Feb 28

Modern in-memory cache released v2.0.0

I am excited to announce the release of QIKS 2 0 This version represents a complete overhaul of the...

Learn More 11 0Feb 6

Introduction to QIKS

As a developer, I'm always excited to create new tools that combine the power of simplicity with the...

Learn More 7 0Dec 27 '24

Rewriting of the "Arliz" Book

Dear Friends, I am in the process of rewriting my book Arliz from the beginning. This time, I’ve...

Learn More 5 0Nov 26 '24

What is Algorithm

INTRODUCTION The word “Algorithm” is derived from the name of the Persian scholar Abdullah...

Learn More 6 7Oct 31 '24

What is a Variable in Programming?

Over the past few days, I’ve been conducting an in-depth study on variables across various...

Learn More 7 0Oct 13 '24

What are Syntax and Semantics

If you're learning a language, you've probably heard the word "syntax" and deal with it all the time....

Learn More 8 0Oct 1 '24

Introducing Agas 1.0.0

I'm excited to announce the release of Agas version 1.0.0, a powerful and flexible tool designed to...

Learn More 5 0Sep 11 '24

A book about arrays

I'm currently writing a book called "Arliz," which is a collection of everything I've learned—and am...

Learn More 14 0Aug 29 '24

The OSI Model: A Comprehensive Overview

The Open Systems Interconnection (OSI) model, developed by the International Organization for...

Learn More 10 0Jul 25 '24

What is Associative Arrays in Computer Science

In computer science, an associative array, map, symbol table, or dictionary is an abstract data type...

Learn More 8 2Jun 30 '24

Understanding Array Data Structures

In computer science, an array is a data structure consisting of a collection of elements (values or...

Learn More 15 0Jun 26 '24

What is Threads and its use in Node.js

In the bustling world of computer science, threads are like tiny, independent workers within a larger...

Learn More 23 4Jun 23 '24

Basic Sorting Algorithms

Data organization is crucial in today’s digital world. Sorting algorithms are the silent heroes...

Learn More 55 0May 4 '24

Data Structures: A Comprehensive Introduction

A data structure is a specialized format for organizing, processing, retrieving, and storing data....

Learn More 45 0Apr 28 '24

Basic Algorithms

Algorithms are the lifeblood of computing. They are the step-by-step instructions that computers...

Learn More 202 10Apr 26 '24

What is dependency injection

In the realm of object-oriented programming (OOP), dependency injection (DI) emerges as a cornerstone...

Learn More 33 20Apr 8 '24

What is Access Modifiers

Access Modifiers Access modifiers play a crucial role in object-oriented programming...

Learn More 11 0Apr 6 '24

Cohesion and Coupling in Javascript

Summary Cohesion and coupling are two fundamental principles in Object-Oriented (OO)...

Learn More 17 0Mar 29 '24

Understanding Abstraction in OOP

Explanation: Abstraction is a fundamental concept in computer science and software...

Learn More 32 3Mar 27 '24

Polymorphism in Javascript

Summary: Polymorphism is a fundamental concept in object-oriented programming (OOP)...

Learn More 103 32Mar 23 '24

Exploring Inheritance in Object-Oriented Programming

Summary: In object-oriented programming (OOP), inheritance is a mechanism that allows a...

Learn More 21 0Mar 19 '24

Middleware in Express.js

Introduction: Express.js, a popular web application framework for Node.js, provides a...

Learn More 45 4Jan 11 '24

HTTP Status Codes: A Guide for Developers

HTTP status codes are essential communication tools between web servers and clients, providing vital...

Learn More 61 11Jan 2 '24

Understanding Cookies and Sessions in Node.js

Understanding the Foundation: HTTP and Its Statelessness: Before diving into the intricacies of...

Learn More 52 2Dec 26 '23

The best way to handle errors in asynchronous javascript

In the first step, we need to understand what asynchronous JavaScript is in summary and with an...

Learn More 10 2Dec 22 '23

Buffers in Node.js

Struggling to wrap your head around Node.js concepts like Buffer and binary data? Fret not, you’re...

Learn More 25 1Dec 14 '23

Http vs Express

Creating servers and handling web requests are essential aspects of web development. While the...

Learn More 7 0Dec 8 '23