Skip to content

Commit 7287592

Browse files
author
Anass Rach
committed
Update homepage content!
1 parent c4a7899 commit 7287592

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ url: https://anasss.github.io
55
baseurl: /java21docCards
66
nav_enabled: true
77
back_to_top: true
8+
nav_footer_custom: true
9+
include:
10+
- "_includes"
811

912
plugins:
1013
- jekyll-remote-theme

complete-java21-qa.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Q&A Study Guide
3-
parent: Java 21 OCP Flashcards
43
nav_order: 3
54
layout: default
65
---

index.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Java 21 OCP Flashcards
33
nav_order: 1
44
has_children: true
5+
has_toc: false
56
layout: default
67
---
78

@@ -20,7 +21,18 @@ A structured collection of flashcards to help you prepare for the Java 21 OCP ce
2021
</a>
2122
</div>
2223

23-
## Study Progress Overview
24+
## 📖 Study strategy
25+
26+
<div style="margin-bottom: 25px;"></div>
27+
28+
29+
1. **Start with Core Concepts**: Begin with [OOP and Encapsulation]({{ '/flashcards/05-instance-methods-vs-variables-and-static-methods/' | relative_url }}) fundamentals
30+
2. **Explore Java 21 Features**: Master [records]({{ '/flashcards/15-records-java-21-features/' | relative_url }}), [sealed classes]({{ '/flashcards/10-sealed-classes-java-21/' | relative_url }}), and [pattern matching]({{ '/flashcards/05-pattern-matching-with-switch-java-21/' | relative_url }})
31+
3. **Practice with Collections**: Understand [generics]({{ '/flashcards/05-generics-wildcards-reads/' | relative_url }}), [streams]({{ '/flashcards/05-stream-operations-and-exception-handling/' | relative_url }}), and [functional programming]({{ '/flashcards/20-lambda-target-types-runnable-vs-callable/' | relative_url }})
32+
4. **Test Frequently**: Use the [quiz]({{ '/quiz/' | relative_url }}) to identify knowledge gaps
33+
5. **Review and Reinforce**: Revisit weak areas using the [Q&A guide]({{ '/complete-java21-qa.html' | relative_url }})
34+
35+
## 📊 Learning Dashboard
2436

2537
<div class="stats-grid">
2638
{% assign total_flashcards = site.flashcards | size %}
@@ -42,19 +54,6 @@ A structured collection of flashcards to help you prepare for the Java 21 OCP ce
4254
</div>
4355
</div>
4456

45-
## Getting Started
46-
47-
Follow this proven study path for Java 21 OCP certification success:
48-
49-
### 📖 Study Strategy
50-
1. **Start with Core Concepts**: Begin with OOP and Encapsulation fundamentals
51-
2. **Explore Java 21 Features**: Master records, sealed classes, and pattern matching
52-
3. **Practice with Collections**: Understand generics, streams, and functional programming
53-
4. **Test Frequently**: Use the quiz to identify knowledge gaps
54-
5. **Review and Reinforce**: Revisit weak areas using the Q&A guide
55-
56-
57-
5857
## All Study Materials
5958

6059
<div class="materials-grid">
@@ -109,13 +108,12 @@ Follow this proven study path for Java 21 OCP certification success:
109108
</div>
110109

111110
<style>
112-
/* Quick Actions */
113111
.quick-actions {
114112
display: flex;
115113
gap: 15px;
116114
margin: 30px 0;
117115
flex-wrap: wrap;
118-
justify-content: center;
116+
justify-content: flex-start;
119117
}
120118

121119
.btn {

0 commit comments

Comments
 (0)