Skip to content

Commit f730d47

Browse files
committed
Remove donation links. Adjust README. Move link to FAQ to the end of README
1 parent 473c267 commit f730d47

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
[![Coverage](.github/badges/jacoco.svg)](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
55
[![Branches](.github/badges/branches.svg)](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
66

7-
<a href="https://andrei-punko.github.io/java-interview-faq-n-answers"><img src="images/button_java-interview-faq.png" alt="Java interview FAQ" height="40"/></a>
8-
<a href="https://www.donationalerts.com/r/andd3dfx"><img src="images/button_donate.png" alt="Donate" height="40"/></a>
9-
107
## Prerequisites
118

129
- JDK 21
@@ -49,17 +46,17 @@ way.
4946
[SQL folder](sql/README.md) contains tasks which require writing SQL queries to solve them.
5047
Check appropriate [video](https://youtu.be/GjDF_LdwYHU) on YouTube
5148

52-
## Interview materials
49+
## Coding interview materials
5350

5451
The [interview-materials](interview-materials) folder contains some
5552
notes about interview preparation and useful links.
5653
We can perceive materials in this folder as project backlog or "box with other stuff"
5754

58-
## Videos on [YouTube channel](https://www.youtube.com/@andd3dfx) (in chronological order)
55+
## List of videos on [YouTube channel](https://www.youtube.com/@andd3dfx) (in chronological order)
5956
<details>
6057
<summary><b>Expand me</b></summary>
6158

62-
| Название | YouTube | Code |
59+
| Title | YouTube video link | Code / Repo link |
6360
|--------------------------------------------------------------------------------------------------|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6461
| Определение максимального количества зрителей стрима | [YouTube](https://youtu.be/uMikT-xpE-w) | [Code](src/main/java/by/andd3dfx/common/CountStreamers.java) |
6562
| Подсчет количества людей каждого возраста (корзинная сортировка) | [YouTube](https://youtu.be/vFsDPm7ecsM) | [Code](src/main/java/by/andd3dfx/sorting/ArrayOfAges.java) |
@@ -273,3 +270,7 @@ We can perceive materials in this folder as project backlog or "box with other s
273270
| Три типа аспектов на примере AspectJ | [YouTube](https://youtu.be/S-LrdkfDSCU) | [Repo](https://github.com/andrei-punko/aspectj-sandbox) |
274271
| GitHub Actions: workflows, coverage, badges | [YouTube](https://youtu.be/8O9ZmQfixF4) | [Repo1](https://github.com/andrei-punko/spring-boot-3-template) [Repo2](https://github.com/andrei-punko/aspectj-sandbox) [Repo3](https://github.com/andrei-punko/java-interview-coding) [Repo4](https://github.com/andrei-punko/spring-boot-jwt) |
275272
</details>
273+
274+
## Appendix. Verbal interview materials
275+
276+
Check [this repo](https://github.com/andrei-punko/java-interview-faq-n-answers) to get materials for preparation to Java verbal interview

images/button_donate.png

-3.04 KB
Binary file not shown.

images/button_java-interview-faq.png

-5.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)