Web Development Password Generator using React In this article at OpenGenus.org, we will learn about generating a password using React, JavaScript and Vite. To people who are new to Vite, it's a build tool that aims to provide faster and leaner web development experiences.
Software Engineering Boy Scout Rule In this article at OpenGenus, we will learn about Boy Scout Rule and why its application is vital for effective technical debt management.
System Design Data Pipeline In this article at OpenGenus, we will learn about the concept of Data Pipeline. Data pipelines route raw data from various sources to destination for analysis or visualization.
System Design Data Mart In this article at OpenGenus, we will learn about the concept of a Data Mart. A data mart is a simplified or condensed version of a data warehouse. It has faster data retrieval and provides data required by a specific department or line of business within an organization.
System Design Data Lake In this article at OpenGenus, we will learn about the concept of Data Lake. A data lake is a centralized storage repository that holds big data from many sources in different formats.
UX Design The Principle of Familiarity in UX Design In this article at OpenGenus, we will learn about one of the five most important principles in UX Design - The Principle of Familiarity in UX Design.
Time Complexity Time Complexity of Topological Sort In this article at OpenGenus, you will learn about Time Complexity of Topological Sort. Specifically, the version of Topological Sort using Khan's Algorithm, which uses Breath First Search with a Queue.