Skip to content

Commit ab96738

Browse files
authored
Merge branch 'code-differently:main' into DavidAdenaike-feature/no-ref/Lesson02-Quiz
2 parents 8287c05 + 04825a1 commit ab96738

Some content is hidden

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

49 files changed

+7064
-2
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Check Lesson 02 Pull Request
2+
3+
on:
4+
pull_request:
5+
branches: [ "main" ]
6+
paths:
7+
- "lesson_02/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/javascript/codedifferently-instructional
26+
run: npm ci
27+
28+
- name: Build Lesson 02 with Node.js
29+
working-directory: ./lesson_02/quiz
30+
run: |
31+
npm ci
32+
npm run test
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/javascript/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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- ".github/workflows/check_push.yml"
88
- "lib/**"
9+
- "lesson_02/quiz/**"
10+
- "lesson_03/quiz/**"
911
jobs:
1012
build:
1113
runs-on: ubuntu-latest
@@ -56,3 +58,16 @@ jobs:
5658
run: |
5759
npm ci
5860
npm run test
61+
62+
- name: Build Lesson 02 with Node.js
63+
working-directory: ./lesson_02/quiz
64+
run: |
65+
npm ci
66+
npm run compile
67+
68+
- name: Build Lesson 03 with Node.js
69+
working-directory: ./lesson_03/quiz
70+
run: |
71+
npm ci
72+
npm run compile
73+
npm run lint

lesson_00/JWing/JWing-ReadMe.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
![IMG_0829](https://github.com/user-attachments/assets/e9769e6a-83d0-467f-aadc-672f84e39e7b)
3+
4+
5+
### Get To Know Jeremiah Wing
6+
7+
### My Daily requirements
8+
As an early bird person. I usually start my days waking up before the crack of dawn. It tends to usually have something for me to process. As in a certain way of thinking to reach, which I do by usually challenging my mind in such ways as exercise, prayer, reading, and solitude for mental clarity. I am a bit of a picky eater. But 1 to 2 meals a day should do the job for the most of the time. I don't usually drink anything but water. So as long as i have access to I am fine. I do like my space through out the day here and there to make through. By any means necessary do I need a nap if I were to get overstimulated at any point. I do love to work on music as I also have my own studio. When it comes down to my time this is still a priority for me after my list for the day is knocked out.
9+
10+
11+
### Whats the best way to communicate with me?
12+
13+
Tho Id usually identify as an intro extrovert, I am pretty open available as a person. Depending on the relationship status, If you do have my number preferably, Id like to be reached out through text first and if no answer than phone call. I don't mind answering the phone most of the time i just like to be forewarned prior to the conversation. If I'm not busy then of course, feel free to contact. Out side of the phone I am available via email, whats app via social media etc. Rarely in person unless already accepted request.
14+
15+
16+
![IMG_5123](https://github.com/user-attachments/assets/d2328650-a290-45a3-a9fd-acbcdf89c3f8)
17+
18+
19+
### Id love to help you with___
20+
Being fully authentic as your person. Embracing You and mastering levels of solitude. Understanding more of yourself loving all your flaws. I also am very humorous so i love to bring people down to earth making them feel good and have a good time while being the best or better version of themselves.
21+
22+
### What makes me upset/grumpy?
23+
24+
I have been working on a temperament my whole entire life. As I got older i have learned to cope to my emotions and connect them to my drive. I understand that most of the time Im angry because of disappointment. However there always things to set triter you. Not enough rest, not enough food and hydration. As a creative i need to express myself as much as possible.
25+
26+
### How do i like to give feedback?
27+
28+
I usually give feedback only when recommended. But Id like to give feedback to people who wanted it from me first. Only when a person is receptive.
29+
30+
### How do I like to receive feedback?
31+
32+
I like to converse or do it in person if anything i can read body language and manner.
33+
34+
![IMG_3668](https://github.com/user-attachments/assets/7a4703e7-d78e-472b-987a-7e4b3569e157)
35+
36+
37+
### One of my goals for the upcoming year:
38+
39+
To grow spiritually, physically, naturally into one of the best versions of myself. Excel in my coding position as well as my music career.
40+
41+
### Topics Im always happy to talk about:
42+
43+
Music, Basketball, Technology, Relationships, Aspirations, Desires, Nostalgia, Reminisce
44+
![Block zip - 1](https://github.com/user-attachments/assets/61a48046-2410-43d3-a2bd-5a07eb10c934)
45+
46+
47+
48+

lesson_00/oliviajames/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Olivia James README.md
2+
# All about me!
3+
4+
5+
## Who is that girl?🪩
6+
Olivia is a multifaceted professional with over 10 years of work experience in various fields including; International Affairs, Middle Eastern Studies, Arabic, Dental Assisting, Data Analytics, UX Design, and is currently completing a Software Engineering Program with Code Differently! Although based in Delaware, Olivia enjoys traveling and learning about new places and cultures!!
7+
8+
9+
10+
## TELL ME SOMETHING GOOD
11+
The best way to contact me is through e-mail at anytime.
12+
Email/Linkedin: Per request
13+
14+
15+
## Hobbies!
16+
I find joy in creative hobbies like painting, makeup, and art. In my spare time, you can usually find me at an airport, a library, with friends, or at the gym. Traveling is the perfect time for me to dive into a good book—right now, I’m reading The Autobiography of Malcolm X by Alex Haley and Malcolm X, and next on my list is Talk with You Like a Woman: African American Women, Justice, and Reform in New York by Cheryl D. Hicks!"
17+
18+
## 🔥What fuels my fire🔥
19+
I have always been passionate about helping others and exploring different cultures. My journey began with studying International Affairs and Middle Eastern Studies, which deepened my appreciation for global perspectives and sparked my love for languages like Arabic. Learning about different societies and their histories has shaped my understanding of the world and fueled my curiosity.
20+
21+
Over the years, I've embraced learning new skills, from dental assisting to Data Analytics and UX design. I am deeply grateful for these diverse experiences, as they have broadened my perspective and allowed me to pull knowledge from multiple fields. I love to learn, adapt, and grow, always seeking opportunities to expand my understanding.
22+
23+
Now, I'm diving into Software Engineering with Code Differently, where I am honing my skills in front-end and back-end development. My goal is to build impactful technology that improves lives while continuing to evolve, explore, and embrace new challenges. My ability to connect ideas across disciplines gives me a unique approach to problem-solving, and I am excited to see where this journey takes me next!
24+
25+
26+
27+
### Fun Facts!
28+
- Favorite Color: Green
29+
- Favorite Holiday: Christmas
30+
- Favorite Animal: Otter
31+
- Favorite Show: Greys Anatomy
32+
- Favorite quirk: Practicing different accents
33+
- Favorite Broadway Play: Hamilton
34+
35+
- ## Photo Gallery
36+
![Gym](images/Solid.png)
37+
![Ham](images/ham.png)
2.13 MB
Binary file not shown.
909 KB
Loading
10.9 MB
Loading

lesson_00/oliviajames/images/Tree.png

3.89 MB
Loading
15.2 MB
Loading

0 commit comments

Comments
 (0)