Skip to content

Commit f462dc4

Browse files
authored
Merge branch 'code-differently:main' into patch-1
2 parents 42367e3 + bd5cfa6 commit f462dc4

File tree

25 files changed

+541
-3
lines changed

25 files changed

+541
-3
lines changed

lesson_00/davidsmith/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# David Smith README.md
2+
3+
## Introduction
4+
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.
5+
6+
## Previous Coding Experience
7+
<ul>
8+
<li>Java</li>
9+
<li>HTML, CSS, JS</li>
10+
<li>Python</li>
11+
<li>SQL</li>
12+
<li>C#</li>
13+
<li>C++</li>
14+
</ul>
15+
16+
### Previous Frameworks Used
17+
<ul>
18+
<li>React JS</li>
19+
<li>Springboot</li>
20+
</ul>
21+
22+
## Past work
23+
* 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.
24+
25+
* 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.
26+
27+
## The Way I Learn
28+
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.
29+
30+
### 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.
32+
### <img src=images/20240908_172706.jpg width=50% height=50%>
33+
34+
### <img src=images/20240908_172719.jpg width=50% height=50%>
35+
36+
### <img src=images/20240908_172728.jpg width=50% height=50%>
37+
38+
* 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.
5.73 MB
Loading
6.7 MB
Loading
5.86 MB
Loading

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/hummadtanweer/README.CSS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
hr{
2+
border-top: 1px solid rgb(235, 234, 244);
3+
4+
}
5+
body{
6+
font-family: system-ui;
7+
line-height: 1.5;
8+
}
9+
h1,h3{
10+
margin-bottom: 0px;
11+
}

lesson_01/hummadtanweer/README.HTML

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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="readme.css">
8+
</head>
9+
<body>
10+
<h1>Hello There! I'm Hummad! </h1>
11+
<hr>
12+
<h3>About me</h3>
13+
<hr>
14+
I am always been interested in numbers and love to learn new skills.
15+
16+
<h3>Hobbies:</h3>
17+
<hr>
18+
<p>I have been swimming since I was 5 years old. In my free time I like to play soccer and pickleball. I love outdoor activites especially going on
19+
hiking in summers. I like traveling as well! </p>
20+
<img src="images/Pickleball.webp"height="450px">
21+
22+
23+
<h3>Fun Facts</h3>
24+
<hr>
25+
<p> <li>I can swim in the sea!</li>
26+
<li>I like pineapple on my pizza!</li></p>
27+
28+
<img src="images/happy-pizza-900x612.jpg" height="450px">
29+
30+
<h3>Best ways to Communicate</h3>
31+
<hr>
32+
<p>I think communication is the key - My communication preference: </p>
33+
<li>I prefer contacting me via email.</li>
34+
<li>If it is urgent, I can be contacted on my Cell phone.</li>
35+
</body>
36+
</html>
35.1 KB
Binary file not shown.
55.4 KB
Loading

lesson_01/jamescapparell/README.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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>James Capparell</title>
7+
<!-- <meta name="color-scheme" content="dark light"> -->
8+
<link rel="stylesheet" href="deco.css">
9+
</head>
10+
<body>
11+
12+
<h1>James Capparell</h1>
13+
<hr>
14+
<h3>My work hours:</h3>
15+
<p>I start my work day between Monday-Friday by waking up at 7am. Once I am up, I get up and get ready for the day. I leave my house by 7:45 and I have a 20 minute drive to work. I start work at 9am with a break between 11am-12pm and the work day ending at 5pm.</p>
16+
17+
<h2>What’s the best way to communicate with me?</h2>
18+
<hr>
19+
<p>I will be mainly communicating for work through my email: <a href="mailto:[email protected]">[email protected]</a></p>
20+
<p>If I don’t respond, try my phone number on file.</p>
21+
22+
<h2>I'd love to help you with making the code make sense</h2>
23+
<hr>
24+
<p>I try my best to explain every idea presented in my code and will make an explanation to easily understand it.</p>
25+
26+
<h2>What makes me grumpy?</h2>
27+
<hr>
28+
<p>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.</p>
29+
30+
<h2>How do I like to give feedback?</h2>
31+
<hr>
32+
<p>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 you are currently working on. After I am on the same page, I will show what my work is like and explain how I got to where I am at and explain my thought process.</p>
33+
34+
<h2>How do I like to receive feedback?</h2>
35+
<hr>
36+
<p>I like my feedback in person as well. I like to see a solution with an example to reference the problem I am having. I may ask for specifics about how that process works so I completely understand and can conceive that solution later.</p>
37+
38+
<h2>One of my goals for the coming year:</h2>
39+
<hr>
40+
<p>I hope that I learn all I need to know for GitHub and Java, in order to collaborate well for future assignments.</p>
41+
42+
<h2>Topics I’m always happy to talk about:</h2>
43+
<hr>
44+
<p>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 conceive that type of result later as well.</p>
45+
46+
<h3>Other things you might want to know:</h3>
47+
<ul>
48+
<li>My favorite pastime is playing games on my PC with my friends on Discord.</li>
49+
<li>I live with my older brother, my girlfriend, and my cat Skye.</li>
50+
<li>My birthday: January 9th, 2001.</li>
51+
<li>I am a man that loves mixing foods or dipping to make different tastes (I have standards, don't worry). My favorite go-to lunch is a turkey sandwich with pepper jack cheese, pepperoni, and Chick-fil-A sauce.</li>
52+
<li>My favorite thing to order at a restaurant is any variation of a cheeseburger.</li>
53+
<li>My hometown: Wilmington.</li>
54+
<li>Sports loyalties: I am an Eagles fan by my family genes.</li>
55+
<li>Last but not least ...</li>
56+
</ul>
57+
58+
<p>My favorite gif:</p>
59+
<img src="images/27.gif" height="400" alt="Favorite GIF" />
60+
61+
</body>
62+
</html>

0 commit comments

Comments
 (0)