Skip to content

Commit

Permalink
Create post: Some Java/Kotlin project examples
Browse files Browse the repository at this point in the history
  • Loading branch information
khuongln-1346 committed Apr 11, 2024
1 parent 623ff82 commit 4ec257b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _posts/2024-04-11-some.md
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)

0 comments on commit 4ec257b

Please sign in to comment.