Skip to content

Commit

Permalink
ADD: january kotlin news
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJiang committed Jan 22, 2024
1 parent 3bb90ae commit 8bf4049
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ params:

buttons:
- name: 加入 KUG
url: https://mp.weixin.qq.com/s/rZEuSU2Nj3S9XGzpkFr-Jw
url: https://mp.weixin.qq.com/s/GNlbZ6xpCGB1EGML_W4kOg
- name: 技术月报
url: /news/

Expand Down Expand Up @@ -105,7 +105,7 @@ menu:
weight: 1
- identifier: kug
name: 加入 KUG
url: https://mp.weixin.qq.com/s/rZEuSU2Nj3S9XGzpkFr-Jw
url: https://mp.weixin.qq.com/s/GNlbZ6xpCGB1EGML_W4kOg
weight: 2
- identifier: kotlin docs
name: 中文文档
Expand Down
43 changes: 43 additions & 0 deletions hugo/content/news/kotlin-news-2024-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Kotlin 技术月报 | 2024 年 1 月
date: 2024-01-30
tags: [技术月报]
---

为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。

月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。

## 最新动态
### 学习使用 IDE 重构 Kotlin 代码
[Learn IDE Code Refactoring in Kotlin for Enhanced Code Quality](https://blog.jetbrains.com/education/2024/01/17/learn-ide-code-refactoring/)

JetBrains Academy 插件中推出了一门新课程:《学习使用 IDE 重构 Kotlin 代码》。该课程将帮助您学习如何使用 IDE 重构 Kotlin 代码,以提高代码质量。

您将在课程中了解如下主题:
- 命名约定和代码风格样式规则
- 完全重构 VS 逐步重构
- 用于移动、提取和内联代码的自动化重构技巧
- 使用设计模式重构代码

![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/january/p4.gif)

### Coil 3.0.0 Alpha 版本发布
[https://github.com/coil-kt/coil/blob/main/CHANGELOG.md](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)

Coil 是一个轻量级的 Kotlin 图片加载库,它旨在使图像加载变得简单快速。Coil 3.0.0 Alpha 版本已发布,具体包括如下更新:

- Compose 多平台支持,Coil 现在是一个 Kotlin 多平台库,支持 Android、JVM、iOS、macOS 和 Javascript。
- Coil 的 Maven 坐标已更新为 io.coil-kt.coil3,其导入也已更新为 coil3。这使得 Coil 3 可以与 Coil 2 并行运行,而不会出现二进制兼容性问题。

## 精选博客

## 精选视频

## 社区活动
### [最新!国内 Kotlin User Group 信息整理(2024.1)](https://mp.weixin.qq.com/s/GNlbZ6xpCGB1EGML_W4kOg)
无论你是在学习 Kotlin 的起步阶段,还是已经基本掌握 Kotlin 语法技能,追求更进一步的交流探索。一个紧密围绕 Kotlin 的用户社区,能为你的 Kotlin 之旅插上翱翔的翅膀。欢迎加入属于 Kotlin 开发者的社区——Kotlin User Group (KUG)。

简而言之,KUG 是让 Kotlin 开发者和爱好者们聚在一起的技术社区。通过基于群聊的日常交流或不定期在线上/线下举办的技术讲座和沙龙,促进大家的知识分享和技能提升。你将可以在这个专注 Kotlin 的社区里学习最新的 Kotlin 开发技术,了解基于 Kotlin 的最佳实践,还有机会认识业界大咖,或是收获新的职业发展机会。

截至目前,国内已有 21 个 KUG 成立,欢迎各个城市的 Kotlin 开发者加入社区。如果你所在的城市还没有 KUG,也欢迎你成立 KUG,我们将为你提供一系列的支持。

0 comments on commit 8bf4049

Please sign in to comment.