Exploring a ton of new features while using JetBrains AI Assistant in #GoLand. It was fun working with @HelenJoScott
Exploring a ton of new features while using JetBrains AI Assistant in #GoLand. It was fun working with @HelenJoScott
@jetbrains,
do you have a learn #goland video series anywhere. the goland playlist on youtube is a muddled list of very interesting things I could do with things *in* goland
is there a structured set of videos, that I could use to get familiar with my editor? I have a yearly subscription to all the editors.
Excited to share my new tutorial on building a RAG application with AWS Bedrock & Go! Learn more here: https://www.jetbrains.com/guide/go/tutorials/simple_rag_with_go/ #GoLand
#AWS #golang
Have you ever used Kubernetes with #GoLand? If not, you're in for a treat! Let me show you how effortlessly you can deploy your Go applications directly from the IDE, streamlining your workflow like never before. Stay tuned for a step-by-step guide on making Kubernetes and GoLand work together seamlessly! #Kubernetes #GoLang #DevOps
I needed to come down from being overwhelmed so I wrote about being overwhelmed.
#RustRover reminds me of the first days of #Goland (when it was still Gogland). It is quite good but not quite there yet. Debugging is one of the things that feels incomplete. I really hope #JetBrains will make it better eventually.
I'm thrilled to share a new blog post on deploying Go applications with #Kubernetes! As we navigate the ever-evolving landscape of software development, mastering deployment strategies is crucial for building scalable and robust applications. #GoLand #golang #k8s https://blog.jetbrains.com/go/2024/11/20/deploying-go-apps-with-kubernetes/
GoLand 2024.3 Is Out!
#GoLang #Goland #Release
https://blog.jetbrains.com/go/2024/11/14/goland-2024-3-is-out/
"In this free course we will create two portfolio projects: a Go API and a full stack web app built using Go. Along the way we will explore powerful features of the GoLand, a Jetbrains IDE which can help you be productive.
This course is for beginners. You do not need to have any Go experience and we'll teach you the Go you need along the way. Have experience with Go but not used GoLand? We'll teach you some tips and tricks to make you more productive.
No purchase of GoLand is necessary. By signing up to this course, you'll receive a 30 day GoLand trial when you download GoLand.
You want to know the best part?
If you finish the course, you will receive a ONE YEAR license to GoLand COMPLETELY FREE."
#Go #Programming #SoftwareLanguages #SoftwareProgramming #FullStackDevelopment #SoftwareDevelopment #Golang #GoLand #JetBrains
Here’s my experience with building an app using Go and React, combined with a messaging system like NATS. #GoLand #jetbrains #goland #react #golang
https://blog.jetbrains.com/go/2024/11/04/create-a-full-stack-app-with-go-and-react/
I was trying to use #goland and #vscode on #macOS after a long time not launching them and could not figure out why the #vim mode (vsnvim and ideavim) would not working since the key repeat mode was enabled (the intl chars menu showing on long press of a key).
Solution came from a old vscode issue here:
https://github.com/microsoft/vscode/issues/31919#issuecomment-343897993
in short make sure to delete the key first and then do the specific override for each apps.
no idea why #emacs #zed and #kitty (ie: using #neovim) just worked
I finally updated #goland, dear baby jesus in heaven what have they done with it? what is this, xcode?
What's your #editor / #IDE of choice, and why is it so? Do you use that for all tasks and #programming languages, or do you switch between editors depending on what you're working on?
I mostly use #IntelliJ / #Goland for large projects, and #VSCode for simpler ones. But tbh, I find myself increasingly using VS Code even for projects where I'd previously would reach for IntelliJ. And their poor story around language server integrations makes them feel less relevant today than they used to be.
Anyone knows how to activate emmet support for templ files in #goland? Seems to be the only missing feature for me.
JetBrains Academy: New Learning Content in February
#GoLang #Goland #Javascript #Jetbrainsacademy #Projectbasedlearning #Cpp #Onlinelearning
https://blog.jetbrains.com/education/2024/02/07/jetbrains-academy-new-learning-content-in-february/
“I feel lost… without VimIdea” https://jots.mypopescu.com/post/739841083235876864/i-feel-lost-without-vimidea
Tip if you use the Jetbrains IDE's like IntelliJ or Goland etc and you want to disable the AI assistant.
On a per-project basis add an empty file called .noai to the project root then it will be disabled in source control.
At the IDE level to permanently disable it go into Settings -> Plugins -> Installed and clear the checkbox where it's enabled.
For me, it was just an annoyance with a light bulb on the current line obscuring the first 2 characters.