Skip to content

Commit e19e220

Browse files
Merge branch 'main' into feature/lesson_03
2 parents 0c008a9 + c565a4f commit e19e220

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1577
-42
lines changed

.github/workflows/check_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: ./lesson_02/quiz
4848
run: |
4949
npm ci
50-
node run compile
50+
npm run compile
5151
5252
- name: Build Lesson 03 with Node.js
5353
working-directory: ./lesson_03/quiz
1.91 MB
Loading

lesson_00/TommyTran/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Tommy Tran README
2+
3+
## About Me
4+
Originally born and raised in Springfield, Virginia, I started my life in the DMV area. After moving to Delaware I eventually decided to go to a Vocational Tech School where I majored in carpentry. I worked on woodworking projects including cabinets,framing, and roofing. I continued my studies in carpentry for an additional 2 years before deciding on going to Delaware tech for College. I studied accounting for a time and received my associates degree. Afterwards I entered an adult learning program where I learned HVAC. I worked in this industry for the following 2 years before finding an interest in coding.
5+
6+
### Learning Style
7+
I learn best in a social setting as I can bounce ideas across other people and receive feedback on my actions immediately. I also like to have a hands on approach on subjects and prefer getting my hands dirty with experiments and role-playing scenarios. When I'm alone i like to reflect on the work that I have done and repeat challenge exercises to build up the mental repetition in my head. I struggle to figure out how to tackle problems in the beginning but feel that it gets easier once I have built once I have a solid foundation to process my ideas.
8+
9+
### likes
10+
11+
1. Music / Concerts
12+
1. Art / Fashion
13+
1. Traveling
14+
15+
### dislikes
16+
1. Seafood
17+
2. bugs
18+
3. working on Sundays
19+
20+
### Goals
21+
22+
1. Attend more music festivals and concerts and meet new people.
23+
1. Travel to Japan and go to as many different bars and restaurant.
24+
1. Be able to work remote anywhere in the world.
25+
26+
### My Favorite Past time
27+
28+
<img src= "Images/pancakes.jpg" style="width:500px; height:500px;"/>
29+
30+
### Contact Information
31+
<p>Email: Best form of contact for me. I try to respond as soon as possible.</p>
32+
<p>Phone: I can be reached here for urgent information. If I am not available please leave a voice message</p>
33+
<p>Github: https://github.com/txtran224</p>

lesson_00/josephcaballero/README.MD

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Joseph Caballero
2+
3+
## Introduction
4+
My name is Joseph Caballero, I started coding two years ago and always had an interest since my introduction to it. I was born in Hawaii and grew up primarily in New Jersey before moving to Delaware when I was about 9 or 10 years old.
5+
6+
## Interests and Hobbys
7+
I like to eat , sleep , and be active.
8+
I currently box and enjoy anything related to boxing/combat
9+
My favorite boxers are (in no particular order) Mike Tyson , Marvin Hagler , Sugar Ray Leonard , Roberto Duran , Muhammad Ali , etc.
10+
11+
## Dislikes
12+
I do not like most vegetables by themselves
13+
I do not like competing in team sports but I do not mind watching them
14+
I do not like traffic or anything that would delay me
15+
16+
## Contact
17+
I do not have a preference between Email or phone I will respond to both
18+
Even though i do not have a preference if it is not urgent then email would be best so I can keep tabs on things easier than if it were message
19+
20+
## Fun Facts
21+
* I was introduced to coding through Code Differently
22+
* I enjoy chinese food
23+
* I was born in Hawaii
24+
25+
<img src = "images/hawaii.jpg"/>
26+
<img src = "images/Mike-tyson-signed-photo-60232.webp">
27+
Binary file not shown.
112 KB
Loading

lesson_01/README copy

Lines changed: 0 additions & 41 deletions
This file was deleted.

lesson_01/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Lesson 01 - Developer Workflow: IDE Fundamentals
2+
3+
## Pre-work
4+
5+
Please review the following resources before lecture:
6+
7+
### Required
8+
9+
* [Learn Visual Studio Code in 7min (Video)](https://www.youtube.com/watch?v=B-s71n0dHUk)
10+
11+
### Recommended
12+
13+
* [Chrome DevTools Crash Course - using Chrome 'Inspector' for CSS Development (Video)](https://www.youtube.com/watch?v=151NXMk0a2c)
14+
15+
## Homework
16+
17+
- [ ] Convert personal README [to HTML](#personal-readme-html-edition).
18+
- [ ] Do pre-work for [lesson 02](/lesson_02/).
19+
20+
### Personal README (HTML Edition)
21+
22+
For this assignment, you are tasked with making a pixel-perfect version of your README file as rendered in GitHub MARKDOWN. You will be assessed by how well your HTML version matches the MARKDOWN version. There are several tools that you can use to complete this assignment, including using LLMs like Chat GPT and Gemini or tools that mimic the markdown-to-html conversion.
23+
24+
I'd highly recommend that you research CSS stylesheets and use them to make your work easier and consistent. If you want to know what styles GitHub uses to render your markdown files, you can use browser debugger tools to inspect the HTML and see what colors, font sizes, and attributes are used for the markdown version.
25+
26+
### Submitting your files
27+
28+
You will use the same process you used in [Lesson 00](/lesson_00/) in order to submit your work. **Please submit your files in a sub-folder created under this folder (lesson_01).** Remember to craft a good pull request (PR) title and description detailing the work you're submitting.

lesson_01/TommyTran/README.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link href="style.css" rel="stylesheet"/>
7+
</head>
8+
9+
<link rel="stylesheet" href="style.css">
10+
11+
12+
<body>
13+
<main>
14+
<div class="md-heading">
15+
<h1> Tommy Tran README</h1>
16+
</div>
17+
<div class="line"> </div>
18+
<div class="md-heading">
19+
<h2>About Me</h2>
20+
</div>
21+
<div class="line"> </div>
22+
<p>Originally born and raised in Springfield, Virginia I started my life in the DMV area.
23+
After moving to Delaware I eventually decided to go to a Vocational Tech School where I majored in carpentry.
24+
I worked on woodworking projects including cabinets, framing, and roofing. I continued my studies in carpentry
25+
for an additional 2 years before deciding on going to Delaware tech for College. I studied accounting for a time
26+
and received my associates degree. Afterwards I entered an adult learning program where I learned HVAC.
27+
I worked in this industry for the following 2 years before finding an interest in coding.
28+
</p>
29+
<div class="md-heading">
30+
<h3>LEARNING STYLE</h3>
31+
<div class="line"> </div>
32+
33+
</div>
34+
35+
<p>I learn best in a social setting as I can bounce ideas across other people and receive feedback on my actions immediately.
36+
I also like to have a hands on approach on subjects and prefer getting my hands dirty with experiments and role-playing scenarios.
37+
When I'm alone i like to reflect on the work that I have done and repeat challenge exercises to build up the mental repetition in my head.
38+
I struggle to figure out how to tackle problems in the beginning but feel that it gets easier once I have built once I have a solid foundation
39+
to process my ideas.
40+
</p>
41+
<div class="md-heading">
42+
<h3>LIKES </h3>
43+
<div class="line"> </div>
44+
</div>
45+
<ol>
46+
<li>Music / Concerts</li>
47+
<li>Art / Fashion</li>
48+
<li>Traveling</li>
49+
</ol>
50+
<div class="md-heading">
51+
<h3> DISLIKES </h3>
52+
<div class="line"> </div>
53+
</div>
54+
<ol>
55+
<li> Seafood</li>
56+
<li> Bugs</li>
57+
<li>Working on Sundays</li>
58+
</ol>
59+
<div class="md-heading">
60+
<h3>GOALS</h3>
61+
<div class="line"> </div>
62+
</div>
63+
<ol>
64+
<li>More music festivals and concerts and meet new people.</li>
65+
<li>Travel to Japan and go to as many different bars and restaurant.</li>
66+
<li>Be able to work remote anywhere in the world.</li>
67+
</ol>
68+
<div class="md-heading">
69+
<h3>MY FAVORITE PAST TIME</h3>
70+
<div class="line"> </div>
71+
</div>
72+
73+
<img src= "https://github.com/txtran224/code-differently-24-q4/blob/lesson_1/lesson_01/TommyTran/img/pancakes.jpg?raw=true" width="500px" height="500px" alt="A hearty breakfast meal">
74+
75+
<div class="md-heading">
76+
<h3> CONTACT INFORMATION </h3>
77+
<div class="line"> </div>
78+
</div>
79+
<p>Email: Best form of contact for me. I try to respond as soon as possible.</p>
80+
<p>Phone: I can be reached here for urgent information. If I am not available please leave a voice message</p>
81+
<p>Github: https://github.com/txtran224</p>
82+
83+
</main>
84+
</body>
85+
</html>

lesson_01/TommyTran/img/pancakes.jpg

1.91 MB
Loading

0 commit comments

Comments
 (0)