Web Development Bubble Shooter game in HTML/CSS and JS In this article at OpenGenus, we will explore the popular game called "Bubble Shooter" and take a closer look at its underlying code.
Web Development Car racing game in HTML, CSS, JS In this article at OpenGenus, we will discuss and demonstrate the creating of a car racing game using HTML, CSS and JavaScript.
Web Development Connect Four game in HTML/CSS and JS In this article at OpenGenus, we dive into the world of web development to explore the development of Connect Four game using HTML, CSS, and JavaScript.
Web Development Routing in React In the context of React, routing allows developers to implement navigation and define different routes for different components or pages within a single-page application.
Python List of 25 Flask Project Ideas In this article at OpenGenus, we have given you 25 unique Flask project ideas for you to do if you don't know what to make. I have included a brief explanation, the concepts and technologies involved, and a difficulty rating.
Python Flask app to get list of all primes In this article at OpenGenus, we will explore how to build a Flask web application that generates a list of all prime numbers using server-side calculations.
Python Adjacency list and matrix in Python using OOP concepts In this article at OpenGenus, we have implemented Adjacency list and matrix in Python using OOP concepts. This is a must for mastering Graph Algorithm in Python.
Python Different ways to take user input in Python In this article at OpenGenus, we will be explaining different ways to take input in Python and also show code samples.
Python Language Translation in Python In this article at OpenGenus, we will be talking about how I create a language translation program using the python 3 programming language. This program is able to translate user input from english to arabic.
Operating System Sleeping Barber Problem The sleeping barber problem is a synchronization problem in computer science that deals with the management of a shared resource by multiple processes. The problem is presented in the example of a barber shop where there is one barber who cuts hair and a number of chairs for waiting customers.
CSS CSS Preprocessors CSS Preprocessors are tools that add more functionality to normal CSS by using its own unique syntax. The browser can't read preprocessors so the code has to be compiled into vanila CSS which the browser can read.