Elegant Code

Getting better @ modern web dev

Start @ the Beginning

I lament the fact that the college I teach programming at does not offer a ‘tooling’ class. I believe that students who choose programming as a vocation would be better served by learning how to code first before they get into what to code. The programming ecosystem is quite large and somewhat diverse, especially in the realm of editors/IDEs. Below, I will outline what seems to work best for me & my students and I will provide pertinent, curated learning materials that will hopefully help you get started and be productive. If you have had better luck along the way with different tools, please feel free to share! Please also be aware that I code in Windows 10, so you will have to modify your downloads for your OS. Please, please don’t just glance at the educational material provided below. Really take the time to learn each tool. I am speaking from the school of hard knocks here as I wasn’t always diligent and I paid the price in frustration later as I would go back and find the answer in the material.

Tools

Integrating Git & Intellij:
  1. Ensure you have Git installed on your computer (download & install Git for Windows if not using a Mac or Linux box). a. Choose basic start menu (registry-based), and run from windows command prompt.
  2. Ensure your GitHub account info is set in IntelliJ a. File -> Settings -> Version Control -> GitHub
  3. After you have your project created and made your initial edits go here: VCS -> Import into Version Control -> Create Git Repository…
  4. Ensure the root directory of your project is selected and choose OK.
  5. You will be returned to IntelliJ. In your left pane (project pane) right-click your root directory and choose: Git -> Add.
  6. Then on the menu bar choose: VCS -> Git -> Commit Directory.
  7. When the Commit Changes windows pops up, type a message in the “Commit Message” section then choose Commit at the bottom.
  8. If a Code Analysis window pops up, choose Commit.
  9. On the menu bar choose: VCS -> Import into Version Control -> Share Project on GitHub.
  10. When the pop-up appears, type a description and click Share.

Sites

Final Thought

It is assumed before you ever dig into any type of programming that you know how to computer. What I mean by that is that you know how to manage your files & folders on your computer. If you do not, here are two resources for Windows users: RESOURCE 1, RESOURCE 2.

That should be WAY more than enough stuff to explore and install to get you up and running so you can start coding!

⬅️ Go back
comments powered by Disqus