HTML Word Scramble game in HTML and JS In this article at OpenGenus, we are going to develop the word Scramble game in HTML, CSS and JavaScript.
Web Development Whack a mole game using HTML, CSS, and JS Let's make some cool and amazing whack a mole game in this article at OpenGenus.
HTML Breakout game in HTML and JS In this article at OpenGenus, we will explore how to create a Breakout game using HTML and JavaScript. We will dive into the implementation details. By the end of this project, you will have a fully functional Breakout game that you can play and even customize according to your preferences.
Web Development Image to Text Converter Web Application using React In this article at OpenGenus, we are going to discuss about the image to text conversion web application which is built using well known React library.
System Design System Design of Train Reservation System In this article at OpenGenus, we will discuss the system design of a train reservation system, covering the functional and non-functional requirements, projected number of users, database design, main class designs, and a prospective system design.
System Design System Design of Meeting Scheduler In this article at OpenGenus, we are going to discuss some key points of the functional requirements, non-functional requirements and many more technical aspects for the System Design of meeting schedule.
System Design Always On availability Always On availability refers to the ability of a system to remain operational and accessible at all times, even during planned maintenance or unexpected outages.
System Design File Systems in Database In this article, we will learn what is file organization and what are benefits of doing it. We already know that data is stored in database, when we refer this data in terms of RDBMS we call it collection of inter-related tables.
System Design Database Clustering Database clustering is a technique used to increase the availability, scalability, and reliability of a database system.
System Design Sharding Sharding is a technique used in database architecture to partition a large database into smaller, more manageable pieces called shards. Each shard contains a subset of the data in the larger database, and is stored on a separate server or cluster of servers.
JavaScript Objects in JavaScript [Practical Guide] Detailed article on object creation, access methods and various built-in methods of object in JavaScript.