-
Notifications
You must be signed in to change notification settings - Fork 25
feat:lesson1 #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
feat:lesson1 #40
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4e08db5
feat: update readme file
cdbluejr e8591e3
Lesson 1 Homework
cdbluejr a664ced
fix: correct directory structure issues
cdbluejr 10adb04
Merge branch 'main' into cdbluejr_00
cdbluejr 760af04
Merge branch 'code-differently:main' into cdbluejr_00
cdbluejr 3b3085a
Merge branch 'code-differently:main' into cdbluejr_00
cdbluejr 478f37f
Upload lesson 02 quiz
cdbluejr 67e523f
Merge branch 'code-differently:main' into cdbluejr_00
cdbluejr 60005e5
feat: adds lesson 03 content and lesson 04 pre-work (#87)
anthonydmays 5b879ae
adding my revised README file (#84)
A1-4U2T1NN 4400538
feat: adds html README for Kimberlee (#79)
haldanek c280c92
feat: adds html README for David Smith (#76)
dxsmith244 54e4328
feat: adds html README for Angelica (#74)
angie-3 50b22d2
chore: adds html README LJ McWilliams (#47)
marleomac3 62f4810
chore: undoing changes
cdbluejr 04e83e4
chore: removing extra directory
cdbluejr 2879eb8
Lesson 1 Homework
cdbluejr 6b1b950
fix: correct directory structure issues
cdbluejr dc0d965
Upload lesson 02 quiz
cdbluejr 5a54564
chore: undoing changes
cdbluejr 8f3721c
chore: removing extra directory
cdbluejr 7a1f1a7
Merge branch 'cdbluejr_00' of https://github.com/cdbluejr/code-differ…
cdbluejr 420fdba
chore: undoing lesson_00 stuff
cdbluejr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Check Lesson 03 Pull Request | ||
|
||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
paths: | ||
- "lesson_03/quiz/**" | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20.x' | ||
|
||
- name: Build Shared Lib with Node.js | ||
working-directory: ./lib/typescript/codedifferently-instructional | ||
run: npm ci | ||
|
||
- name: Build Lesson 03 with Node.js | ||
working-directory: ./lesson_03/quiz | ||
run: | | ||
npm ci | ||
npm run check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
g# Chigazo Grahams READ.ME | ||
|
||
## Who is Chigazo? | ||
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. | ||
|
||
### Learning Style: | ||
* I am a **multimodal learner** (*Uses multiple modes or methodologies to learn a concept*) | ||
* My strongest learning styles are **kinesthetic** (*Learning that involves physical activity*) and **visual learning** (*Learning through information presented in a visual format*) | ||
* My weakest learing style is **auditory learning** | ||
|
||
### Work Hours & Preferences: | ||
* 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.** | ||
* I prefer chats due to ease of use but I am available for in-person meetings if properly scheduled. | ||
* In order the most effective method of communication to me would be text message, then email, and finally LinkedIn. | ||
|
||
### Feedback: | ||
|
||
* **Feedback, criticism, and advice is always welcomed!** I prefer to give and receive feedback via email | ||
* During **weekdays** I try to check my email **every hour from 9 am to 9 pm** unless I am preoccupied with more important work. | ||
* 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**. | ||
|
||
### Facts That Aren't Really Fun: | ||
|
||
1. **My hometown:** Wilmington, Delaware | ||
|
||
1. **My birthday:** September 19th (*I just turned 20!*) | ||
1. **My favorite baked good:** Croissants | ||
1. **My coffee order:** French Vanilla Hazelnut Iced Coffee Regular Cream & Sugar | ||
|
||
 | ||
 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
body{ | ||
max-width: 1012px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
margin-bottom: 10em; | ||
background-color: rgb(255, 255, 255); | ||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | ||
} | ||
|
||
|
||
h2{ | ||
border-bottom: 1px solid #d1d9e0b3; | ||
font-size: 1.5em; | ||
padding-bottom: em; | ||
padding-top: 1em; | ||
margin-bottom: 0px; | ||
} | ||
|
||
|
||
|
||
p{ | ||
font-family: Verdana; | ||
|
||
} | ||
|
||
ul li { | ||
color: rgb(15, 11, 15); | ||
font-size: 19px; | ||
margin-left: -0.5em; | ||
|
||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="deco.css"> | ||
</head> | ||
<body> | ||
<h2>Angelica Castillo</h2> | ||
<ul> | ||
<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> | ||
</ul> | ||
<h3> Get to know me</h3> | ||
<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> | ||
<h3> Fun facts </h3> | ||
<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> | ||
|
||
<h3> How do I like to give feedback?</h3> | ||
<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> | ||
<h3>How do I like to receive feedback? </h3> | ||
<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> | ||
<h3> One of my goals for the coming year:</h3> | ||
<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> | ||
<h3> Topics I’m always happy to talk about: </h3> | ||
<p> I would like complete the Code Differently program. short after, land a job in Software development. | ||
Furthermore, I would want to go scuba diving and skydiving. </p> | ||
<h3>Other things you might want to know: </h3> | ||
<ul> | ||
<li> My favorite: Oatmeal cookies </li> | ||
<li> pets: 1 dog/ Neeko. </li> | ||
<li> 4 brothers 1 sister.</li> | ||
<li> Favorite fruit: Watermelon</li> | ||
<li> My tea order: Iced chai latte with almond milk.</li> | ||
</ul> <h3> Meet Neeko!</h3> | ||
<img src="images/neeko.jpg" height=400 /> | ||
</body> | ||
</html> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
## Angelica Castillo | ||
* Angelica is the daughter of immmigrant 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. | ||
|
||
### Get to know me | ||
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. | ||
|
||
### Fun facts | ||
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. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### How do I like to give feedback? | ||
It is more personal for me to give feedback in person. If preferred via email is another option. | ||
|
||
### How do I like to receive feedback? | ||
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. | ||
|
||
### One of my goals for the coming year: | ||
I would like complete the Code Differently program. short after, land a job in Software development. | ||
Furthermore, I would want to go scuba diving and skydiving. | ||
|
||
### Topics I’m always happy to talk about: | ||
Dogs, nature, healthy lifestyle, and anything that people may want to talk about. | ||
|
||
### Other things you might want to know: | ||
|
||
|
||
* My favorite: Oatmeal cookies | ||
* pets: 1 dog/ Neeko. | ||
* 4 brothers 1 sister. | ||
* Favorite fruit: Watermelon | ||
* My tea order: Iced chai latte with almond milk. | ||
|
||
|
||
### Meet Neeko! | ||
<img src="images/neeko.jpg" height=400 /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
cdbluejr marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href=""> | ||
</head> | ||
<h1>Carroll Dwight Blue Jr README</h1> | ||
|
||
<h2>Introduction</h2> | ||
<hr></hr> | ||
<p>Dwight is a widowed father of 2 (12 - son and 15 - daughter) with 10 years | ||
experence in hardware technical support and 10 years emergency medical | ||
services experence. Dwight was married to Nancy for 17 years before her | ||
unexpected passing on August 7th, 2021. Dwight is currently unemployed | ||
and concentrating on raising his two kids.</p> | ||
|
||
<h2>Prerequisites</h2> | ||
<hr></hr> | ||
<p>Here are some of the things I need to be a productive person and father.</p> | ||
|
||
|
||
<ul> | ||
<li>Dr. Pepper cabinated beverage.</li> | ||
<li>A good morning from current significant other.</li> | ||
<li>80s hair band / country music / musicals soundtracks that are upbeat.</li> | ||
<li>Favorite foods include Lasagna, Pepperoni Pizza and hamburger Mac and Cheese.</li> | ||
</ul> | ||
|
||
<h2>Installation Instructions</h2> | ||
<hr></hr> | ||
<ol> | ||
<li>To contact feel free to text or call and leave a message do to being extremely busy schedule.</li> | ||
<li>I'm am fairly function, just add morning medications.</li> | ||
<li>My day prior to starting class, was basic house cleaning including loading / unloading dishwasher, wash / dry / fold / put away cloths.</li> | ||
</ol> | ||
|
||
<h2>Support</h2> | ||
<hr></hr> | ||
<p>You can find me on LinkedIn, Twitter, and Instagram if you want to reach out. </p> | ||
|
||
<h2>Fun Facts</h2> | ||
<hr></hr> | ||
<ul> | ||
<li>I used the original IBM PC in high school.</li> | ||
<li>My first programming language was BASIC, which I learned at the age of 16. | ||
I placed 2nd in a national competition for organization formally known | ||
as Office Education Association.</li> | ||
<li>I have been married twice, first marriage was from June 9th, 1990 to December 2nd, 1999.</li> | ||
</ul> | ||
|
||
<h2>Photo Gallery</h2> | ||
<hr></hr> | ||
<a href = "https://x.com/cdbluejr/status/1838603335156298160/photo/1"><img src="images/GYQH_VxWMAASLTI.jpeg" height=400 /></a> | ||
<a href = "https://x.com/cdbluejr/status/1520458945290252290/photo/1"><img src="images/GYQMlwYW8AAFgoG.jpeg" height=400 /></a> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="styles.css"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>David Smith README.md</title> | ||
</head> | ||
<body> | ||
|
||
|
||
|
||
|
||
<h1>David Smith README.md</h1> | ||
<br> | ||
<h2>Introduction</h2> | ||
<hr> | ||
<p>When I was younger I spent most of my life playing video games I was fascinated by creating a world in a game that could be whatever I wanted, something to look at and share with the world being able to say I made that. I came from a very poor area and am putting in the work to better my life for myself and my future family.</p> | ||
|
||
<h2> Previous Coding Experience </h2> | ||
<hr> | ||
<ul> | ||
<li><p>Java</li></p> | ||
<li><p>HTML, CSS, JS</li></p> | ||
<li><p>Python</li></p> | ||
<li><p>SQL</li></p> | ||
<li><p>C#</li></p> | ||
<li><p>C++</li></p> | ||
</ul> | ||
|
||
<h3> Previous Frameworks Used</h3> | ||
<ul> | ||
<li><p>React JS</li></p> | ||
<li><p>Springboot</li></p> | ||
</ul> | ||
|
||
<h2> Past work</h2> | ||
<hr> | ||
<ul> | ||
<li><p>4 years at Code Differently I worked in the Youth Employment Program for the better part of 4 years, learning a variety of different coding languages and using multiple different frameworks.</li></p> | ||
|
||
<li><p>Three, 8 week internships at JPMorgan Chase & Co. I would expand on the projects I've worked on unfortunately because of NDA's I cannot elaborate upon this but I used several in house frameworks and platforms including cloud platform, creating servers and api's used within the firm.</li></p> | ||
</ul> | ||
|
||
<h2>The Way I Learn</h2> | ||
<hr> | ||
<p>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.</p> | ||
|
||
<h3> Likes</h3> | ||
|
||
<ul> | ||
<li><p>Cars; I currently drive a 2015 BMW 428 XI with a dual turbo charged engine makes about 500 HP and 770+ lbs of torque.</li></p> | ||
|
||
<img src="images/20240908_172706.jpg" width=50% height=50%> | ||
<img src="images/20240908_172719.jpg" width=50% height=50%> | ||
<img src="images/20240908_172728.jpg" width=50% height=50%> | ||
<li><p>Coding; I've been coding for the better part of 7 years and worked within software engineering for 4 of those trying to turn my passion into a job I enjoy.</li></p> | ||
</ul> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.