- 23
- 11 678
Coding with RM
Malaysia
Приєднався 10 лип 2019
Code with me @codingwithrm
#Java (Springboot messaging using spring kafka)
In this video, we are going to create an application that produces and consume a message using kafka as the messaging broker.
Code: github.com/30minutesperday/kafka
Kafka download: kafka.apache.org/downloads
Code: github.com/30minutesperday/kafka
Kafka download: kafka.apache.org/downloads
Переглядів: 158
Відео
#Java (Springboot openai using langchain4j)
Переглядів 1,3 тис.Рік тому
In this video, we are going to test langchain4j to make our service integrate with openai. Github link: github.com/langchain4j/langchain4j
#java (RestAPI with MongoDB)
Переглядів 151Рік тому
In this video, we are going to create a restapi with springboot using mongodb as backing store. Code: github.com/30minutesperday/mongodb
#Java (Vert.x integration with springboot)
Переглядів 312Рік тому
In this video, will try to integrate vert.x with springboot and do a sample router implementation
Java Basic (Part 4)
Переглядів 92Рік тому
In this video, we are going to look at the data structure supported by java.
Java Web (Spring MVC with Thymeleaf)
Переглядів 1,4 тис.Рік тому
In this video, we are doing fullstack spring mvc with thymeleaf
Java Basic (Part 3)
Переглядів 89Рік тому
In this video we are going to learn about method / function in java. Part 1: ua-cam.com/video/wB8AhWpi-wY/v-deo.html Part 2: ua-cam.com/video/lyX0sxEjWQk/v-deo.html
Java Basic (Part 2)
Переглядів 87Рік тому
Part 2 of Java Basic, part 1 is here: ua-cam.com/video/wB8AhWpi-wY/v-deo.html
Java Basic (Part 1)
Переглядів 117Рік тому
In this video, will go back to java basic. This is part 1, part 2 here: ua-cam.com/video/lyX0sxEjWQk/v-deo.html
#Java (Pdf generation with jasperreport)
Переглядів 570Рік тому
In this video, we are going to create a microservice that uses jasperreport to generate PDF with jrxml as template. Code: github.com/30minutesperday/jasper
Native like Queries (Blaze Persistence) - Tomorrow's JPA, today
Переглядів 788Рік тому
In this video, we will try blaze persistence, a better criteria queries with awesome query api. Code: github.com/30minutesperday/blaze
#Java (Microservice series - Http methods and CRUD using H2)
Переглядів 222Рік тому
In this video, we will try to learn the different http methods and when/where to use it and in addition, will implement CRUD operation using H2 database. Code: github.com/30minutesperday/micro-crud @codingwithrm coding with rm
#Java (Concurrency using Akka)
Переглядів 1,6 тис.Рік тому
In this video, we are going to try creating a concurrent/threaded application using Akka Code: github.com/30minutesperday/concurrency-akka @codingwithrm coding with rm
#Java (Create a simple SDK as maven dependency)
Переглядів 273Рік тому
In this video, we will create an SDK that will query a rest endpoint, and build/install this as a maven dependency to other project. Code: github.com/30minutesperday/simple-sdk @codingwithrm coding with rm
#Java (AI Tool for Code Suggestion/Completion - Codeium)
Переглядів 1,4 тис.Рік тому
In this video, we will try the free forever AI code suggestion tool from codeium. Site: codeium.com/ @codingwithrm coding with rm
#Java (AI autonomously writes Java unit tests - DiffBlue)
Переглядів 192Рік тому
#Java (AI autonomously writes Java unit tests - DiffBlue)
#Java (swiss knife open-source library - Apache Commons)
Переглядів 450Рік тому
#Java (swiss knife open-source library - Apache Commons)
#Java(Service communication using RSocket)
Переглядів 218Рік тому
#Java(Service communication using RSocket)
#Java (WatchService - monitoring/reading file uploading from a directory)
Переглядів 245Рік тому
#Java (WatchService - monitoring/reading file uploading from a directory)
#Java (CDC - Change Data Capture using Debezium)
Переглядів 1,3 тис.Рік тому
#Java (CDC - Change Data Capture using Debezium)
#Java (using manifold.systems @Jailbreak, @var, darkj)
Переглядів 136Рік тому
#Java (using manifold.systems @Jailbreak, @var, darkj)
#Java (using manifold.systems @Extension)
Переглядів 531Рік тому
#Java (using manifold.systems @Extension)
#Java (Setup JDK and run first program in IDE)
Переглядів 118Рік тому
#Java (Setup JDK and run first program in IDE)
Many thanks!
I tried, but at starting server, these two lines didn't show up: Hibernate: drop table if exists product cascade Hibernate: create table product (id int8 not null, name varchar(255), primary key (id)) and when i update the table, nothing happened. I'm using oracle database. can you gave hint about what's wrong with my settings?
Watching this. Wow coding is so challenging!