Skip to content

Commit f313ea4

Browse files
Added new video on the main landing page
1 parent 0e34d95 commit f313ea4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
177 KB
Loading

docs/site/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,25 @@ graalPy {
335335
<div class="lang-video">
336336
<div class="container">
337337
<h3 class="truffle__subtitle">Videos</h3>
338+
<div class="lang-video__row">
339+
<div class="lang-video__card video-card">
340+
<a href="https://youtu.be/YqrEqXB59rA?si=3-PZGY2WUfltvCp0&t=1406" target="_blank" class="btn btn-primary--filledp">
341+
<img src="{{ '/assets/img/python/intellij2025-cover.png' | relative_url }}" class="video-cover" alt="IntelliJ 2025 thumbnail">
342+
<div class="play-button-container">
343+
<img src="{{ '/assets/img/play_button.svg' | relative_url }}" class="play-button" alt="play button">
344+
</div>
345+
</a>
346+
</div>
347+
<div class="lang-video__card">
348+
<div class="lang-video__title">
349+
<h4>Tips and Tricks for GraalVM and Graal Languages<br><a target="_blank" href="https://www.jfokus.se/talks/2305">IntelliJ'25</a></h4>
350+
</div>
351+
<div class="lang-video__text">
352+
<h5>In this session, Fabio Niephaus from the GraalVM team will show us his favorite tips and tricks for using GraalVM and Graal Languages in IntelliJ IDEA. He will show how to compile Java applications with GraalVM into native executables and how to debug and monitor them, all from within IntelliJ IDEA. He will also show how to use IntelliJ IDEA as a multi-language IDE. Language injections and support for various debugging protocols make it easy to embed and debug code written in other languages in Java applications. Whether you are curious about GraalVM and Graal Languages or just want to see some fun IntelliJ IDEA demos, this session is for you!
353+
</h5>
354+
</div>
355+
</div>
356+
</div>
338357
<div class="lang-video__row">
339358
<div class="lang-video__card video-card">
340359
<a href="https://www.youtube.com/watch?v=IdoFsS-mpVw" target="_blank" class="btn btn-primary--filledp">

0 commit comments

Comments
 (0)