Intellij IDE Productivity and Debugging Techniques with Java Complete Course For Free With Certification | Free Udemy Course | First 1000 Users for Free |


 


 

 









Intellij IDE Productivity and Debugging Techniques with Java


Optimize Your Java Programming Integrating Intellij IDE for GIT Support, Refactoring, Maven, JavaFX, JUnit and Debugging



What you'll learn
  • Build a basic Java project with Intellij
  • Explore Intellij project builder and project files
  • Optimize KeyMat and learn to use Intellij Short Cuts
  • Master project tools, windows, TODOs and code editors
  • Learn to perform automatic code, file and project inspection
  • Extract methods and move member variables
  • Perform code structure and signature change
  • Learn to use, show edit and create Intellij Live Templates
  • Master all Java error typles, debugging and breakpoints
  • Integrate GitHub and Git with Intellij. Learn to commit, add, merge code and manage branches.
  • Mester Java code testing by Integrating JUnit and Intellij
  • Create JavaFX apps and build scenes

Requirements

  • No prior Java experience required
  • Desire to learn Intellij IDE and Java

Description

Intellij is the industry standard among all Java developers. Any beginner or expert user of the Java programming language looking to improve their productivity via the best IDEs for Java can greatly benefit from the Intellij Productivity and Debugging Techniques Course. Intellij provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactoring and rich live templates. This course will ensure that you master each and every of those capabilities.


IntelliJ the most powerful and popular Integrated Development Environments (IDE) for Java. It is developed and maintained by JetBrains and available as community and ultimate edition. This feature rich IDE enables rapid development and helps in improving code quality.


What is IDE and its benefits?


IDE stands for Integrated Development Environment. It is a combination of multiple tools, which make software development process easier, robust and less error-prone. It has following benefits over plain text editor −


Integration with useful tools like compiler, debugger, version control system, build tools, various frameworks, application profilers and so on.


Supports code navigation, code completion, code refactoring and code generation features which boosts development process.


Supports unit testing, integration testing and code coverage via plug-ins.


Provides rich set of plug-ins to enhance IDE functionality further.


Features of IntelliJ


IntelliJ IDEA has some top productive Java code completion features. Its predictive algorithm can accurately assume what a coder is attempting to type, and completes it for him, even if he doesn’t know the exact name of a particular class, member or any other resource.


Deep Insight


IntelliJ IDEA really understands and has a deep insight into your code, as well as the context of the coder, which makes it so unique among other Java IDEs.


Smart code completion − It supports context based code completion. It gives a list of the most relevant symbols applicable in the current context.


Chain code completion − It is an advanced code completion feature which lists applicable symbols accessible via methods or getters in the current context.


Static member's completion − It allows you to use static methods or constants and automatically adds the required import statements to avoid compilation error.


Detecting duplicates − It finds the duplicate code fragments on the fly and gives notification/suggestion about it to user.


Inspections and quick-fixes − Whenever IntelliJ detects that you're about to make a mistake, a little light bulb notification pops up on same line. Clicking it shows the suggestion list.


Developer Ergonomics


IntelliJ IDEA is designed around the coding principle that developers should be allowed to write codes with as less distraction as possible. That is why in this case, the editor is the only thing visible on the screen, with dedicated shortcuts for all other coding-unrelated functions.


Editor-centric environment − Quick pop-ups help in checking additional information without leaving the current context.


Shortcuts for everything − IntelliJ IDEA has keyboard shortcuts for nearly everything, including rapid selection and switching between tool windows and many more.


Inline debugger − Inline debugger allows you to debug application in IDE itself. It makes the development and debugging process seamless.


Built-in Developer Tools


To help the developers organize their workflow, IntelliJ IDEA offers them an amazing toolset, which comprises of a decompiler, Docker support, bytecode viewer, FTP and many other tools −


Version control − IntelliJ supports most of the popular version control system like Git, Subversion, Mercurial, CVS, Perforce, and TFS.


Build tools − IntelliJ supports Java and other build tools like Maven, Gradle, Ant, Gant, SBT, NPM, Webpack, Grunt, and Gulp.


Test runner and code coverage − IntelliJ IDEA lets you perform unit testing with ease. The IDE includes test runners and coverage tools for major test frameworks, including JUnit, TestNG, Spock, Cucumber, ScalaTest, spec2, and Karma.


Decompiler − IntelliJ comes with a built-in decompiler for Java classes. When you want to take a look inside a library that you do not have the source code for, you can do it without using any third-party plug-ins.


Terminal − IntelliJ provides built-in terminal. Depending on your platform, you can work with the command line prompt, like PowerShell or Bash.


Database tools − IntelliJ provides database tools, which allow you to connect to live databases; run queries; browse and update data; and even manage your schemas in a visual interface from IDE itself.


Application server − IntelliJ supports major application servers: Tomcat, JBoss, WebSphere, WebLogic, Glassfish, and many others. You can deploy your artifacts onto application servers and debug the deployed applications in IDE itself.


Docker support − Via a separate plug-in, IntelliJ provides a dedicated tool window that lets you connect to locally running Docker machines.


The course covers the following sections:




Section 1-3: Here you will learn the Java basics and how to install Java and Intellij in your device. Those sections are a free introduction to the Core Java concepts such as Java data types, methods, classes, declarations and more.


Section 4: In this section you will explore at the files that make up an IntelliJ project. As an advanced IDE, Intellij will generate default files that hold configuration, state and preferences. This section will cover some of the files that IntelliJ generates as part of the project.


Section 5: You will learn advanced code navigation and generation by exploring the search-everywhere Intellij search to find actions, classes and more. You will be able to generate code on autopilot to optimize your coding speed.


Section 6: This is the code inspection section, where you will learn how to find errors in your code and find fixes proposed by Intellij. You will master solving errors, warnings and typos.


Section 7: Here you will learn automatic code refactoring with Intellij. Refactoring is basically rewriting and improving source code and make them easily readable — without changing its behavior. Organized, neat, and easily readable codes are preferable over disorganized, cluttered, and convoluted codes it makes codes a lot easier to maintain and extend. In this section, you will about and how IntelliJ makes refactoring easy.


Section 8: In this section you will learn how to use Intellij Live Templates. The live templates are used to insert common constructs into your code, such as loops, conditions, various declarations, or print statements.


Section 9: You will learn how to use the IntelliJ IDEA debugger for Java code. Depending on the installed/enabled plugins, you can also debug code written in other languages.During a debugging session, you launch your program with the debugger attached to it. The purpose of the debugger is to interfere with the program execution and provide you with the information on what’s happening under the hood. This facilitates the process of detecting and fixing bugs in your program.


Section 10: IntelliJ supports various version control systems like Git, Subversion, Mercurial, CVS, GitHub and TFS. You can perform version control related action from the IDE itself. In this section, you will learn Git and GitHub integration with Intellij.


Section 11: This section will cover all types of testing in Java and how to optimize them with the Intellij IDE. You will use the JUnit framework to create a complete test case suit with unit tests.


Section 12: You will learn how to build UI applications by integrating JavaFX with Intellij. You will use Scene Builder to automatically generate Maven code and build your application graphically.



Who this course is for:

  • Computer Science Enthusiasts
  • Software Developers
  • Software Engineering Students
  • Back-end developers
  • Front-end developers
  • Everyone who want to master Intellij IDE

Course content

13 sections • 54 lectures • 5h 49m total length

Preview

04:28

Preview

01:48

Preview

05:39

Preview

03:47

Project Creation and Basic Syntax

05:45

Variables and Data Types

12:38

Operations With Strings and Bools

13:38

If, Else and Switch Statements

12:27

For and While Loops

12:27

Java Arrays

08:22

Java Methods

15:09

Java OOP: Classes and Objects

06:43

Class Methods Attributes

12:03

Class Constructors and Inheritance

08:42

Java Quiz

6 questions

The iml File

03:20

The .idea Folder

02:29

Preview

02:00

The Out Folder

05:26

Intellij IDE UI

05:28

Project Tool Window

03:04

Structure Tool Window and Navigation Bar

04:16

Scratch File & TODO

05:15

Problems Tab & Terminal

05:44

Main Editor Windows

06:21

Search Engine

05:55

Opening Files and Classes

05:38

Check Recent File Changes

05:17

Show Members

02:03

Code Generation

06:00

Addressing Inspections

08:45

Inspecting Your Code

06:26

Inspection of a Complete Project

04:02

Intention Actions

02:50

Basic Refactoring

06:59

Refactoring in Intellij

03:16

Move Members

02:55

Change Signature

04:32

Working With Templates

05:49

Parametrizing Templates

02:55

Surround Live Templates

04:37

Create and Share Templates

07:05

Types of Errors

04:32

Debugger

09:34

Step Actions and Breakpoints

08:39

Create a Git Repository

06:18


Add and Commit Changes

06:53

Ignore Files

03:21

GitHub Integration

09:02

Types of Testing

07:13

JUnit in Intellij

11:37

Test Examples

12:11

JavaFX Set-Up

04:01

Stages and Scenes

07:38

Scene Builder

06:29

Instructor

Martin Yanev

Software Engineer | Aerospace Engineer | Instructor

Martin Yanev

4.2 Instructor Rating

3,434 Reviews

260,677 Students

31 Courses

My name is Martin Yanev I am internationally acclaimed Software & Aerospace Engineer.


I have a Bachelor Degree in Aeronautical Engineering and a Master Degree in Aerospace Dynamics. I am Associate member of the Royal Aeronautical Society in the United Kingdom. I am ISTQB certified with solid experience in systems test/integration.


I have gained my solid programming skills in the last 7 years by developing and testing complex software algorithms for Aerospace applications. I am currently involved in the Single European Sky Project that aims to increase the European airspace capacity by applying cutting edge Air Traffic Management Systems.


Feel free to contact me on any topic related to Computer Science and Aerospace Engineering as I am truly interested in this fields.


I hope you enjoy my courses and improve your career development with them.


This course includes:

6 hours on-demand video

1 downloadable resource

Full lifetime access

Access on mobile and TV

Certificate of completion


Coupon Code: MYFREE25

Click Here To Apply

Comments

Popular posts from this blog

57+ Paid Udemy Course For Free With Certificate | 2 June 2021 | Enroll As Soon As Possible

NDG Linux Essentials By Cisco Networking Academy in collaboration with NDG

JavaScript Projects Course Build 20 Projects in 20 Days 2024 Course For Free With Certification | Free Udemy Course | First 1000 Users for Free |