Skip to content

Commit 733a339

Browse files
committed
docs: refactored list to table in TECHNOLOGY_STACK.MD
1 parent 736e04c commit 733a339

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

documents/TECHNOLOGY_STACK.MD

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,28 @@
1313

1414
### Data
1515

16-
<details open="open">
17-
<ul>
18-
<li><a href="https://flywaydb.org/">Flyway</a> - Version control for database</li>
19-
<li><a href="https://www.mysql.com/">MySQL</a> - Open-Source Relational Database Management System</li>
20-
<li><a href="https://www.h2database.com/html/main.html">H2 Database Engine</a> - Java SQL database. Embedded and server modes; in-memory databases</li>
21-
</ul>
22-
</details>
16+
| Technology | Description |
17+
|--------------------------------------------------------------------------|-----------------------------------------------------------------|
18+
|<a href="https://flywaydb.org/">Flyway</a> |Version control for database |
19+
|<a href="https://www.mysql.com/">MySQL</a> |Open-Source Relational Database Management System |
20+
|<a href="https://www.h2database.com/html/main.html">H2 Database Engine</a>|Java SQL database. Embedded and server modes; in-memory databases|
2321

2422
### Client - Frontend/UI
2523

26-
<details open="open">
27-
<ul>
28-
<li><a href="https://getbootstrap.com/">Bootstrap</a> - Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.</li>
29-
<li><a href="https://bootstrap-table.com/">Bootstrap Table</a> - An extended table to the integration with some of the most widely used CSS frameworks.</li>
30-
<li><a href="https://www.thymeleaf.org/">Thymeleaf</a> - Modern server-side Java template engine for both web and standalone environments.</li>
31-
</ul>
32-
</details>
24+
| Technology | Description |
25+
|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
26+
|<a href="https://getbootstrap.com/">Bootstrap</a> |Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.|
27+
|<a href="https://bootstrap-table.com/">Bootstrap Table</a>|An extended table to the integration with some of the most widely used CSS frameworks. |
28+
|<a href="https://www.thymeleaf.org/">Thymeleaf</a> |Modern server-side Java template engine for both web and standalone environments. |
3329

3430
### Server - Backend
3531

36-
<details open="open">
37-
<ul>
38-
<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">JDK</a> - Java™ Platform, Standard Edition Development Kit</li>
39-
<li><a href="https://spring.io/projects/spring-boot">Spring Boot</a> - Framework to ease the bootstrapping and development of new Spring Applications</li>
40-
<li><a href="https://maven.apache.org/">Maven</a> - Dependency Management</li>
41-
<li><a href="https://www.jsonwebtoken.io/">JSON Web Token</a> - Encode or Decode JWTs</li>
42-
</ul>
43-
</details>
32+
| Technology | Description |
33+
|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
34+
|<a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">JDK</a>|Java™ Platform, Standard Edition Development Kit |
35+
|<a href="https://spring.io/projects/spring-boot">Spring Boot</a> |Framework to ease the bootstrapping and development of new Spring Applications|
36+
|<a href="https://maven.apache.org/">Maven</a> |Dependency Management |
37+
|<a href="https://www.jsonwebtoken.io/">JSON Web Token</a> |Encode or Decode JWTs |
4438

4539
### Libraries and Plugins
4640

0 commit comments

Comments
 (0)