Skip to content
  • Tue. Oct 7th, 2025
Recursive Minds

Recursive Minds

Lets Learn Together

  • Web Development
  • Data Structures & Algorithms
    • Patterns
    • Arrays
  • System Desgin
    • HLD (High Level Design)
    • LLD (Low Level Design)
Top Tags
  • JavaScript
  • Patterns
  • Number Patterns
  • Gaming
  • HLD
  • System Design
  • Game Development

Latest Post

Client-Server Architecture Network Protocols: Key to Communication Unlocking the World of Virtual Reality Augmented Reality: Bridging Real & Virtual Exploring Game Development
HLD (High Level Design) System Desgin

Client-Server Architecture

March 11, 2024 Amit Kumar
HLD (High Level Design) System Desgin

Network Protocols: Key to Communication

March 4, 2024 Amit Kumar
Game Development

Unlocking the World of Virtual Reality

September 27, 2023 Amit Kumar
Game Development

Augmented Reality: Bridging Real & Virtual

September 25, 2023 Amit Kumar
Game Development

Exploring Game Development

September 11, 2023 Amit Kumar
  • Latest
  • Popular
  • Trending
Client-Server Architecture
HLD (High Level Design) System Desgin
Client-Server Architecture
Network Protocols: Key to Communication
HLD (High Level Design) System Desgin
Network Protocols: Key to Communication
Unlocking the World of Virtual Reality
Game Development
Unlocking the World of Virtual Reality
Augmented Reality: Bridging Real & Virtual
Game Development
Augmented Reality: Bridging Real & Virtual
Introduction to JavaScript
Web Development
Introduction to JavaScript
Reverse Number Pattern
Data Structures & Algorithms Patterns
Reverse Number Pattern
functions in JavaScript
Web Development
functions in JavaScript
Arrays in JavaScript
Web Development
Arrays in JavaScript
Client-Server Architecture
HLD (High Level Design) System Desgin
Client-Server Architecture
Network Protocols: Key to Communication
HLD (High Level Design) System Desgin
Network Protocols: Key to Communication
Unlocking the World of Virtual Reality
Game Development
Unlocking the World of Virtual Reality
Augmented Reality: Bridging Real & Virtual
Game Development
Augmented Reality: Bridging Real & Virtual
Web Development

JavaScript Data Types

December 13, 2022 Amit Kumar

JavaScript Data Types: JavaScript provides different data types to hold different kinds of values. There are two kinds of data types in JavaScript. Primitive Data Types Non-Primitive Data Types JavaScript…

Web Development

Let var const in JavaScript

December 4, 2022 Amit Kumar

Let var const are keywords of javascript used to declare variables. let’s discuss them one by one below Var Prior to the introduction of ES6, declarations were governed by var.…

Web Development

Variable in JavaScript

November 25, 2022 Amit Kumar

Variable in JavaScript is a container. Just as we follow some rules when speaking English (grammar), we must follow some rules when writing a JavaScript program. The set of these…

Web Development

Introduction to JavaScript

November 13, 2022 Amit Kumar

Introduction to JavaScript JavaScript is a lightweight object-orientated programming language utilized by numerous websites for scripting webpages. It is an interpreted, full-fledged programming language that permits dynamic interactivity on websites…

Data Structures & Algorithms Patterns

Print inverted right angle triangle

November 5, 2022 Amit Kumar

In this article, we will learn about printing an inverted right-angle star pattern Input: n = 5 Output: * * * * * * * * * * * *…

Data Structures & Algorithms Patterns

Print right angle triangle number pattern

November 4, 2022 Amit Kumar

In this article, we will learn about printing right-angle triangle star pattern Input: n = 5 Output: 1 2 2 3 3 3 4 4 4 4 5 5 5…

Data Structures & Algorithms Patterns

Print right angle triangle number pattern

November 3, 2022 Amit Kumar

In this article, we will learn about printing right-angle triangle star pattern Input: n = 5 Output: 1 1 2 1 2 3 1 2 3 4 1 2 3…

Data Structures & Algorithms Patterns

Print right angle triangle star pattern

November 2, 2022 Amit Kumar

In this article, we will learn about printing right angle star pattern Input: n = 5 Output: * * * * * * * * * * * * *…

Data Structures & Algorithms Patterns

Program to print square star pattern

November 1, 2022 Amit Kumar

In this article, we will learn about printing square star pattern Input: n = 5 Output: * * * * * * * * * * * * * *…

Web Development

10 Basic JavaScript Interview Questions

October 20, 2022 Amit Kumar

Q1. What is JavaScript? JavaScript is the most popular web programming language. JavaScript is a lightweight, interpreted programming language with object-oriented features that allows building interactivity into static HTML pages…

Posts pagination

1 2 3
Subscribe
Loading

Recent Posts

  • Client-Server Architecture
    Client-Server Architecture
  • Network Protocols
    Network Protocols: Key to Communication
  • Virtual Reality
    Unlocking the World of Virtual Reality
  • Augmented Reality
    Augmented Reality: Bridging Real & Virtual
  • Game Development
    Exploring Game Development
Categories
  • Data Structures & Algorithms
  • Game Development
  • HLD (High Level Design)
  • Patterns
  • System Desgin
  • Web Development

You missed

HLD (High Level Design) System Desgin

Client-Server Architecture

March 11, 2024 Amit Kumar
HLD (High Level Design) System Desgin

Network Protocols: Key to Communication

March 4, 2024 Amit Kumar
Game Development

Unlocking the World of Virtual Reality

September 27, 2023 Amit Kumar
Game Development

Augmented Reality: Bridging Real & Virtual

September 25, 2023 Amit Kumar
Recursive Minds

Recursive Minds

Lets Learn Together

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Contact
  • Privacy Policy
  • About