Skip to content

Commit 37aa228

Browse files
authored
Merge branch 'code-differently:main' into lesson_02
2 parents 4c762a2 + 396ed58 commit 37aa228

Some content is hidden

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

56 files changed

+7217
-34
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Check Lesson 03 Pull Request
2+
3+
on:
4+
pull_request:
5+
branches: [ "main" ]
6+
paths:
7+
- "lesson_03/quiz/**"
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- name: Use Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: '20.x'
23+
24+
- name: Build Shared Lib with Node.js
25+
working-directory: ./lib/typescript/codedifferently-instructional
26+
run: npm ci
27+
28+
- name: Build Lesson 03 with Node.js
29+
working-directory: ./lesson_03/quiz
30+
run: |
31+
npm ci
32+
npm run check

.github/workflows/check_push.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- "lib/**"
88
- "lesson_02/quiz/**"
9+
- "lesson_03/quiz/**"
910

1011
jobs:
1112
build:
@@ -42,4 +43,17 @@ jobs:
4243
npm ci
4344
npm run test
4445
46+
- name: Build Lesson 02 with Node.js
47+
working-directory: ./lesson_02/quiz
48+
run: |
49+
npm ci
50+
node run compile
51+
52+
- name: Build Lesson 03 with Node.js
53+
working-directory: ./lesson_03/quiz
54+
run: |
55+
npm ci
56+
npm run compile
57+
npm run lint
58+
4559

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"editor.formatOnPaste": true,
66
"editor.formatOnSave": true,
77
"prettier.requireConfig": true,
8+
"editor.codeActionsOnSave": {
9+
"source.fixAll.eslint": "explicit",
10+
"source.organizeImports": "explicit"
11+
},
812
"[typescriptreact]": {
913
"editor.defaultFormatter": "esbenp.prettier-vscode"
1014
},

lesson_00/chigazograham/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
g# Chigazo Grahams READ.ME
2+
3+
## Who is Chigazo?
4+
My full name is Chigazo Austin Graham I was born and raised here, in Wilmington, Delaware.<br> Growing up I was a part of various programs teaching me skills in business and technology, I even owned my own business selling hygiene products by the age of 7 and won at a business pitch competition against high school students. I graduated from Salesianum high school and during my time there I was shortly a part of the Code Differently Youth Program as a junior software engineer before departing to focus on my studies. I attended Delaware State University (DSU) with a major in computer science for a year prior to joining the Code Differently adult program to further my current software engineering skills and to begin building a career for myself.
5+
6+
### Learning Style:
7+
* I am a **multimodal learner** (*Uses multiple modes or methodologies to learn a concept*)
8+
* My strongest learning styles are **kinesthetic** (*Learning that involves physical activity*) and **visual learning** (*Learning through information presented in a visual format*)
9+
* My weakest learing style is **auditory learning**
10+
11+
### Work Hours & Preferences:
12+
* I am **NOT** a morning person, but I am available to work at any time **as long as the meeting time is discussed and agreed upon at least 24 hours before said meeting.**
13+
* I prefer chats due to ease of use but I am available for in-person meetings if properly scheduled.
14+
* In order the most effective method of communication to me would be text message, then email, and finally LinkedIn.
15+
16+
### Feedback:
17+
18+
* **Feedback, criticism, and advice is always welcomed!** I prefer to give and receive feedback via email
19+
* During **weekdays** I try to check my email **every hour from 9 am to 9 pm** unless I am preoccupied with more important work.
20+
* On **weekends** I usually check my emails three times a day from **9 am to 3 pm, once in the morning, at noon, and in the afternoon**.
21+
22+
### Facts That Aren't Really Fun:
23+
24+
1. **My hometown:** Wilmington, Delaware
25+
26+
1. **My birthday:** September 19th (*I just turned 20!*)
27+
1. **My favorite baked good:** Croissants
28+
1. **My coffee order:** French Vanilla Hazelnut Iced Coffee Regular Cream & Sugar
29+
30+
![Isolated.png](images/GSF_Speaker.jpeg)
31+
![Isolated.png](images/GSF_Comp.jpeg)
32+
9.27 KB
Loading
4.95 KB
Loading

lesson_00/davidsmith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When I was younger I spent most of my life playing video games I was fascinated
2828
I am a very hands on person. I dislike lectures but I understand why they're important because you're learning from someone elses experience and saving time rather than having to go through the experience yourself.
2929

3030
### Likes
31-
* Cars; I currently drive a 2015 BMW 428 XI with a dual turbo charged engine makes about 500 HP and 770+ lbs of torque.
31+
* Cars; I currently drive a 2015 BMW 428 XI with a dual turbo charged engine makes about 500 HP and 770+ lbs of torque
3232
### <img src=images/20240908_172706.jpg width=50% height=50%>
3333

3434
### <img src=images/20240908_172719.jpg width=50% height=50%>

lesson_00/jamescapparell/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ I start my work day between Monday-Friday by waking up at 7am. Once I am up, I g
88
## What’s the best way to communicate with me?
99
I will be mainly be communicating for work through my email: [email protected]
1010

11-
If I don’t respond, try: my phone number: (562) 343-4349
11+
If I don’t respond, try my phone number on file
1212

1313
## I'd love to help you with making the code make sense
1414
I try my best to explain every idea presented in my code and will make an explaination to easily understand it.
1515

1616
## What makes me grumpy?
17-
I am the grumpiest when I amtrying to understand something that I am learning. If I feel like I am just not getting it, I tend to get quiet and try to force my way into figuring it out.
17+
I am the grumpiest when I am trying to understand something that I am learning. If I feel like I am just not getting it, I tend to get quiet and try to force my way into figuring it out.
1818

1919
## How do I like to give feedback?
2020
If I were to give you feedback, I think it is much easier in person. I like to first ask if you need any help with anything they are currently working on. After I am on the same page I will show what my works like and expalin how I got to where I am at and explain my thought process.
@@ -29,7 +29,6 @@ I hope that I learn all I need to know for Git Hub and Java, in order to collabe
2929
If I am ahead in a project we are working on, I like to help explain to others how I got to the point I made it to. I like explaining in full detail so others can concieve that type of result later as well.
3030

3131
### Other things you might want to know:
32-
*Some optional ideas below. Delete and/or add whatever you like.*
3332

3433
* My favorite pass time is playing games on my PC with my friends on Discord
3534
* I live with my older brother, my girlfriend, and my cat Skye

lesson_01/AngelicaCastillo/deco.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
body{
2+
max-width: 1012px;
3+
margin-left: auto;
4+
margin-right: auto;
5+
margin-bottom: 10em;
6+
background-color: rgb(255, 255, 255);
7+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
8+
}
9+
10+
11+
h2{
12+
border-bottom: 1px solid #d1d9e0b3;
13+
font-size: 1.5em;
14+
padding-bottom: em;
15+
padding-top: 1em;
16+
margin-bottom: 0px;
17+
}
18+
19+
20+
21+
p{
22+
font-family: Verdana;
23+
24+
}
25+
26+
ul li {
27+
color: rgb(15, 11, 15);
28+
font-size: 19px;
29+
margin-left: -0.5em;
30+
31+
}
1.5 MB
Loading

0 commit comments

Comments
 (0)