Cloud Tunedcloudtuned.hashnode.dev·Jul 30, 2024Daily Hack #day118 - Increasing IntelliJ IDEA IntelliSense File SizeIncreasing IntelliJ IDEA IntelliSense File Size IntelliJ IDEA’s IntelliSense, or code completion feature, is a powerful tool that assists in writing code more efficiently by providing suggestions, autocompletions, and insights into the code. However,...DiscussDaily Hacksintellij
Cloud Tunedcloudtuned.hashnode.dev·Jun 22, 2024Cheat Sheet #day27 - IntelliJ RiderIntelliJ Rider Cheat Sheet IntelliJ Rider is a cross-platform .NET IDE based on the IntelliJ platform, combining the power of ReSharper and IntelliJ IDEA. Below is a cheat sheet to help you navigate essential features and functionalities in IntelliJ ...DiscussCheat Sheets#rider
Michał Romanmichalroman.hashnode.dev·Jun 17, 2024SonarLint: enhancing code quality and developer productivityIn the fast-paced world of software development, maintaining high code quality is crucial. Bugs, security vulnerabilities, and code smells can degrade performance, increase technical debt, and complicate maintenance. SonarLint, a popular static code ...Discusssonarqube
Cloud Tunedcloudtuned.hashnode.dev·Jun 17, 2024Cheat Sheet #day22 - IntelliJ IDEAIntelliJ IDEA Cheat Sheet IntelliJ IDEA is a powerful, feature-rich Integrated Development Environment (IDE) for Java and other languages. This cheat sheet provides a quick reference to essential commands and shortcuts to enhance your productivity wi...DiscussCheat Sheetsintellij idea
Merge Simpsonblog.letsdev.me·May 13, 2024Intellij) JDBC 프로젝트 (3) Flyway 도입하기Simple JDBC Project (kor)(1) Java, DB 설치 + Docker Compose로 쉽게 해 보기(2) 프로젝트 생성, Postgresql 컨테이너 게시(3) Flyway 도입하기(4) JDBC 연결하기 Flyway란 무엇입니까? Flyway는 DDL 버전 관리를 위해 사용할 수 있는 DB Migration 도구입니다. 자바 애플리케이션을 실행하기만 해도 생성되어 있는 데이터베이스 테이블들과 시드 데이터, 더미 데이터...Discuss·34 readsJDBC
Merge Simpsonblog.letsdev.me·May 13, 2024Intellij) JDBC 프로젝트 (2) 프로젝트 생성, Postgresql 컨테이너 게시Simple JDBC Project (kor)(1) Java, DB 설치 + Docker Compose로 쉽게 해 보기(2) 프로젝트 생성, Postgresql 컨테이너 게시(3) Flyway 도입하기(4) JDBC 연결하기 프로젝트 생성 파일 > New > Project... 메뉴를 선택하여 프로젝트 생성창을 띄웁니다. 왼쪽 탭에서는 New Project 탭을 선택합니다. 이것이 일반 자바 프로젝트입니다. 다음 이미지를 참고하여 프로젝트...DiscussJDBC
Gabor Nagyblog.seniordevlog.com·May 5, 2024Eclipse intro for IntelliJ IDEA usersAs my team was in the process of migrating a legacy application, we encountered the need to develop a portion of the old frontend originally written in the Eclipse RCP platform. I had prior experience with Eclipse IDE but it became evident that adapt...DiscussEclipse
Srisrip.hashnode.dev·Apr 30, 2024A Beginner's Guide to Project especially in Java Full Stack Development: Idea to DeploymentToday, we're embarking on an exciting journey into the world of Java full stack development. Whether you're a complete beginner or someone looking to expand their skill set, this blog will guide you through the complete end-to-end flow of a Java full...Discussend to end development
Norbert Kozsirnorbert515.com·Apr 22, 2024[Prototype] An IntelliJ plugin to preview Flutter widgetsI got annoyed a couple of weeks ago when I had to adjust a small component in an existing Flutter app. The code change itself wasn't big, the annoying part was verifying everything looked good. I started the iOS simulator and waited painfully for it ...Discuss·7 likes·237 readsprototype
Chetychety.hashnode.dev·Apr 22, 2024Fixed: The file is not `goimports`-ed with ...If you have ever encountered the error below in your IDE, Go is reminding you to follow its rules. Go is quite strict about its rules, and sometimes it's best to say, Yes, my lord, as you wish. Error: File is not goimports -ed with ... To fix this ...Discuss·77 readsGo Language