Skip to content

Instantly share code, notes, and snippets.

@JBelta
JBelta / Professional Development.md
Last active January 20, 2020 22:02
Mod 0 Capstone

image

Step 3 Questions

  1. What is your greatest streangth and how do you know?

Virsitility has allowed me to grow as both a person and a proffesional. Managing numerous skills in construction has always been a neccecity, however I adapt quickly.I have never worked in an enviorment where transitioning had proven to be difficult whether its getting along with staff or following proceadures and task for the job.

  1. How do you work best?
@JBelta
JBelta / Beginners Guid to data types.md
Last active February 21, 2020 19:33
Session 1 Practice Task

image

Session 1 Practice Test

Beginners Guid to Data Types

Data Types

  1. String
  • Represents text.
@JBelta
JBelta / Object Model Call Stack
Last active April 17, 2020 17:56
James Belta
N YOUR OWN WORDS:
1) Classes are containers for what?
- Instances and methods altering those instances
2) Classes have a pointer to what?
- To it's super class
3) Instances are containers for what?
- Specific and/ or detailed instances. Classes would have general "definitions" for what makes a dog, but instances have
@JBelta
JBelta / Agile Reflection
Created April 20, 2020 05:46
Agile Reflection
In interviews, you'll be asked about how you approach working in projects, and being able to describe how you utilize agile processes is a great way to help you stand out as a junior developer candidate. This reflection is meant to help you develop this skill.
With that in mind, please answer the following questions in your own gist about your group project:
What have you learned about the use of agile vs. waterfall in software projects?
- I can see how waterfall becomes the "default" workflow. There wouldn't be as much trouble or delay if the project was handled byt
one team instead of multiple departments. The first half of the project followed this workflow, but the second half was more
agile. Reiterating methods one by one until they met our requirements.
How did you and your group approach project management in this project (what tools did you use, how did you hold each other accountable, etc.)?

Mod 1 Week 1

Understanding your strengths

Describe one of your strengths

• What is something you have learned to do well (list a skill)?

Accepting and acknowledging problems and issues. "Hands on" task.

Week 1
Strictly as a develouper, an efficiant well rounded kind of develouper. I believe it's someones character that ifluences
the typ of "proffesional" or "individual" that determines how I grow as a person. That person determines what kind of "develouper"
they can be.
@JBelta
JBelta / b2_intermission_work.md
Created June 14, 2020 23:37
B2 Intermission Work Submission James Belta

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

HTML What is HTML? What is an HTML element? What is an HTML attribute? What is the difference between a class and an id? When would you use one vs. the other? What HTML would you write to create a form for a new dog with a "name" and an "age"? What are semantic tags? When would you use them over a div?

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

HTML What is HTML? What is an HTML element? What is an HTML attribute? What is the difference between a class and an id? When would you use one vs. the other? What HTML would you write to create a form for a new dog with a "name" and an "age"? What are semantic tags? When would you use them over a div?

B2 Intermission Work

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

HTML

  1. What is HTML?

Hyper Text Markup Language (HTML) is the standard markup language used to structure web pages with elements telling the web browser how to display content on the web page.