Codegyan
Learn a new skill, launch a project, land your dream career.

Limitless learning at your fingertips

What is Adapters Design Pattern

Design patterns are reusable solutions to common problems that occur in software design. The Adapter pattern is one such pattern that helps solve the problem of incompatible interfaces between classes... Read Mores
Prathmesh Yelne

04-Jul-2024 21:48:12

45 Views Object Oriented Analysis & Design 3 months ago

Introduction To Directed Acyclic Graph (DAG’s)

Introduction to Apache Airflow DAGs Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. Workflows are defined as Directed Acyclic Graphs (DAGs) that define the re... Read Mores
Prathmesh Yelne

02-Jul-2024 22:12:04

22 Views Google Cloud Platform 3 months ago
google
Google

02-Jul-2024 9:13:20

2.2K Views GOOGLE a month ago

Difference Between DDL and DML in DBMS

In the realm of Database Management Systems (DBMS), SQL (Structured Query Language) is divided into various types of commands, each serving a specific purpose. Two primary types of SQL commands are Da... Read Mores
Prathmesh Yelne

02-Jul-2024 9:13:20

19 Views Database, SQL 3 months ago

SQL Commands | DDL, DQL, DML, DCL and TCL Commands

SQL (Structured Query Language) is a standard language for managing and manipulating databases. It includes a variety of commands grouped into different categories based on their functionality. In thi... Read Mores
Prathmesh Yelne

01-Jul-2024 10:48:00

342 Views Database, SQL, SQLite 3 months ago
google
Google

02-Jul-2024 9:13:20

2.2K Views GOOGLE a month ago

What is Strategy Design Pattern

Introduction: The Strategy Design Pattern is a behavioral pattern that enables the selection of a specific algorithm at runtime from a set of alternative algorithms. This pattern encapsulates the algo... Read Mores
Prathmesh Yelne

28-Jun-2024 22:01:00

16 Views Object Oriented Analysis & Design 4 months ago

What is Data Modeling?

Data modeling is a crucial process in the design of databases and information systems. It involves the creation of a visual representation or blueprint of a system's data. This process helps in organi... Read Mores
Prathmesh Yelne

24-Jun-2024 20:13:22

21 Views Article, Data Science 4 months ago
google
Google

02-Jul-2024 9:13:20

2.2K Views GOOGLE a month ago

Next.js vs. React: Which Framework to Choose for Front-End Development in 2024?

Next.js vs. React: Which Framework to Choose for Front-End Development in 2024? In the evolving landscape of web development, selecting the right framework can make a significant diff... Read Mores
Prathmesh Yelne

22-Jun-2024 15:56:29

21 Views Article, React JS 4 months ago

What is Apache Spark?

 What is Apache Spark? Apache Spark is a unified analytics engine designed for largescale data processing. Spark's design emphasizes highspeed performance, ease of use, and sophisticated analyti... Read Mores
Prathmesh Yelne

21-Jun-2024 15:51:18

54 Views Apache Spark, Data Science 4 months ago
google
Google

02-Jul-2024 9:13:20

2.2K Views GOOGLE a month ago

Finding the 2nd Highest Salary of Employees in SQL

Finding the 2nd highest salary in an employee database is a common SQL problem that can be approached in multiple ways. This article explores several methods, using various SQL constructs and function... Read Mores
Prathmesh Yelne

20-Jun-2024 16:40:55

41 Views Campus Interview, SQL 4 months ago