December 10, 2021
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.
December 14, 2021
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)…
December 18, 2021
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.
December 21, 2021
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.
December 29, 2021
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 - 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.
January 4, 2022
Hi, I've just shared a new video with IntelliJ shortcuts, which help me in my everyday life as a programmer, so definitely might be worth checking if you are working with IntelliJ 🚀
https://youtu.be/6NylZ8PFDvw
https://youtu.be/6NylZ8PFDvw
YouTube
16 IntelliJ Shortcuts That Will Boost Your Productivity
As almost every program or tool, the IntelliJ IDEA comes with plenty of shortcuts that, when incorporated into your work, will definitely reduce the time of the development. Let's spend a few minutes to describe a few of them.
Bonus: https://resources.j…
Bonus: https://resources.j…
January 11, 2022
And a new portion of knowledge 🔥
https://codersee.com/exception-handling-with-restcontrolleradvice-and-exceptionhandler/
https://codersee.com/exception-handling-with-restcontrolleradvice-and-exceptionhandler/
Codersee - Kotlin on the backend
Exception Handling with @RestControllerAdvice and @ExceptionHandler
In this article, we'll learn what exactly @RestControllerAdvice and @ExceptionHandler are, and how to use them in a Spring Boot REST API.
January 18, 2022
Hi! If you would like to learn how to create REST APIs, then check out my latest article about Ktor, which is a great alternative for Spring Boot:
https://codersee.com/rest-api-ktor-ktorm-postgresql/
https://codersee.com/rest-api-ktor-ktorm-postgresql/
Codersee - Kotlin on the backend
REST API With Ktor, Ktorm and PostgreSQL
In this step by step tutorial I will show you how to implement a simple REST API with Ktor, Ktorm and PostgreSQL.
January 25, 2022
Hello! My last article about handling exceptions with @RestControllerAdvice brought a lot of attention. If you'd like to learn how does this annotation differ from @ControllerAdvice, then here comes my fresh article:
https://codersee.com/controlleradvice-vs-restcontrolleradvice/
https://codersee.com/controlleradvice-vs-restcontrolleradvice/
Codersee - Kotlin on the backend
@ControllerAdvice vs @RestControllerAdvice
In this post, I would like to walk you through the differences between @ControllerAdvice and @RestControllerAdvice.
February 1, 2022
February 8, 2022
Hello! I've got two things for you. First and the most important- would you like me to create a Telegram group, where we could have the possibility to simply talk, ask questions etc.? (If yes, please leave a reaction to this post)
And the second one, I've just shared a new video on YT
https://youtu.be/npib90rBLE4
And the second one, I've just shared a new video on YT
https://youtu.be/npib90rBLE4
YouTube
How to Install Intellij IDEA on Windows For Kotlin Development
In this short tutorial I will show you how to install IntelliJ IDEA on Windows and as a bonus I will show you how to run Kotlin snippets using you web browser.
Links to pages presented in the video:
Download IntelliJ IDEA: https://www.jetbrains.com/idea/download…
Links to pages presented in the video:
Download IntelliJ IDEA: https://www.jetbrains.com/idea/download…
February 10, 2022
Good morning!
If you'd like to learn something more about creating test coverage reports, then I got something for you 👨🏫
https://codersee.com/jacoco-with-spring-boot-gradle-and-kotlin/
If you'd like to learn something more about creating test coverage reports, then I got something for you 👨🏫
https://codersee.com/jacoco-with-spring-boot-gradle-and-kotlin/
Codersee - Kotlin on the backend
JaCoCo Reports With Spring Boot, Gradle and Kotlin
In this blog post, I will walk you step by step through the process of generating test coverage reports with Jacoco, Spring Boot and Gradle.
February 15, 2022
Good morning 🔆
If you'd like to learn how to create a REST API with MongoDB, then please check out my latest tutorial:
https://codersee.com/a-guide-to-ktor-with-mongodb/
If you'd like to learn how to create a REST API with MongoDB, then please check out my latest tutorial:
https://codersee.com/a-guide-to-ktor-with-mongodb/
Codersee - Kotlin on the backend
A Guide To Ktor With MongoDB
In this step by step guide, I would like to show you how to implement a REST API using Ktor, MongoDB and KMongo.
March 15, 2022