Тёмный
Sebastian Daschner
Sebastian Daschner
Sebastian Daschner
Подписаться
I want to share knowledge and educate developers about Java, enterprise software, and IT in general. I believe that teaching others not only greatly improves their situation but also educates yourself.

I'm working as a consultant, trainer, and developer. My role is to share knowledge and educate developers about Java, enterprise software, and IT in general. I support clients with workshops and tailored consultation engagements, by applying expert knowledge and experience with a high claim in software craftship. I focus on how concepts work and why specific solutions are needed, and only then how they are implemented.
5 Ways to Debug Quarkus Applications
29:43
2 месяца назад
A Simple Plain Text Knowledge System
12:56
3 месяца назад
Uploading Files With Quarkus (Update)
12:49
3 месяца назад
Vim Tips I Wish I Knew Earlier
23:00
4 месяца назад
Tour of My Dotfiles
50:51
4 месяца назад
How To Become Better At The Keyboard
12:46
6 месяцев назад
Why I'm Using a Tiling Window Manager
11:25
6 месяцев назад
Effective Developer Workflows With Quarkus
19:47
6 месяцев назад
Why Should You Learn Vim
11:13
Год назад
Using Maven Efficiently
28:18
Год назад
Persistence With Quarkus Panache
14:48
Год назад
How to Create a Quarkus Extension
21:55
Год назад
Quarkus Native or JVM Mode?
21:50
Год назад
Комментарии
@kamalchan9756
@kamalchan9756 5 часов назад
i love vim best thing i leaned made my life 100% easy imagine now i cannot use vscode or nano
@kamalchan9756
@kamalchan9756 5 часов назад
how you did 1:47 the line after 103 # hello this is new to me
@kamalchan9756
@kamalchan9756 5 часов назад
also a nice tip about relative number configure you vimrc so when you are in insert mode it switches to relative number and when you are in normal mode switch to numbers this will help
@MarioDanielCarugno
@MarioDanielCarugno 5 часов назад
What plugin do you use for the 'sticky scroll' feature ?
@rashid_2540
@rashid_2540 День назад
Man i dont even know the normal features not talking about advanced
@SlyPearTree
@SlyPearTree 2 дня назад
How do you lock lines at the top and have their line number stay relative to bottom window?. If I use split then both windows' line number stay relative to their windows.
@muthukamalan.m6316
@muthukamalan.m6316 3 дня назад
very informative. thank a bunch🤩🤩
@lenickramone
@lenickramone 3 дня назад
a good tip is also have the intent of the comands: i - inside a - around o - other and so on...
@gpottepalem
@gpottepalem 4 дня назад
So cool to know some of these features. Thanks a lot.
@ptys7777
@ptys7777 5 дней назад
Awesome!
@user-fr3uv7nm6f
@user-fr3uv7nm6f 5 дней назад
You solved what I didn't solve for two days. You are so amazing, thank you!!
@optimal9266
@optimal9266 5 дней назад
Amazing explanation! Thank you
@josephbolton8092
@josephbolton8092 5 дней назад
I learned a lot, thanks!
@Zmunk19
@Zmunk19 5 дней назад
I started using vim about 4 years ago and I will continue using it because I still don't know how to quit
@akinyemisodiq6365
@akinyemisodiq6365 7 дней назад
this is very insightful, do you have videos that teach git effectively from start
@sarveshpatil6210
@sarveshpatil6210 9 дней назад
Great video it was very helpful, I just wanted to see how can we exclude few classes and methods which we don’t want to be the part of the jacoco report. I tried excludes=/com/abc/xyz/class but somehow it still shows the output in result
@adcodes
@adcodes 10 дней назад
Well I knew all of these since the way I learned Vim was to just edit random text files in a pure non-configured Vim editor with no LSP or anything for two weeks. These are not advanced features but they're pretty basic but I'm still going to like this video so more people can find your video so that the word of Vim can be spread.
@briansepolen4917
@briansepolen4917 11 дней назад
Control Left Bracket is key 27. I use that instead of Escape.
@sarveshpatil6210
@sarveshpatil6210 14 дней назад
Hi Sebastian, Thank you for for this great video. I have integrated this with CICD and it generates the jacoco report as expected but it doesn't give line by line code coverage the way you have shown. It says .jar file not found, do we need to pass anything extra when integrated with CICD?
@SebastianDaschnerIT
@SebastianDaschnerIT 13 дней назад
No, not more than what I'm showing in the video. I'd debug the same commands that you run in your CI/CD locally and see what it yields you. There's usually also a way to debug your CI/CD server and run commands step-by-step and observe the result...
@Lifesciencefact
@Lifesciencefact 14 дней назад
Educating video! Please How do I change my website login details to redirect to telegram?
@darkenblade986
@darkenblade986 15 дней назад
the invoke is very powerful. Checkout column for making nice tables
@VolnaBelarus84
@VolnaBelarus84 15 дней назад
Tons of cool features. Mostly used -- navigation (ctrl+alt+arrow, bookmarks, ctrl+e etc), code complition refactoring, searching errors F2, code review F7... Quite intresting and usful during debugging -- Reset frames, debug point for variable, interface methods or even lombok annotation
@titanandrews
@titanandrews 18 дней назад
Good stuff!
@justcorsin
@justcorsin 19 дней назад
17:16 neovim already comes with a ":sort' command, in case you didn't already know.
@ReinierButot
@ReinierButot 20 дней назад
thank you for showing me the fragment edit and postfix completion
@JelenaTrifković-d4j
@JelenaTrifković-d4j 20 дней назад
Thank you so much!
@cheshvikaraj7769
@cheshvikaraj7769 21 день назад
Helpful, Thank you
@iusearchbtw69
@iusearchbtw69 24 дня назад
That *W* is a replacement of my *t<space>* Tysm mate, gotta use it more often
@iusearchbtw69
@iusearchbtw69 24 дня назад
Step one: use Linux > learn terminal Step two: use vim/neovim > learn all the tricks
@xucongzhan9151
@xucongzhan9151 24 дня назад
the norm thingy is the best advice I got for the past year on vim. dang! thanks for the tips!
@ahmedjaad4940
@ahmedjaad4940 24 дня назад
As always great video Sebastian, I've been using Intellij for 8 years now and yet I lean a lot in every one of your videos. I'd advise to also mention the name of the action of these features. this would help others who are not using Windows to search for them when shortcuts are not similar to those in Windows
@vukotici32
@vukotici32 25 дней назад
08:00 @Language("JSON"). you can also use this annotation
@namelessbread-
@namelessbread- 26 дней назад
Is there a way to limit the size of the file being uploaded per route? I found some quarkus configurations but they only apply globally
@SebastianDaschnerIT
@SebastianDaschnerIT 25 дней назад
Not that I know. You would need to check that programmatically (e.g. in the JAX-RS resource or some filter) and reject accordingly
@sauliustb
@sauliustb 26 дней назад
for the hippie completion, if you do "eS" + alt slash it would complete to enterpriseSoftware
@meghraj
@meghraj 26 дней назад
Thanks a lot for sharing this.
@林天成
@林天成 27 дней назад
hi, Is it possible if you can paste macos Shortcut key ? If so , it is awesome .
@DavidSoles
@DavidSoles 27 дней назад
Didn't know about Ctrl+Shift+I to Peek Definition. Thanks!!!
@ganeshbabu8263
@ganeshbabu8263 28 дней назад
I face some issues, In Recent files or find files. I can open the file in the split right by pressing shift and enter but in my case i need to open that in split down i knew it is possible but I forget it, how to clear response from http client all those response are stored in my .idea folder how to clear that ?
@SebastianDaschnerIT
@SebastianDaschnerIT 28 дней назад
Haven't found a dedicated feature to clear, but you can remove the files under .idea/httpRequests
@xdzzz0
@xdzzz0 28 дней назад
Ooh quicklookup section super helpful. I usually just CMD+click. The pop-ups (if I can remember the hotkeys) will be super helpful in terms of keeping to the keyboard. 🙏
@ferjava
@ferjava 28 дней назад
Wow, that structural search and replace feature looks fantastic!
@sivafx
@sivafx 28 дней назад
It would be so helpful if you make a video on your IntelliJ settings. btw thanks for your video
@SebastianDaschnerIT
@SebastianDaschnerIT 28 дней назад
Thanks! Oh, they're pretty much the out-of-the-box settings, plus IdeaVIM: blog.sebastian-daschner.com/entries/my-favorite-ideavim-features
@khmarbaise
@khmarbaise 28 дней назад
Really good collection of features...
@vanvothe4817
@vanvothe4817 28 дней назад
Hey, Can I coding without IDE?
@paulweveritt
@paulweveritt 29 дней назад
First tip in and it's hippie completion, one that I never, ever put to good enough use. Thanks!
@ivanocj
@ivanocj 29 дней назад
That's nice, most of the IntelliJ videos out there are for Macs. I see you are probably using Linux or Windows. Do you mind sharing the hardware that you are using on the presentation and the IntelliJ version? thanks!
@SebastianDaschnerIT
@SebastianDaschnerIT 29 дней назад
Yes, on Linux: IntelliJ IDEA 2024.1.1 on Arch Linux with i3wm, AMD Ryzen 9 5900X, 64 GB RAM
@alielarfaoui4341
@alielarfaoui4341 Месяц назад
Thank you
@matejlaskomulej
@matejlaskomulej Месяц назад
It baffles me how fast you are which your snippets and keyboard shortcuts. Do you perhaps have a video on your environment tools and settings and their usage? I mean like, I've never seen anyone delete more than a single character at the time in the terminal. Plus you type three letter magic, and suddenly a complete command without typos is there for you to edit. And even outside the terminal, in IntelliJ (though I use VSCode), I feel like watching a magician at work :) Upvote! (and on that note, how the hell are there so few of them...)
@SebastianDaschnerIT
@SebastianDaschnerIT 29 дней назад
Thanks a lot for your kind words 🙂 I use a selection of tools, shortcuts, and just practice over the years, but to find out some inspiration you can check out my content on developer productivity: blog.sebastian-daschner.com/tags/productivity and I have a whole video course on that topic that helps you on your journey to become a magician too 🧙‍♂️ www.sebastian-daschner.com/courses/developer-productivity-masterclass
@meza5397
@meza5397 Месяц назад
git?
@SebastianDaschnerIT
@SebastianDaschnerIT 29 дней назад
You mean the link to the code on GitHub? It's here: blog.sebastian-daschner.com/entries/uploading-files-quarkus-update
@meza5397
@meza5397 28 дней назад
@@SebastianDaschnerIT thanks mate !! also great video !!
@vipstatus7982
@vipstatus7982 Месяц назад
chovatiyaprashant.blogspot.com/2024/01/17-intellij-ideaandroid-studio.html great 🎉
@vipstatus7982
@vipstatus7982 Месяц назад
Great 🎉 chovatiyaprashant.blogspot.com/2024/01/17-intellij-ideaandroid-studio.html