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
Antonino Praxedesantoninopraxedes.hashnode.dev·Oct 22, 2024Injeção de Dependências com CDI em JSF: Passo-a-passo com IntelliJ IDEA e WildFlyA injeção de dependências é uma técnica poderosa que simplifica a criação de software ao reduzir o acoplamento entre classes e serviços. No JavaServer Faces (JSF), o CDI (Context and Dependency Injection) é amplamente utilizado para gerenciar o ciclo...DiscussJava
Naman Jainnaman-jain.hashnode.dev·Sep 27, 2024Optimizing Your Workflow: Customizing the Logitech MX Master 3S for IntelliJ IDEA Without Logi Options+I recently invested in the Logitech MX Master 3S, a highly acclaimed mouse favored by developers and professionals for its ergonomic design and customizable features.. Its ergonomics, customizable buttons, and high-precision scroll wheel boost produc...Discussmx master 3s
Dilip PatelforDilip Patel's Java blogjavamastery.hashnode.dev·Sep 24, 2024Java Your First ProgramIn this Java tutorial, you're going to learn how to write and execute your first Java program. Let's get started with IntelliJ IDEA. Steps to Set Up a Java Project Start IntelliJ IDEA and Create a New Project Open IntelliJ IDEA and click on “Create ...DiscussJava BasicsJava
Sri Siddhardha Kurrasid-kurra.hashnode.dev·Sep 24, 2024Java IDE Showdown: IntelliJ vs. VS Code vs. Eclipse - Which Reigns Supreme?In the world of Java development, choosing the right Integrated Development Environment (IDE) can make a significant difference in your productivity and overall coding experience. As a developer who recently grappled with this decision for a personal...Discuss·29 readsJava
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·45 readsJDBC