Skip to content

Instantly share code, notes, and snippets.

@nlj77
nlj77 / gist:08ba57d0948fb1458a94fb20556f45e4
Last active December 20, 2022 16:22
Nick SMT Training Notes

Nick Jones Training Silicon Mountain Notes

Learn Programmming I and II Questions and Notes

Does Java have implicit returns? If I use the correct class to return in my method, do I have to explicitly return?
@nlj77
nlj77 / nick_jones_b2_intermission_work.md
Last active July 2, 2022 21:43
Nick JonesB2 Intermission Work

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?

HTML (Hypertext Markup Language) is a system for displaying documents in a webbrowser. It includes the ability to control fonts, colors, graphics, and hyperlink effects.

Nick J's Plan for Mod 0

Calendars

Time Management

  1. Scheduling specific work, for example; "Complete section 1 of my Mod 0 project".
  2. Scheduling any potential free time.
  3. Color coding different types of tasks is useful, and an immediate form of information at a glance.
  4. Regular tasks should be assigned regular times.

Peer Resources

  • Being able to accurately and specifically relay the problem I had solving something, or what I did to arrive at a solution.