Woohoo! The next batch of links is here. Today you can read about creator flywheels, writing as an engineer, migrating an app to GraalVM, JVM in Rust and more!
Business and (side)project section
1. Creator flywheels: the operating system for your business
Nathan Barry (creator of ConvertKit) in an article about flywheels and how you can use them to build momentum in your business. There are a couple of examples that can be used if you are a creator, podcaster or have SaaS.
2. Making $10k a month from a French learning app
https://www.highsignal.io/companies/making-10k-m-french-learning-app/
How it is to create an app that brings you $10k a month? Especially if this is the app to learn a new language (French)? In this interview author of French Together answers some questions about his journey - from creating a blog to creating the app and making money from them.
Developer section
3. Why engineers should focus on writing
https://www.yieldcode.blog/post/why-engineers-should-write/
Why you should write? Because it can help you become a better engineer - writing is a way to organize knowledge and identify mistakes (if any!). In the end, you should write more!
4. I found a IT jobs thanks to this blog, what I’m doing
https://giuliomagnifico.blog/misc/2023/07/22/I-found-a-IT-job-thanks-to-this-blog.html
As we know from previous links engineers should write. But there could be also other benefits from writing - here you can read a story about being hired because the guy is writing about what he is doing.
5. Migrating 10MinuteMail from Java to GraalVM Native
A short write-up about migrating 10MinuteMail SaaS to GraalVM. Results are astonishing - startup time down from 30 seconds to 3 milliseconds (!) and memory footprint from 6.6 to 1 GB! Not all applications could be migrated like this, but worth checking!
6. I have written a JVM in Rust
https://andreabergia.com/blog/2023/07/i-have-written-a-jvm-in-rust/
Quite technical, but very interesting - in the process of learning Rust this guy wrote a simple implementation of JVM (Java Virtual Machine). Pretty awesome!
7. A JVM in Rust part 2 - The class files format
https://andreabergia.com/blog/2023/07/a-jvm-in-rust-part-2-the-class-files-format/
The next part of JVM in Rust series - a supplementary about the .class
file format. Worth checking, especially if you are from the JVM world.