generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create post: Some Java/Kotlin project examples
- Loading branch information
1 parent
623ff82
commit 4ec257b
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Some Java/Kotlin project examples | ||
author: lamngockhuong | ||
date: 2024-04-11 16:55:00 +0700 | ||
categories: [Java] | ||
tags: [java, kotlin, example, spring] | ||
image: | ||
path: /posts/2023/10/java.png | ||
width: 800 | ||
height: 500 | ||
--- | ||
## Java project | ||
|
||
### Spring boot with redis cache | ||
|
||
➜ Refer to: [here](https://github.com/lamngockhuong/java-examples/tree/main/spring-boot-redis-cache) | ||
|
||
## Kotlin project | ||
|
||
### Barcode | ||
|
||
Generate & download QRCode | ||
|
||
➜ Refer to: [here](https://github.com/lamngockhuong/kotlin-examples/tree/main/barcode) | ||
|
||
### Some utils | ||
|
||
Date Time,... | ||
|
||
➜ Refer to: [here](https://github.com/lamngockhuong/kotlin-examples/tree/main/some-utils) |