Skip to content

Commit 966490c

Browse files
authored
Merge branch 'code-differently:main' into feature/lesson_02
2 parents 51e77a8 + 54e4328 commit 966490c

Some content is hidden

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

41 files changed

+6896
-31
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_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
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
<title>Document</title>
7+
<link rel="stylesheet" href="deco.css">
8+
</head>
9+
<body>
10+
<h2>Angelica Castillo</h2>
11+
<ul>
12+
<li>Angelica is the daughter of immigrant parents. She is 1 of 6 children. She has worked in retail and has expirience working in Early Childhood Education. Taught at Wilmington Head Start, Bush Early Education, & Mount Pleasant Elementary. Angelica is persuing a software development carrear at Code Differently.</li>
13+
</ul>
14+
<h3> Get to know me</h3>
15+
<p> I am a nature person. I enjoy any outdoor activity. Love going on walks, outdoor runs, & hikes. I am definitely a morning person. Getting up early exercising and getting ready for the day. Makes the day be more productive for me. On my down time I enjoy watching animal planet and Discovery ID. I love to travel and get to know as many new countries as possible. </p>
16+
<h3> Fun facts </h3>
17+
<p> I am bilingual. Being fluent in reading, writting, and speaking Spanish and English. I have a pet whose name is Neeko. Enjoy spending time wiht him and taking him on long walks. I value family and love to spend time with them. I travel to Mexico to visit family and celebrate memorable holidays with them. </p>
18+
19+
<h3> How do I like to give feedback?</h3>
20+
<p>I like to receive feedback in person. It is more personal expirience. It allows me to be more present in the conversation, and I get to have real time answers to the questions I may have. </p>
21+
<h3>How do I like to receive feedback? </h3>
22+
<p> I like to receive feedback in person. It is more personal expirience. It allows me to be more present in the conversation, and I get to have real time answers to the questions I may have. </p>
23+
<h3> One of my goals for the coming year:</h3>
24+
<p> I like to receive feedback in person. It is more personal expirience. It allows me to be more present in the conversation, and I get to have real time answers to the questions I may have. </p>
25+
<h3> Topics I’m always happy to talk about: </h3>
26+
<p> I would like complete the Code Differently program. short after, land a job in Software development.
27+
Furthermore, I would want to go scuba diving and skydiving. </p>
28+
<h3>Other things you might want to know: </h3>
29+
<ul>
30+
<li> My favorite: Oatmeal cookies </li>
31+
<li> pets: 1 dog/ Neeko. </li>
32+
<li> 4 brothers 1 sister.</li>
33+
<li> Favorite fruit: Watermelon</li>
34+
<li> My tea order: Iced chai latte with almond milk.</li>
35+
</ul> <h3> Meet Neeko!</h3>
36+
<img src="images/neeko.jpg" height=400 />
37+
</body>
38+
</html>
39+

0 commit comments

Comments
 (0)