Would you be interested in a full video course on Ktor?
Like a total from scratch course about Ktor, where the only prerequisite will be Kotlin knowledge.
I am thinking about it for a long time and I wanna know your opinion ๐ค
Like a total from scratch course about Ktor, where the only prerequisite will be Kotlin knowledge.
I am thinking about it for a long time and I wanna know your opinion ๐ค
And if you enjoy the explainer animations, then I've just published an 8 minute video about Postgres ๐
https://youtu.be/wo3Jo47LFAc
https://youtu.be/wo3Jo47LFAc
YouTube
A Quick Introduction To PostgreSQL | Whiteboard Explainer Animation
In this video, I will provide you with a beginner-friendly introduction to PostgreSQL. Together, we will see what exactly PostgreSQL is and learn more about its history, key features, pros & cons, use cases, and finally- examples of companies relying on thisโฆ
Hi!
If you have around 8 minutes of free time, then I just published a new article and explainer animation about MongoDB ๐
https://codersee.com/mongodb-overview-introduction-to-the-most-popular-nosql-db/
If you have around 8 minutes of free time, then I just published a new article and explainer animation about MongoDB ๐
https://codersee.com/mongodb-overview-introduction-to-the-most-popular-nosql-db/
Codersee - Kotlin on the backend
MongoDB Overview. Introduction To The Most Popular NoSQL DB
This MongoDB overview will be a great introduction to the most popular NoSQL database- from its benefits to real-life use cases.
I have just published a video about Ktor and MailerSend, so if you prefer video content, then this will be something for you ๐
https://youtu.be/29xM0SpzEEg
https://youtu.be/29xM0SpzEEg
YouTube
Easy emails sending with Kotlin, Ktor and MailerSend
In this, hands-on tutorial I will show you how to send transactional emails using Ktor, Kotlin, and MailerSend.
===
Don't have MailerSend account? No worries, I got you: https://www.mailersend.com/?ref=fmebcn1eb2vc
Wanna read the article on my blog? Hereโฆ
===
Don't have MailerSend account? No worries, I got you: https://www.mailersend.com/?ref=fmebcn1eb2vc
Wanna read the article on my blog? Hereโฆ
If we have reactive approach fans here, or simply you'd like to learn more about Spring with coroutines and Kotlin Flows, then you're gonna like my recent tutorial
Today I have published a continuation of Spring with coroutines, in which I will show you everything you need to know when working with WebClient https://codersee.com/spring-webclient-with-kotlin-coroutines/
Codersee - Kotlin on the backend
Spring WebClient With Kotlin Coroutines
In this, revisited article I will show you everything you need to know when working with Spring WebClient and Kotlin coroutines.
And if you prefer a video content, then I got you covered:
https://youtu.be/S8ie6zyJHsw
https://youtu.be/S8ie6zyJHsw
YouTube
Spring WebClient With Kotlin Coroutines
In this video, I will show you everything you need to know when working with Spring WebClient and Kotlin coroutines.
===
Written article: https://codersee.com/spring-webclient-with-kotlin-coroutines/
GitHub repo: https://github.com/codersee-blog/spring-webclientโฆ
===
Written article: https://codersee.com/spring-webclient-with-kotlin-coroutines/
GitHub repo: https://github.com/codersee-blog/spring-webclientโฆ
If you'd like to learn what is operator overloading and how can it help you in your projects, then this article (+video will help you) https://codersee.com/how-can-kotlin-operator-overloading-help-you/
Codersee - Kotlin on the backend
How Can Kotlin Operator Overloading Help You?
Check out this article to learn how Kotlin operator overloading- a custom behavior for operators, like +,-,*, and unary plus- can help you.
If you've been wondering if this is possible to expose REST endpoints in Spring Boot without annotations, like @RequestMapping, etc., then in my latest article you can find out how
Spring Boot 3 Kotlin Router DSL
https://youtu.be/fS23KwIBqfc
https://youtu.be/fS23KwIBqfc
YouTube
Spring Boot 3 Kotlin Router DSL
In this practical tutorial, I will show you how to expose web endpoints using Spring Boot 3 and Kotlin router DSL (functional style).
===
Written article: https://codersee.com/spring-boot-3-kotlin-router-dsl/
GitHub repository: https://github.com/coderseeโฆ
===
Written article: https://codersee.com/spring-boot-3-kotlin-router-dsl/
GitHub repository: https://github.com/coderseeโฆ
Last week we've learned how to expose REST endpoints in Spring Boot without annotations.
This week I'd like to show you how to define beans and associations between them in a functional manner, as well and create a whole project with @SpringBootApplication as the only annotation: https://codersee.com/spring-boot-3-kotlin-dsl-rest-api-without-annotations/
This week I'd like to show you how to define beans and associations between them in a functional manner, as well and create a whole project with @SpringBootApplication as the only annotation: https://codersee.com/spring-boot-3-kotlin-dsl-rest-api-without-annotations/
Codersee - Kotlin on the backend
Spring Boot 3 With Kotlin DSL. REST API Without Annotations
In this step-by-step guide, we will learn how to expose a REST API using Spring Boot 3, Kotlin, bean definition, and router DSL.
I've just released a new course ๐ฅ:
โ 64 written lessons divided into 14 modules packed with practical information โ 62 quizzes with a total of 269 questions โ Dedicated Facebook Support Group โ Certificate Of Completion โ 30-DAYS Refund Guarantee โ Zero fluff. 100% practical knowledge
https://codersee.com/kotlin-handbook-learn-through-practice-course/
โ 64 written lessons divided into 14 modules packed with practical information โ 62 quizzes with a total of 269 questions โ Dedicated Facebook Support Group โ Certificate Of Completion โ 30-DAYS Refund Guarantee โ Zero fluff. 100% practical knowledge
https://codersee.com/kotlin-handbook-learn-through-practice-course/
Codersee - Kotlin on the backend
The complete kotlin course
Learn Kotlin in a clear, step-by-step way with The Complete Kotlin Course 2023: From Zero to Expert and become a Kotlin professional.
This week, I've pushed out an article, in which you can learn how to implement type-safe builders in Kotlin. A good first step into implementing an own DSL: https://codersee.com/kotlin-type-safe-builders-make-your-custom-dsl/
Codersee - Kotlin on the backend
Kotlin Type-Safe Builders Explained. Implement Your Own DSL.
In this publication, we will learn how to implement statically-typed, type-safe Kotlin builders which we can use to implement our own DSLs.
What about automate our life a bit and see how to generate Kotlin HTTP clients from OpenAPI specs?
https://codersee.com/generate-kotlin-client-from-openapi-specs/
https://codersee.com/generate-kotlin-client-from-openapi-specs/
Codersee - Kotlin on the backend
Generate Kotlin Client From OpenAPI Specs
In this article, we will see how easily we can generate a Kotlin client from any OpenAPI Spec (both 2.0 and 3.0) and save hours of work.
This week, I wanted to show you how to implement your first GitHub action
https://codersee.com/how-to-create-github-actions-workflow/
https://codersee.com/how-to-create-github-actions-workflow/
Codersee - Kotlin on the backend
How To Create a GitHub Actions Workflow
In this quick tutorial, I will teach you how to create a GitHub Actions workflow and customize some basic settings.