Sean Kegelseankegel.com·Nov 16, 2024Accessing Databases in PhpStormDid you know PhpStorm can access your databases, and it actually gives you a fantastic UI for managing? I was a long-time TablePlus user, which is a great tool, but lately, I've been finding myself using PhpStorm's built-in tools more and more. It le...Discuss·1 like·1.2K readsPHP
Akshay Mukadamakshaym.hashnode.dev·Sep 21, 2024Resolving 'Delve Executable Not Found' Error in GoLand IDE for macOSIf you're working with Go in GoLand on macOS, you may come across the following error when attempting to debug your code: Cannot find the Delve executable for darwin/amd64. Specify the Delve location by adding 'dlv.path=/path/to/delve' in 'Help | Ed...Discuss·1 like·49 readsDelveDebugger
Dilip PatelforDilip Patel's Kotlin blogkotlinmastery.hashnode.dev·Sep 9, 2024Kotlin Naming ConventionsNaming conventions are essential guidelines for writing consistent and readable code. When working with Kotlin, following these conventions ensures that your code remains clear and maintainable. Let’s explore some commonly used naming conventions in ...Discuss·88 readsKotlin BasicsKotlin
Alfredo PerezProalfredo-perez.dev·Sep 5, 2024Faster Development with JetBrains AIIt's safe to say that AI is everywhere these days, especially with all the coding options like GitHub Copilot, TabNine, and Cursor. So, I figured it was a good time to try out the AI features in my go-to IDE, WebStorm. https://www.youtube.com/watch?v...Discuss·77 readsAI
Anand Boseanandbose.hashnode.dev·Aug 7, 2024Localization in Compose - The pragmatic wayI have been thinking for a while regarding localization-as-code approach for Compose. Currently, either in Jetpack Compose or Compose Multiplatform, we usually place the localized strings in resource files. But I felt this approach has some limitatio...Discuss·52 readsKotlin
Melvin Donatomelvindonato.hashnode.dev·Jun 22, 2024JetBrains Releases Cody for General UseThis article is based on a publication by: Alex Isken, Justin Dorfman, Chris Sev June 4, 2024 in sourcegraph.com with modifications for Hashnode.com Cody for JetBrains IDEs is now available for all users. It offers better performance, increased stabi...Discusscody
Sotiris Kourouklissotergreco.com·Apr 28, 2024From JetBrains to VSCode to NVIM: Why I Made the SwitchEvery software engineer has their favorite IDE, and opinions vary on which is the best. I have used all the mainstream IDEs, and today we will explore what I liked about each one and why I eventually moved on. Jetbrains Let's be honest, JetBrains mak...Discuss·11 likes·887 readsneovim
RANIT MANIKranitmanik.hashnode.dev·Apr 20, 2024How to Automatically sort Tailwind CSS Classes in Any Code Editor or IDETailwind CSS has gained immense popularity among developers for its utility-first approach to styling, offering a vast array of pre-built utility classes. However, maintaining consistency and formatting in your Tailwind CSS classes across projects ca...Discuss·10 likes·38 readsTailwind CSS
Hirusha Fernandohirushafernando.hashnode.dev·Mar 30, 2024Logitech G502 With WebStormLogitech G502 Hero is a high-performance gaming mouse with 11 programmable buttons. Logitech G HUB software is used to program these buttons as per our needs. If you’re a developer, you can use this mouse to improve your productivity. Today, I am goi...DiscussProductivity
Thomas Brandolignommy.hashnode.dev·Mar 3, 2024How to change C++ Language Standard in JetBrains RiderProblem As a new Rider user, I encountered this error after starting my new C++ project, because the IDE Language Standard for C++ by default is C++14. 0>ConsoleApplication1.cpp(6,23): Error C7525 : inline variables require at least '/std:c++17' I s...Discusslanguage standard