

Weet je niet waar
starten?
Track
Certificaat
Java Web
4.5+
★★★★★
★★★★★
30 recensies
Advanced
Dive into the world of Java web development with this comprehensive track. From mastering relational databases and SQL to building robust backend applications with Spring Boot, you'll develop the essential skills needed to create dynamic web applications. Bekijk meer
SQL
java
HTML/CSS
Redis
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Design and optimize relational databases to ensure data integrity and efficiency
- Write and manage SQL queries to retrieve, update, and manipulate data effectively
- Use Hibernate to simplify database interactions and manage data persistence in Java applications
- Build scalable backend applications with Spring Boot
- Improve application performance with Redis caching
- 216 chapters
- 25 hours
- 282 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Relational Database and Normalization
This section dives into the world of relational and non-relational databases, teaching you how to visually represent database structures.
We'll dive deep into relational databases, giving you a thorough understanding of essential concepts. This includes topics like foreign keys, various ON DELETE options, and the different types of relationships.
Ready to build a database? This section will hone your skills, emphasizing the importance of a well-structured database for peak performance. Here, you'll grasp the fundamental principles of crafting user-friendly databases.
Module 2 / Introduction to SQL
This section will introduce you to coding in SQL. It will start with some basic information related to SQL and SQL Databases in general, eventually moving towards writing basic SQL queries. The section also includes some fun exercises where you will get to practice the SQL syntax.
- What is SQL?Voorbeeld
- Setting Up SQL and SSMSVoorbeeld
- Getting Familiar with SSMSVoorbeeld
- Structure of an SQL Database SystemVoorbeeld
- The SELECT StatementVoorbeeld
- Challenge: First Day as a LibrarianVoorbeeld
- Challenge: Find all Book TitlesVoorbeeld
- Challenge: Find Book Titles and AuthorsVoorbeeld
- The DISTINCT KeywordVoorbeeld
- Challenge: Find all GenresVoorbeeld
We will get an introduction to filtering data from our selections. This will give us control over what kind of data we fetch from the database. This section will cover the syntax for filtering data and various operators which can help us write robust conditions for conditional selection of data.
- The WHERE ClauseVoorbeeld
- Challenge: Help a Reader Find Their Favorite GenreVoorbeeld
- Challenge: Fetching Older BooksVoorbeeld
- Conditional Expressions: Comparison OperatorsVoorbeeld
- Challenge: Avoid the Damaged BooksVoorbeeld
- Challenge: Highlight New ArrivalsVoorbeeld
- Challenge: Budget-Friendly BooksVoorbeeld
- Conditional Expressions: The AND OperatorVoorbeeld
- Challenge: Find Specific Books for a ReaderVoorbeeld
- Challenge: Defining RangesVoorbeeld
- Challenge: Multiple ConditionsVoorbeeld
- Conditional Expressions: The OR OperatorVoorbeeld
- Challenge: Matching Multiple OptionsVoorbeeld
- Challenge: Excluding A RangeVoorbeeld
- Conditional Expressions: The NOT OperatorVoorbeeld
- Challenge: Negating a RangeVoorbeeld
This section focuses on concepts related to sorting the tables based on the column values. Sorting can be useful in extracting the minimum or maximum values from a column or for making it easier to find relevant information quickly. We will also look at a keyword which can help us limit the number of rows that are fetched by our SELECT statements, making our queries more concise.
- Basic SortingVoorbeeld
- Challenge: Sorting the Library CatalogueVoorbeeld
- Sorting by Multiple ColumnsVoorbeeld
- Challenge: Further Sorting the CatalogueVoorbeeld
- Sorting after Filtering DataVoorbeeld
- Challenge: Find the Cheapest BooksVoorbeeld
- Challenge: Help a Customer Find a BookVoorbeeld
- The LIMIT KeywordVoorbeeld
- Challenge: Select Books for the Collector's SectionVoorbeeld
- Challenge: Affordable BooksVoorbeeld
You will learn about useful queries and keywords that can help us in populating a database with some data. This will include queries for creating tables, and for inserting rows into those tables. We will also cover two additional keywords that can help us in making our tables more intractable and robust.
- Creating a TableVoorbeeld
- Challenge: Creating a new Books TableVoorbeeld
- Inserting Rows into a TableVoorbeeld
- Challenge: Inserting DataVoorbeeld
- Challenge: Inserting More DataVoorbeeld
- Inserting Multiple RowsVoorbeeld
- Challenge: Inserting Bulk DataVoorbeeld
- Primary KeysVoorbeeld
- The SERIAL KeywordVoorbeeld
- Challenge: Changing the Books StructureVoorbeeld
- Specifying Default ValuesVoorbeeld
- Challenge: Further Improving the Books TableVoorbeeld
We will look at how to modify or delete data in an SQL database. This will include queries for updating or deleting rows in a table and making a copy of a table or deleting it.
- Updating Rows in a TableVoorbeeld
- Challenge: Correct Book's DataVoorbeeld
- Challenge: Updating Page CountsVoorbeeld
- Challenge: Mark Archived Books As UnavailableVoorbeeld
- Deleting RowsVoorbeeld
- Challenge: Deleting Outdated RecordsVoorbeeld
- Duplicating TablesVoorbeeld
- Challenge: Create a Table BackupVoorbeeld
- Challenge: Generate a Summarized Books TableVoorbeeld
- Deleting TablesVoorbeeld
Module 3 / Intermediate SQL
In this section, you will learn how to group and manage data effectively. We will introduce the GROUP BY operator for grouping data. Additionally, you will learn how to filter grouped data using the HAVING operator.
- GROUP BY ClauseVoorbeeld
- Order of StatementsVoorbeeld
- Challenge: Total Ride Time for Each Subway LineVoorbeeld
- Average Student's Grade ChallengeVoorbeeld
- Searching for the Top Math Students ChallengeVoorbeeld
- HAVING ClauseVoorbeeld
- Several Aggregate Functions in the QueryVoorbeeld
- More Complex FilteringVoorbeeld
You will learn about nested subqueries, how to create them, and how to use them effectively.
Here, you will learn how to combine multiple tables, allowing you to work with a unified table and simplify query creation.
Learn the fundamentals of Data Definition Language (DDL) and Data Manipulation Language (DML) in SQL, including how to create, modify, and delete database objects, as well as how to insert, update, and delete data within tables.
Module 4 / Java Data Manipulation with Hibernate
Why do we need a database? How does the interaction between a database and code work? What tools are used for different types of databases? You will learn all about this in this section!
This section will tell you how to set up and use Hibernate. You will learn how this framework works, what ORM is, and how to work with databases efficiently. You will also learn to write basic operations with a connected database, demonstrating your skills in practice!
- Hibernate. ORMVoorbeeld
- Hibernate Config and EntitiesVoorbeeld
- Challenge: Entity CreationVoorbeeld
- Transactions and SessionVoorbeeld
- Implementing DAO Pattern for our ProgramVoorbeeld
- Challenge: Implementing DAOVoorbeeld
- `query()` and `nativeQuery()`Voorbeeld
- Challenge: QueryVoorbeeld
- Entity Relations and Cascade TypesVoorbeeld
- Implementing the `Role` EntityVoorbeeld
- Challenge: Role Layers ImplementationVoorbeeld
- Section 2 SummaryVoorbeeld
In this section, we will complete work on the project's foundation for employee management in the company. We will add the remaining operations and one more entity.
Module 5 / Ultimate HTML
Explore the inner workings of the web. Learn how data travels across networks, discover the role of protocols, and unravel the mysteries of IP addresses and domain names. Gain a high-level understanding of how web browsers and servers communicate to deliver web content.
Discover the power of tags to structure content, from headings and paragraphs to lists and tables. Learn how to enhance the elements with attributes.
- Understanding HTML TagsVoorbeeld
- Working with HTML AttributesVoorbeeld
- Understanding Paired and Single Tags in HTMLVoorbeeld
- Text Markup and Formatting in HTMLVoorbeeld
- Challenge: Create Your First Web Page ParagraphVoorbeeld
- Challenge: Build a Personal Introduction Web PageVoorbeeld
- Challenge: Design a Movie Showcase Web PageVoorbeeld
- Using Links and Buttons in HTMLVoorbeeld
- Challenge: Create Links to Popular WebsitesVoorbeeld
- Validating Your HTML Code for Best PracticesVoorbeeld
The core of HTML document structure. Learn the components of an HTML document, including the doctype declaration, head, and body. Understand the purpose of each element and how they contribute to the overall structure of a webpage.
Make a web page more appealing with the help of media such as images, audio, and video. Work with structured tabular data in the form of tables.
- Adding Images in HTMLVoorbeeld
- Challenge: Work with ImagesVoorbeeld
- Working with Clickable Images, Captions, and OptimizationVoorbeeld
- Understanding Vector and Raster GraphicsVoorbeeld
- Embedding Audio and Video for Rich Media ContentVoorbeeld
- Challenge: Embed Audio and Video in HTMLVoorbeeld
- Creating and Structuring Tables in HTMLVoorbeeld
- Challenge: Design a Functional HTML TableVoorbeeld
Explore the versatility of HTML forms. Learn to design intuitive and user-friendly forms by leveraging key concepts and techniques. Discover how forms enable user interaction and data submission on websites.
- Introduction to HTML FormsVoorbeeld
- Fundamentals of Form Creation in HTMLVoorbeeld
- Using Labels for Better Form AccessibilityVoorbeeld
- Enhancing Forms with Input AttributesVoorbeeld
- Exploring Different Input Types in HTMLVoorbeeld
- Challenge: Create Form with Inputs and LabelsVoorbeeld
- Working with the Textarea Element for Multi-line InputVoorbeeld
- Using the Select Element for Dropdown MenusVoorbeeld
- Using the Datalist Element for Predefined Input SuggestionsVoorbeeld
- Grouping Form Elements for Better StructureVoorbeeld
Module 6 / Spring Boot Backend
You’ll learn the basics of backend development, including how the HTTP protocol works and the differences between HTTP and HTTPS. You’ll also study HTTP status codes and data formats like JSON and XML for transferring information between client and server.
In this section, we will dive into the essential concepts of backend development using Spring. We will cover various topics, including an introduction to Spring, the principles of Inversion of Control (IoC) and Dependency Injection (DI), the structure of a Spring Boot project, Spring MVC, three-tier architecture, and task management. Each chapter will build upon the previous one to provide a comprehensive understanding of backend development in a Spring environment.
This section covers the fundamentals and practical implementation of RESTful APIs, starting with the theoretical understanding of REST and its core principles. It also includes building your own API, working with DTOs, handling exceptions, integrating Swagger for documentation, and testing the API.
This section covers the basics of working with relational databases, including connection setup, migrations, and interaction with Object-Relational Mappers (ORM) using JPA and Hibernate. It discusses how to integrate databases with Spring Boot applications and explores key aspects of transaction management to ensure data integrity. The goal of this section is to enhance your database skills and promote their effective use in application development.
This section focuses on testing backend applications and covers essential topics such as the fundamentals of testing, unit testing using JUnit, and integration testing. It also explores the use of mock objects with the Mockito library to create effective and isolated tests. This section will help developers understand the importance of testing and learn how to utilize tools to enhance the quality and reliability of their applications.
Module 7 / Introduction to Redis
This section provides an introduction to Redis, highlighting its core features and common use cases. You’ll learn how to install Redis on different platforms, including Windows and macOS, and get familiar with the basics of connecting to and starting the Redis server.
Here, we explore the essential Redis commands for managing and manipulating data effectively. You'll learn how to set, retrieve, increment, and delete data using commands like SET, GET, EXISTS, INCR, DECR, and tackle practical tasks to apply these concepts in real-world scenarios.
Here, you will learn about key Redis data types, including Lists, Sets, Sorted Sets, and Hashes. You will explore their functionality and practical applications through focused exercises designed to reinforce your understanding of each data type.
You'll explore advanced features of Redis, including managing key lifecycles, executing transactions, and leveraging the Pub/Sub messaging system. Additionally, you'll learn essential security practices to safeguard your Redis environment against unauthorized access.
This section introduces the fundamentals of caching and demonstrates how to configure Redis as a cache in a Spring application. It covers key caching annotations and practical examples of caching queries in web applications, concluding with a summary of the main concepts.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Ruslan Kravchuk
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Data Engineer
Certificaat van Voltooiing
Toon je pas verworven vaardigheden. Je hebt het verdiend
Discover more
Learning tracks
Alleen voor Ultimate
1 Cursus
1 Project
0 Task
Alleen voor Ultimate
7 Cursussen
345 Taken
Alleen voor Ultimate
5 Cursussen
119 Taken
Alleen voor Ultimate
5 Cursussen
146 Taken
Alleen voor Ultimate
4 Cursussen
115 Taken
Alleen voor Ultimate
6 Cursussen
101 Taken
Alleen voor Ultimate
6 Cursussen
168 Taken
Alleen voor Ultimate
5 Cursussen
135 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
57 Taken
Alleen voor Ultimate
7 Cursussen
376 Taken
Alleen voor Ultimate
4 Cursussen
143 Taken
Alleen voor Ultimate
5 Cursussen
180 Taken
Alleen voor Ultimate
5 Cursussen
165 Taken
Alleen voor Ultimate
6 Cursussen
308 Taken
Alleen voor Ultimate
6 Cursussen
252 Taken
Alleen voor Ultimate
8 Cursussen
2 Projecten
176 Taken
Alleen voor Ultimate
2 Cursussen
80 Taken
Alleen voor Ultimate
7 Cursussen
293 Taken
Alleen voor Ultimate
1 Project
0 Task
Alleen voor Ultimate
2 Cursussen
21 Taken
Alleen voor Ultimate
5 Cursussen
111 Taken
Alleen voor Ultimate
2 Cursussen
0 Task
Alleen voor Ultimate
3 Cursussen
39 Taken
Alleen voor Ultimate
13 Cursussen
555 Taken
Alleen voor Ultimate
13 Cursussen
555 Taken
Alleen voor Ultimate
1 Cursus
0 Task
Alleen voor Ultimate
0 Task
Alleen voor Ultimate
5 Cursussen
139 Taken
Alleen voor Ultimate
3 Cursussen
71 Taken
Alleen voor Ultimate
5 Cursussen
239 Taken
Alleen voor Ultimate
4 Cursussen
125 Taken
Alleen voor Ultimate
2 Cursussen
33 Taken
Alleen voor Ultimate
3 Cursussen
119 Taken
Alleen voor Ultimate
1 Cursus
15 Taken
Alleen voor Ultimate
3 Cursussen
75 Taken
Alleen voor Ultimate
3 Cursussen
31 Taken
Alleen voor Ultimate
2 Cursussen
151 Taken
Alleen voor Ultimate
3 Cursussen
56 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
38 Taken
Alleen voor Ultimate
3 Cursussen
36 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
38 Taken
Alleen voor Ultimate
5 Cursussen
134 Taken
Learning tracks
traject
TEST TRACK 12
Beginner
4.0
(7146)
traject
Full Stack Web Development
Beginner
4.5
(58)
traject
Become a React Developer
Halfgevorderd
4.9
(7)
traject
Mastering Data Visualization
Halfgevorderd
4.6
(7)
traject
SQL from Zero to Hero
Beginner
4.7
(93)
traject
С++ Essentials
Beginner
4.4
(17)
traject
Python from Zero to Hero
Beginner
4.7
(284)
traject
Supervised Machine Learning
Halfgevorderd
4.9
(7)
traject
Python Beyond Intermediate
Beginner
5.0
(1)
traject
Java Essentials
Beginner
4.3
(9)
traject
Game Development with Unity
Beginner
4.6
(7)
traject
Become a Django Developer
Gevorderd
4.4
(27)
traject
Flask for Dummies
Halfgevorderd
4.5
(31)
traject
Frontend Development Foundations
Beginner
4.6
(52)
traject
Web Developer from Zero to Hero
Beginner
4.6
(56)
traject
Preparation for Data Science
Halfgevorderd
4.5
(11)
traject
Deep Learning Odyssey
Gevorderd
5.0
(3)
traject
Web Development with C#
Beginner
4.8
(98)
traject
TEST E2E TRACK BEGINNER
Beginner
traject
Test Track
Begginer
4.7
(3)
traject
Skilled Python BackEnd Developer
Gevorderd
4.7
(261)
traject
Test Recalculate
Beginner
traject
Excel Essentials
Beginner
4.5
(33)
traject
Full-Stack .NET Developer Journey
Halfgevorderd
4.8
(129)
traject
Full-Stack .NET Developer Journey
Halfgevorderd
4.8
(129)
traject
Test track with rating
Gevorderd
4.0
(4)
traject
TEST TEST TRACK
Beginner
traject
Data Analyst Foundation
Beginner
4.7
(111)
traject
C++ Mastery
Gevorderd
traject
Become a QA Engineer
Beginner
4.5
(43)
traject
Video Production with Adobe
Beginner
traject
Digital Marketing Essentials
Beginner
traject
UI/UX Design Tools
Beginner
traject
Test image upload track
Beginner
traject
Essential Office Skills
Beginner
4.6
(24)
traject
GitHub from Zero to Hero
Beginner
traject
No-Code Website Development
Beginner
traject
C Programming & Low-Level Development
Beginner
traject
testes
Beginner
4.7
(3)
traject
Test translation track
Halfgevorderd
traject
Test CMS Track
Beginner
4.7
(3)
traject
Python for Data Analysis
Halfgevorderd
4.6
(9)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams