dev/videos
Adobe Photoshop CC Masterclass — Vom Einsteiger zum Profi
Udemy ist eine Online-Kursplattform mit 250.000 Kursen und 80 Millionen Teilnehmer:innen, auf der du Kurse belegen oder als Dozent:in anbieten kannst. Hier kannst du Programmierung, Marketing, Data Science und vieles mehr lernen.
Behind HTMX: Carson Gross on the re-Rise of Hypermedia | Backend Banter 024 - YouTube
This is a podcast about backend development, so I couldn't miss the chance to chat with Carson Gross, the creator of HTMX and author of the book Hypermedia Systems. HTMX is all about giving backend developers the power to build modern webapps, without needing to write a line of frontend JavaScript. In a way, it's a return to the way the web used to work pre-React Learn back-end development - h...
Cloud-native Microservices with Quarkus
Udemy ist eine Online-Kursplattform mit 250.000 Kursen und 80 Millionen Teilnehmer:innen, auf der du Kurse belegen oder als Dozent:in anbieten kannst. Hier kannst du Programmierung, Marketing, Data Science und vieles mehr lernen.
Complete Guide to Elasticsearch
Udemy ist eine Online-Kursplattform mit 250.000 Kursen und 80 Millionen Teilnehmer:innen, auf der du Kurse belegen oder als Dozent:in anbieten kannst. Hier kannst du Programmierung, Marketing, Data Science und vieles mehr lernen.
Course: OpenShift for the Absolute Beginners - Hands-on | Udemy
Udemy ist eine Online-Kursplattform mit 250.000 Kursen und 80 Millionen Teilnehmer:innen, auf der du Kurse belegen oder als Dozent:in anbieten kannst. Hier kannst du Programmierung, Marketing, Data Science und vieles mehr lernen.
Faster Java Without Changing Any Code by Simon Ritter - YouTube
For more info on the next Devoxx UK 👉 https://www.devoxx.co.uk Applications that run on the JVM benefit from a managed runtime environment with JIT compilation that can easily exceed the performance of natively compiled code. In this byte-sized session, we'll look at some ways to improve the performance of your JVM-based applications without having to change a single line of code or even rec...
HTMX - Dynamic HTML without Javascript - YouTube
This week we complete work on our add new item story. Then, while we wait for our owner Alison to decide if it’s good enough, we investigate a new technology, HTMX. Let’s see whether HTMX lives up to its promise of interactive webpages without having to learn a Javascript framework. In this episode * 00:00:32 A bug in the last feature * 00:00:56 Noticeable page reloads * 00:01:27 Adding HTML...
HTMX - What they don't want you to know! - YouTube
📚 Learn to write cleaner React code with the new SOLID React book: https://solidreact.dev HTMX or what's known as "hypertext with a little bit of AJAX" is really making web development easier and bringing the old good days of only working with HTML without the need for new frontend libraries, frameworks or even doing and handling HTTP requests. It provides a simple syntax that makes everythi...
Hätte ich DAS früher gewusst! ssh-add erleichtert dir deine SSH Verbindungen - YouTube
Willkommen zu meinem neuesten Video In diesem Video tauchen wir weiter in die Welt der SSH-Schlüssel und deren Verwaltung ein. Und ich zeige dir, wie du mit dem Tool ssh-add deine SSH-Verbindungen effizienter gestalten kannst. SSH (Secure Shell) ist ein unverzichtbares Werkzeug für die Verwaltung von entfernten Servern, aber der Aufbau von SSH-Verbindungen kann manchmal etwas nerven. Gerade d...
IntelliJ IDEA Tips & Tricks by Anton Arhipov youtube.com
Modern IDEs are pretty complex. Even IDE developers say they sometimes discover new features only while reading the IDE's code. Does this sound familiar: your colleague is trying to find a class in the project tree, and they don't remember a class name, so you are trying hard not to scream: "Just press Ctrl+Shift+E!!!". Generally, developers use their IDEs and do not utilize the power of automa...
JobRunr Quick Start - YouTube
Short introduction to the ultimate library for background processing in Java.
JPA Buddy – From Zero to Hero | @MarcoCodes - YouTube
In this #noslides live-coding session, you’ll learn about JPA Buddy’s functionality for managing your JPA data model from the ground up. JPA Buddy currently works as a plugin, but starting with the 2023.3 release, its main functionality will be bundled into IntelliJ IDEA Ultimate by default.
We’ll cover its coding assistance and smart inspection features that let you easily create JPA entiti...
LangChain4j - use the power of LLMs in Java! - YouTube
An introduction to LangChain4j : what it is, why use it, with 7 short demos showing its main use cases in Java. We'll use Azure OpenAI and MistralAI, Dalle-3, GPT-4 and Mistral 7B, learn how to use embeddings and vector databases, and how to use the RAG pattern. The demos use a Spring Boot application that is easy to understand and re-use in your own projects. It is available at https://github....
Say Goodbye to Containers - Ephemeral Environments with Nix Shell
With Nix Shell, you can instantly spin up the exact environment you need, tailored to specific projects, and discard it with ease once you're done. No containers! We'll walk you through the installation of Nix and various ways to craft custom environments with Nix Shell. ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Sponsor: Cast AI 🔗 https://cast.ai/devopstoolkit 🔗 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ #NixOS #NixShell #EphemeralEnvi...
So You Think You Know Git - FOSDEM 2024 - YouTube
Scott Chacon's FOSDEM 2024 talk on Git Tips and Tricks and why he's working on GitButler now (https://gitbutler.com) Scott talks about: 00:00 - Introduction 01:06 - About Me (well, Scott Chacon) 02:36 - How Well Do You Know Git? 05:09 - Our Agenda 06:25 - Some Helpful Config Stuff 09:42 - Oldies But Goodies 16:22 - Some New Stuff (You May Not Have Noticed) 23:48 - Some Big Repo Stuff / Monore...
The Elegance of Pattern Matching in Modern Java
JavaOne is back! ➱ https://oracle.com/javaone This presentation will examine the evolution of switch from a statement to an expression and on to powerful pattern-matching machinery in modern Java. You'll also explore the reasons to refactor code to use this elegant and concise feature. Presented by Venkat Subramaniam - Founder, Agile Develper, Inc. ⎯⎯⎯⎯⎯⎯ More information ⎯⎯⎯⎯⎯⎯ ◦ Agile...
Unleashing AI in Java: A Guide to Semantic Kernel, LangChain4j, and Spring AI by Marcus Hellberg
Are you a Java developer curious about building AI apps, but feel restricted by the prevalence of Python and JavaScript tools? This talk is for you. We'll explore Java AI libraries like Semantic Kernel, LangChain4j, and Spring AI, demystifying how to get started with AI engineering right within your favorite language. Through hands-on code examples using Spring Boot, React, and Hilla, we'll sh...
Virtual threads in action! - YouTube
Helidon 4 became the world’s first web framework fully based on virtual threads – one of the major game changers in the industry! Virtual threads, which first appeared in Project Loom and then as a production feature in Java 21, dramatically improve resource usage in the JVM, allowing us to achieve performance comparable to reactive engines, but with a fully blocking paradigm. In this talk, I a...