Agile Coding mit Elmar Brauch
Agile Coding mit Elmar Brauch
  • 44
  • 50 845
AI with company knowledge - build RAG with Spring AI
My blog article about how to use Spring AI with Spring Boot:
agile-coding.blogspot.com/2024/05/spring-ai-rag.html
Training about AI for Coding in German language:
www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB
Переглядів: 155

Відео

Amazon Q Developer - Copilot alternative with best AWS knowledge!
Переглядів 7821 день тому
More information about AI, Java & Spring applications: agile-coding.blogspot.com AWS lambda & Spring Boot: www.baeldung.com/spring-boot-aws-lambda Training about AI for Coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB
AI for Business applications with LangChain4j and Spring Boot
Переглядів 198Місяць тому
My blog article about how to use LangChain4j with Spring Boot: agile-coding.blogspot.com/2024/07/langchain4j.html Training about AI for Coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB
Codeium - (free) AI coding assistant as alternative to GitHub Copilot
Переглядів 1323 місяці тому
More information about AI, Java & Spring applications: agile-coding.blogspot.com Training about AI for Coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB
IT Stability Health Radar - proper priorities for non functional requirements in agile Scrum teams
Переглядів 623 місяці тому
IT stability health radar: agile-coding.blogspot.com/2024/03/it-stability-health-radar.html Test from developers point of view: agile-coding.blogspot.com/2022/01/microservice-test.html Training about AI for coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB Training about Clean Code in German language: www.udemy.com/course/clean-code-kickstart/?referral...
Complains & Critics about GitHub Copilot and AI - my reactions
Переглядів 2414 місяці тому
More information about AI, Java & Spring applications: agile-coding.blogspot.com Training about AI for Coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB
GitHub Copilot survey - what Developers think about it
Переглядів 1914 місяці тому
More information about AI, Java & Spring applications: agile-coding.blogspot.com Training about AI for Coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB
More stability in production with well-structured deployments.
Переглядів 1667 місяців тому
I was surprised by the number of production incidents caused by deployments. Most of my deployments went pretty well and I did many. In this video I show how I deployment and talk about why I do this in a very structured way. Training about AI for coding in German language: www.udemy.com/course/ai4coding/?referralCode=90FF563948A59AC5CFBB Training about Clean Code in German language: www.udemy....
Custom GPT creates UserStories . How helpful is ChatGPT+ for Business Analysts and Architects?
Переглядів 4317 місяців тому
I did a exploration about how good can AI write UserStories, if it know Definition of Done, Definition of ready and more team rules. So in this video you will see how to build a Custom GPT with your team's document. Then we will check how helpful it was for Business Analyst or Architect role of my team. More about coding with AI at Udemy: www.udemy.com/course/ai4coding/?referralCode=90FF563948A...
Clean Code produced by AI - ChatGPT refactors poor code quality at Codewars!
Переглядів 1398 місяців тому
More information about Java & Spring applications: agile-coding.blogspot.com Training about Clean Code in German language: www.udemy.com/course/clean-code-kickstart/?referralCode=3DF6321540B6ECC6A4BB
Java 21 most important features: Pattern Matching for switch & Sequenced Collections
Переглядів 6019 місяців тому
In this video I show how to use Java 21 features: - Pattern Matching for switch - Sequenced Collections Java 21 blog article: agile-coding.blogspot.com/2023/09/java-21.html Free Java 21 training: www.udemy.com/course/java_17_features/?referralCode=56AA2D304F964694C264 More about Spring: agile-coding.blogspot.com/2022/02/spring-session.html agile-coding.blogspot.com Trainings about Spring Reacti...
AI assisted Copilot developer vs. copy & paste coding - What is faster?
Переглядів 33910 місяців тому
Management feedback to my last AI assisted coding presentation was: * But how much faster is it exactly? * Why is it not just the next tool? This triggered me to do "speed coding". In this video I will code a REST endpoint as fast as I can by using all dirty copy & paste tricks. Then I will use AI assistance and let Copilot do the job. The difference in coding time will surprise you! Blog artic...
Virtual Threads of Java 21 in Spring 3.1 Web Application - Performance test killed my video...
Переглядів 2,1 тис.10 місяців тому
In this video I show how to use Java 21 virtual threads in Spring Boot 3.1 and 3.2 web applications. This boosts the performance of your web application. See a performance test, which compares classic and virtual threads. Sorry for the video issues at the end of the video, the high performance of virtual threads was too much for my video recording software. Java 21 blog article: agile-coding.bl...
CronJobs in Spring 3 applications: Execute Java methods time-controlled.
Переглядів 20210 місяців тому
With Spring timed tasks can be integrated into Java code. With Spring we simply define CronJobs as we know them in Linux using annotations. Blog article about Spring CronJobs: agile-coding.blogspot.com/2021/03/spring-cronjobs.html More about Spring: agile-coding.blogspot.com Trainings about Spring Reactive and Spring with Kotlin in German language: * www.udemy.com/course/api-und-kotlin/?referra...
Coding with Tabnine - an AI assistant similar to GitHub Copilot.
Переглядів 29011 місяців тому
See how Tabnine supports me in developing a REST API in existing Spring Boot 3.1 application. I am using Tabnine plugin for IntelliJ IDE. Blog articles about coding with AI: agile-coding.blogspot.com/2023/04/chatgpt-coding.html agile-coding.blogspot.com/2023/09/copilot-evaluation.html More information about Spring applications: agile-coding.blogspot.com Trainings about Spring Reactive and Sprin...
Performance Tuning of Web Applications and REST Services: My best strategies and tricks.
Переглядів 20411 місяців тому
Performance Tuning of Web Applications and REST Services: My best strategies and tricks.
Is GitHub Copilot helpful for enterprise developers? See evaluation results at Deutsche Telekom.
Переглядів 178Рік тому
Is GitHub Copilot helpful for enterprise developers? See evaluation results at Deutsche Telekom.
Spring Retry for resilient database or REST API access with simple annotation in Spring Boot.
Переглядів 843Рік тому
Spring Retry for resilient database or REST API access with simple annotation in Spring Boot.
Coding with Copilot. I develop Spring REST API with MongoDB in pair programming with GitHub Copilot.
Переглядів 2,8 тис.Рік тому
Coding with Copilot. I develop Spring REST API with MongoDB in pair programming with GitHub Copilot.
Spring WebFlux und WebClient in reaktiven Microservices mit REST-API.
Переглядів 156Рік тому
Spring WebFlux und WebClient in reaktiven Microservices mit REST-API.
My agile software development process: Scrum, CICD, Code Review and Test.
Переглядів 195Рік тому
My agile software development process: Scrum, CICD, Code Review and Test.
Classic Spring MVC Web-Application converted to reactive Spring WebFlux REST API
Переглядів 744Рік тому
Classic Spring MVC Web-Application converted to reactive Spring WebFlux REST API
From Junior to Senior Developer just with AI! How Senior Developer uses ChatGPT to write Java code.
Переглядів 357Рік тому
From Junior to Senior Developer just with AI! How Senior Developer uses ChatGPT to write Java code.
Java code to call OpenAI's Chat API. ChatBot uses GPT 3.5 Turbo AI model as in ChatGPT.
Переглядів 2 тис.Рік тому
Java code to call OpenAI's Chat API. ChatBot uses GPT 3.5 Turbo AI model as in ChatGPT.
Native Docker Image with Spring Boot 3 and GraalVM for quick scaling in Cloud. Demo for beginners.
Переглядів 2,9 тис.Рік тому
Native Docker Image with Spring Boot 3 and GraalVM for quick scaling in Cloud. Demo for beginners.
Spring Boot 3 Update of a real world application - my challenges with Security, Web-Flow and OpenAPI
Переглядів 644Рік тому
Spring Boot 3 Update of a real world application - my challenges with Security, Web-Flow and OpenAPI
OpenID Connect with Spring Boot 3 as Single Sign-On solution for your Web-application.
Переглядів 8 тис.Рік тому
OpenID Connect with Spring Boot 3 as Single Sign-On solution for your Web-application.
ChatGPT solves Coding Challenges at CodeWars! See AI programming exercises in Kotlin and Java...
Переглядів 563Рік тому
ChatGPT solves Coding Challenges at CodeWars! See AI programming exercises in Kotlin and Java...
ChatGPT löst Katas bei Codewars! Wenn KI in Python und Java für Software-Entwickler programmiert...
Переглядів 259Рік тому
ChatGPT löst Katas bei Codewars! Wenn KI in Python und Java für Software-Entwickler programmiert...
Spring Security 6: Users with roles for authorization and authentication in Spring Boot 3 & Java 17
Переглядів 6 тис.Рік тому
Spring Security 6: Users with roles for authorization and authentication in Spring Boot 3 & Java 17