Kotlin Weekly - Kotlin Weekly #326

 
 

ISSUE #326

30th of October 2022
 



Announcements


KotlinConf 2023 Is Going Global
It’s been three years since the KotlinConf 2019 Global. Now JetBrains has announced that KotlinConf will be back in 2023, and so will KotlinConf Global.
blog.jetbrains.com

Ktor Annual Customer Survey 2022
JetBrains is collecting some information about ktor and how we use it on this survey. They asked us for help to spread it. If you have been working with ktor, please consider filling it! It will help folks at JetBrains to determine better the future direction of ktor.
surveys.jetbrains.com



Articles


From zero to 10 million lines of Kotlin
Meta switched their Android development from Java to Kotlin. In this post they shared the process that took them to jump into Kotlin.
engineering.fb.com

Design for readability
It is a known observation in programming that developers read code much more than they write it. In this new excerpt from Effective Kotlin, see how we should optimize for readability.
kt.academy

Quickstart Guide to KMMBridge
Touchlab has released their 1 hour tutorial to get up and running with KMMBridge. We strongly recommend it! This is your platform for easy, quick, and effective development with KMP.
touchlab.co

Secure File Transfer Service
Matthias Schenk has developed a small encryption project for secure file transfer using Ktor
medium.com

Writing a Property Based Testing library in Kotlin, a Journey (part 2)
In the second article on the series, Jordi Pradel keeps developing his Property Based Testing library.
blog.agilogy.com



Videos


How Listening to the Tests can Improve our Designs
Acceptance tests are a fine way to make sure that our software is working, but they can be hard to set up and slow to run. See in this episode of Refactoring to Kotlin how Duncan McGregor works with his tests.
www.youtube.com

Kotlin Coroutines in practice
This presentation by Marcin Moskala will present typical usages of Kotlin Coroutines in real-life Android and backend projects, as well as it will analyze how those use cases can be properly tested.
www.youtube.com



Podcast


Balloon with Jaewoong Eum
Nico Corti interviews in this new episode the Open-Source wizard Jaewoong Eum. They speak about Balloon, Compose and more.
thebakery.dev



Libraries


CreativeCodingExamples
A collection of Creative Coding examples. They have used Jetbrains Compose and Processing (Java Edition) to create them. Interesting to watch them.
github.com

Koreography
A lightweight Compose Animation library to choreograph low-level Animation API through Kotlin DSL.
github.com

Contribute

We rely on sponsors to offer quality content every Sunday. If you would like to submit a sponsored link contact us.

If you want to submit an article for the next issue, please do also drop us an email.
 


Thanks to JetBrains for their support!

Twitter
Facebook
Website
Copyright © 2022 Kotlin Weekly, All rights reserved.
You are receiving this email because you opted in at our website.

Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list

Email Marketing Powered by Mailchimp

Key phrases

Older messages

Kotlin Weekly #325

Sunday, October 23, 2022

ISSUE #325 23rd of October 2022 Articles Nullability in Java and Kotlin How does support for nullable types in Kotlin work? How does Kotlin process types from Java? Get answers to these and other

Kotlin Weekly #324

Sunday, October 16, 2022

ISSUE #324 16th of October 2022 Hi Kotliners! This is one of the most exciting issues we have sent in a long time, and it could have been called the 'Special KMP edition'. Kotlin Multiplatform

Kotlin Weekly #323

Sunday, October 9, 2022

ISSUE #323 9th of October 2022 Announcements Android Dev Summit '22: Coming to you, online and around the world! The Android Dev Summit has been announced. It will host a few offline editions, as

Kotlin Weekly #322

Sunday, October 2, 2022

ISSUE #322 2nd of October 2022 Announcements Kotlin 1.7.20 Released Kotlin 1.7.20 has been released. There are a few interesting goodies coming up in this version. Check out the full announcement to

Kotlin Weekly #321

Sunday, September 25, 2022

ISSUE #321 25th of September 2022 Hello from Berlin! We are here to run the Berlin marathon, which does not make us better at Kotlin, but does it make us happier? Also not. Find our selection of

🔒 The Vault Newsletter: September issue 🔑

Wednesday, September 27, 2023

Get the latest business security news, updates, and advice from 1Password. The Vault SEPTEMBER ISSUE An unbe-leaf-able month of surprises 🍂 We've got huge news about going passwordless with

Give your iPhone a 🔥 superpower

Wednesday, September 27, 2023

Windows 11 update; Best iPhone 15 cases; Net neutrality returns -- ZDNET ZDNET Tech Today - US September 27, 2023 placeholder This thermal camera gives your iPhone a cool superpower, and it's 20%

10 AI-Powered Opportunities for PLM

Wednesday, September 27, 2023

‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Critical libwebp Vulnerability Under Active Exploitation - Gets Maximum CVSS Score

Wednesday, September 27, 2023

The Hacker News Daily Updates Newsletter cover Webinar: Locking Down Financial and Accounting Data -- Best Data Security Strategies Financial data is a goldmine for cyber attackers. Learn the best

What to expect at Meta Connect 2023

Wednesday, September 27, 2023

The Morning After It's Wednesday, September 27, 2023. Meta is gearing up its annual event devoted to all things VR, AR and the metaverse. The company is once again showing off a new VR headset, the

OpenAI seeks $90B valuation 🏦, Microsoft bets on nuclear ⚡, rise of cloud dev environments 👨‍💻

Wednesday, September 27, 2023

OpenAI is reportedly in discussions to sell shares Sign Up|Hire|Advertise|View Online TLDR Together With LinearB TLDR 2023-09-27 🆕 2023 Software Engineering Benchmarks report reveals that startups

[New post] Microsoft .NET Code Analysis: Use string.Method(char) Instead of string.Method(string) For String with Single Character

Wednesday, September 27, 2023

dotNetDave posted: " Consider using string.Method(char) instead of string.Method(string) for strings containing a single character. During my review of the Entity Framework source code, I

Software Testing Weekly - Issue 187

Wednesday, September 27, 2023

How Microsoft does QA 🧐 View on the Web Archives ISSUE 187 September 27th 2023 COMMENT Welcome to the 187th issue! If there's only one thing you can read this week, it should be this: How Microsoft

FTC sues Amazon for illegally maintaining monopoly power — macOS Containers v0.0.1 — and DJI Mini 4 Pro

Tuesday, September 26, 2023

Issue #1267 — Top 20 stories of September 27, 2023 Issue #1267 — September 27, 2023 You receive this email because you are subscribed to Hacker News Digest. You can open it in the browser if you prefer

Google Podcasts will sunset next year as platform moves users to YouTube Music

Tuesday, September 26, 2023

TechCrunch Newsletter TechCrunch logo The Daily Crunch logo By Christine Hall Tuesday, September 26, 2023 It's not even Halloween yet, and Google is making a killing . . . of some of its features