From cbd72b3712cb9af43c372c0f38a661e23ed03609 Mon Sep 17 00:00:00 2001 From: Raghu Raman Bhattathirippad Date: Sun, 16 Feb 2025 16:45:17 +0530 Subject: [PATCH] Added Apache Spark and Databricks course with landing page --- courses/spark-databricks.html | 176 ++++++++++++++++++++++++++++++++++ index.html | 12 +++ styles.css | 7 ++ 3 files changed, 195 insertions(+) create mode 100644 courses/spark-databricks.html diff --git a/courses/spark-databricks.html b/courses/spark-databricks.html new file mode 100644 index 0000000..e990580 --- /dev/null +++ b/courses/spark-databricks.html @@ -0,0 +1,176 @@ + + + + + + Apache Spark and Databricks for Beginners - ITVersity + + + + +
+ +
+ +
+
+

Apache Spark and Databricks for Beginners

+

Learn big data processing with Apache Spark and master the Databricks platform

+ Enroll Now +
+
+ +
+
+

Course Overview

+
+
+

What You'll Learn

+
    +
  • Apache Spark architecture and components
  • +
  • Databricks workspace and notebooks
  • +
  • Data processing with Spark SQL
  • +
  • Spark DataFrames and Datasets
  • +
  • Machine learning with MLlib
  • +
  • Stream processing fundamentals
  • +
  • Delta Lake for reliable data lakes
  • +
  • Performance optimization and monitoring
  • +
+
+
+

Course Features

+
+
+ +

Duration

+

10 Weeks

+
+
+ +

Format

+

Live Online Classes

+
+
+ +

Certificate

+

Industry Recognized

+
+
+ +

Batch Size

+

Maximum 15 Students

+
+
+
+
+
+
+ +
+
+

Curriculum

+
+
+

Week 1-2: Foundations

+
    +
  • Introduction to Big Data and Spark
  • +
  • Spark architecture and components
  • +
  • Setting up Databricks workspace
  • +
  • Working with Databricks notebooks
  • +
+
+
+

Week 3-4: Data Processing

+
    +
  • Spark SQL and DataFrames
  • +
  • Data transformation and aggregation
  • +
  • Working with different data formats
  • +
  • Performance optimization techniques
  • +
+
+
+

Week 5-7: Advanced Features

+
    +
  • Machine learning with MLlib
  • +
  • Stream processing basics
  • +
  • Delta Lake fundamentals
  • +
  • Data quality and testing
  • +
+
+
+

Week 8-10: Production & Projects

+
    +
  • Production deployment patterns
  • +
  • Monitoring and optimization
  • +
  • Best practices and patterns
  • +
  • Capstone project
  • +
+
+
+
+
+ +
+
+

Industry Projects

+
+
+ Data Analysis Project + +

Data Analysis Pipeline

+

Build an end-to-end data analysis pipeline using Spark

+
+
+ ML Project + +

ML Model Deployment

+

Deploy machine learning models using MLlib

+
+
+ Streaming Project + +

Real-time Analytics

+

Build a real-time analytics dashboard

+
+
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index af83282..da28af6 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,17 @@

Data Engineering Essentials

View Course Details +
+

Apache Spark and Databricks for Beginners

+

Master big data processing with Apache Spark and Databricks platform

+ + View Course Details +
@@ -133,6 +144,7 @@

Contact Us

+ diff --git a/styles.css b/styles.css index 2e3d5b8..46cb3ae 100644 --- a/styles.css +++ b/styles.css @@ -417,6 +417,13 @@ footer { url('https://images.unsplash.com/photo-1518186285589-2f7649de83e0?ixlib=rb-1.2.1&auto=format&fit=crop&w=2000&q=80'); } +.spark-hero { + background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.9)), + url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-1.2.1&auto=format&fit=crop&w=2000&q=80'); + background-size: cover; + background-position: center; +} + /* Location Images */ .location-image { width: 100%;