OAOlalekan Adegbiteinolalekanlearns.hashnode.dev·May 14, 2025 · 3 min readData Structure: QueuesPrerequisites: Basic knowledge of Python A data structure is a way to organize and store data. A queue is a linear data structure that handles data sequentially. It uses a first-in-first-out (FIFO) approach, meaning elements are processed and remov...00
OAOlalekan Adegbiteinolalekanlearns.hashnode.dev·Jan 22, 2023 · 1 min readAn overview of HTTPHTTP stands for Hyper Text Transfer Protocol. It is a set of rules for fetching resources across the internet. With HTTP, the client or recipient initiates the request and not the other way round A feature of HTTP is that it is stateless. This means ...00
OAOlalekan Adegbiteinolalekanlearns.hashnode.dev·Jul 16, 2022 · 4 min readWhat are Data Types in JavaScript?Data types represent features of data in a particular programming language, and they are often called values. this article will focus on the basic data types and by the end of this article, you will know the set of data types in JavaScript with examp...00