
Siva
@sivalabs • 14,228 subscribers
💻 Pragmatic Software Developer | ☕ Developer Advocate @JetBrains | https://t.co/BDIwltQgQ3 | https://t.co/aQz0JrvXbH
Videos

Turns out teaching the AI Coding Agents what's your preferred way of implementation(a.k.a Claude Skills) gives much better results. 😇 Took all the guidelines from my "Spring Application Architecture Design Patterns" samples and created file and asked Claude to generate a new application. Claude followed most of those patterns as expected 😍 Earlier I used to Vibe Code and then spend some time unvibing(cleaning up) the generated code. With these Skills given to Claude, now I no need to spend too much time for cleaning up the code. 🚀
Siva113,652 Aufrufe • vor 5 Monaten

I have never build any Chrome Extension in my life. But with AI I was able to build a small extension that I always wanted to build in 1 minute. Prompt to Claude Code: Implement a Chrome extension where when I am on or show an icon for each tweet on my twitter feed to add it to "read me later" list which is maintained on browser storage. The extension should show a button in the top bar and when I click it it should display list of those tweets as one-liners with a button as "Done". When I clicked "Done" that tweet should be removed from the list. Result: 🤩👇
Siva36,612 Aufrufe • vor 3 Monaten

Yesterday I learned a very cool IntelliJ IDEA, a JetBrains IDE trick for #SpringBoot 🤠
Siva11,999 Aufrufe • vor 6 Monaten

IntelliJ IDEA Tip 💡 SDKMAN! is an amazing tool to install different versions of JDK, Maven, Gradle, JBang, etc. You can use ".sdkmanrc" file to specify which versions of SDKs you want to use and run "sdk env" to activate those versions in the current shell. java=21-tem maven=3.9.9 Even better, you can set "sdkman_auto_env=true" in "~/.sdkman/etc/config" file so that when you navigate to the directory having ".sdkmanrc" file, those versions will be activated automatically. IntelliJ IDEA, a JetBrains IDE automatically detects ".sdkmacrc" file and configures the project-level JDK automatically.
Siva23,871 Aufrufe • vor 1 Jahr
Keine weiteren Inhalte verfügbar