Hello 👋
It's Tuesday, so it means, that a new article has been published. I believe this will be a valuable lesson about the Project Reactor for everyone
https://codersee.com/mono-just-defer-fromsupplier-create-part-1/
It's Tuesday, so it means, that a new article has been published. I believe this will be a valuable lesson about the Project Reactor for everyone
https://codersee.com/mono-just-defer-fromsupplier-create-part-1/
Codersee - Kotlin on the backend
Mono.just() vs defer() vs fromSupplier() vs create() - Part 1
If you would like to learn differences between Mono.just() vs defer() vs fromSupplier() vs create(), then you're gonna like this post.
If you've ever heard of Kotlin, but you are not sure what exactly it is, or what exactly can it be used for, then my newest video might help you, thanks:
https://youtu.be/biqnRhG9JVk
https://youtu.be/biqnRhG9JVk
YouTube
What is Kotlin and Why Should You Learn It?
Have you ever wondered about:
- what Kotlin exactly is?
- what can you use it for?
- what are its advantages?
If yes, then please let me answer all of these questions in this article. If you find this material useful, please check out my page (link below)…
- what Kotlin exactly is?
- what can you use it for?
- what are its advantages?
If yes, then please let me answer all of these questions in this article. If you find this material useful, please check out my page (link below)…
Hello, if you enjoyed the previous article about Project Reactor, then please check out the continuation I've just published today. We'll focus on nulls and exceptions handling:
https://codersee.com/mono-just-defer-fromsupplier-create-part-2/
https://codersee.com/mono-just-defer-fromsupplier-create-part-2/
Codersee - Kotlin on the backend
Mono.just() vs defer() vs fromSupplier() vs create() - Part 2
This time, we will focus on differences between just(), defer(), fromSupplier() and create() methods in exceptions and null handling.
Hi! If you've ever wondered how to generate PDFs in a Spring Boot, then my latest article might be a great way to start 🚀
https://codersee.com/sring-boot-kotlin-apache-pdfbox/
https://codersee.com/sring-boot-kotlin-apache-pdfbox/
Codersee - Kotlin on the backend
Generate a PDF in a Spring Boot with Apache PDFBox and Kotlin
In this guide, I will teach you how to generate and secure a PDF in a Spring Boot REST API with Apache PDFBox and Kotlin.
Hello and welcome to 2022. What about starting this year with taking a few steps back and learn a bit about good practices?
https://codersee.com/solid-principles-with-kotlin-examples/
https://codersee.com/solid-principles-with-kotlin-examples/
Codersee blog- Kotlin on the backend
SOLID Principles with Kotlin Examples
In this article I will teach you what exactly SOLID principles are with Kotlin examples to get an even better understanding of the topic.