Skip to content

Commit 207b816

Browse files
Merge branch 'code-differently:main' into feature/lesson_02
2 parents a27eef1 + e39f4bf commit 207b816

File tree

9 files changed

+239
-0
lines changed

9 files changed

+239
-0
lines changed

lesson_00/chelsea_ogbonnia/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Personal README
2+
3+
## Introduction
4+
Hi there! I’m currently on my journey to becoming a full-stack software engineer. I enjoy solving problems and learning new technologies as I go. This README gives you a little insight into how I work best, what motivates me, and how I approach learning and collaboration.
5+
6+
## How I Learn Best
7+
- Independent Learning: I prefer figuring things out on my own, and I enjoy working through challenges independently before reaching out for help. This allows me to build resilience and a deeper understanding of the material.
8+
- Visual Learning: I grasp concepts more quickly when I can visualize them. Charts, diagrams, and presentations help me organize information in a way that sticks. I find that seeing a process step-by-step or looking at a flowchart helps solidify abstract concepts.
9+
- Planning Ahead: I like having access to the curriculum early so I can break down topics and structure my learning schedule. When I can map out what’s ahead, I feel more in control and can manage my time better.
10+
- Mastering Subjects: I work on a subject until I feel confident enough to explain it to someone else. Teaching is one of the ways I confirm my own understanding. If I can make something simple enough for others to understand, I know I’ve truly mastered it.
11+
- Note-Taking: I’m not the type to take long-winded notes. Instead, my notes are an organized summary of my thoughts. They serve as a reference point for later, but I tend to work through most concepts in my head first before writing anything down.
12+
13+
## What I Value in Collaboration
14+
- Clear Communication: I appreciate clear, concise communication, especially in code reviews or when getting feedback. I respond well to messages that are to the point, with direct and actionable suggestions.
15+
- Respect for Work Styles: I understand that everyone has their own preferred way of working, and I appreciate when team environments respect those differences. For me, that means giving me space to work independently but also being available for collaboration when needed.
16+
- Knowledge Sharing: I believe that a team works best when everyone shares what they’ve learned. I enjoy exchanging tips, resources, or strategies that can help others grow. When the team is open to learning from each other, everyone benefits.
17+
18+
## Fun Fact
19+
I often like to challenge myself with side projects. Whether it's exploring a new API or building a small application for fun, these projects give me a chance to experiment with new technologies and sharpen my skills.
20+
21+
![Example of Python API](https://github.com/user-attachments/assets/75cce26f-8244-4aa9-ac0a-39783d4e4473)
22+
23+

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_01/yafiahabdullah/README.html

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Yafiah Abdullah README</title>
6+
<style>
7+
/* From extension vscode.github */
8+
/*---------------------------------------------------------------------------------------------
9+
* Copyright (c) Microsoft Corporation. All rights reserved.
10+
* Licensed under the MIT License. See License.txt in the project root for license information.
11+
*--------------------------------------------------------------------------------------------*/
12+
13+
.vscode-dark img[src$=\#gh-light-mode-only],
14+
.vscode-light img[src$=\#gh-dark-mode-only],
15+
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
16+
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
17+
display: none;
18+
}
19+
20+
</style>
21+
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
23+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
24+
<style>
25+
body {
26+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
27+
font-size: 14px;
28+
line-height: 1.6;
29+
}
30+
</style>
31+
<style>
32+
.task-list-item {
33+
list-style-type: none;
34+
}
35+
36+
.task-list-item-checkbox {
37+
margin-left: -20px;
38+
vertical-align: middle;
39+
pointer-events: none;
40+
}
41+
</style>
42+
<style>
43+
:root {
44+
--color-note: #0969da;
45+
--color-tip: #1a7f37;
46+
--color-warning: #9a6700;
47+
--color-severe: #bc4c00;
48+
--color-caution: #d1242f;
49+
--color-important: #8250df;
50+
}
51+
52+
</style>
53+
<style>
54+
@media (prefers-color-scheme: dark) {
55+
:root {
56+
--color-note: #2f81f7;
57+
--color-tip: #3fb950;
58+
--color-warning: #d29922;
59+
--color-severe: #db6d28;
60+
--color-caution: #f85149;
61+
--color-important: #a371f7;
62+
}
63+
}
64+
65+
</style>
66+
<style>
67+
.markdown-alert {
68+
padding: 0.5rem 1rem;
69+
margin-bottom: 16px;
70+
color: inherit;
71+
border-left: .25em solid #888;
72+
}
73+
74+
.markdown-alert>:first-child {
75+
margin-top: 0
76+
}
77+
78+
.markdown-alert>:last-child {
79+
margin-bottom: 0
80+
}
81+
82+
.markdown-alert .markdown-alert-title {
83+
display: flex;
84+
font-weight: 500;
85+
align-items: center;
86+
line-height: 1
87+
}
88+
89+
.markdown-alert .markdown-alert-title .octicon {
90+
margin-right: 0.5rem;
91+
display: inline-block;
92+
overflow: visible !important;
93+
vertical-align: text-bottom;
94+
fill: currentColor;
95+
}
96+
97+
.markdown-alert.markdown-alert-note {
98+
border-left-color: var(--color-note);
99+
}
100+
101+
.markdown-alert.markdown-alert-note .markdown-alert-title {
102+
color: var(--color-note);
103+
}
104+
105+
.markdown-alert.markdown-alert-important {
106+
border-left-color: var(--color-important);
107+
}
108+
109+
.markdown-alert.markdown-alert-important .markdown-alert-title {
110+
color: var(--color-important);
111+
}
112+
113+
.markdown-alert.markdown-alert-warning {
114+
border-left-color: var(--color-warning);
115+
}
116+
117+
.markdown-alert.markdown-alert-warning .markdown-alert-title {
118+
color: var(--color-warning);
119+
}
120+
121+
.markdown-alert.markdown-alert-tip {
122+
border-left-color: var(--color-tip);
123+
}
124+
125+
.markdown-alert.markdown-alert-tip .markdown-alert-title {
126+
color: var(--color-tip);
127+
}
128+
129+
.markdown-alert.markdown-alert-caution {
130+
border-left-color: var(--color-caution);
131+
}
132+
133+
.markdown-alert.markdown-alert-caution .markdown-alert-title {
134+
color: var(--color-caution);
135+
}
136+
137+
</style>
138+
139+
</head>
140+
<body class="vscode-body vscode-light">
141+
<h1 id="yafiah-abdullah-readme">Yafiah Abdullah README</h1>
142+
<h2 id="introduction">Introduction</h2>
143+
<p>Hello, my name is Yafiah Abdullah. I am currently finishing my degree in Computer Science at Central State University. While attending Central, I was a student-athlete on the Track &amp; Field team, specializing in Long Jump and Triple Jump. I also have a deep passion for film, with Spike Lee being my favorite director and &quot;Do The Right Thing&quot; as my all-time favorite movie.</p>
144+
<h2 id="prerequisites">Prerequisites</h2>
145+
<p>Here are some of the things I need to be a productive citizen and engineer.</p>
146+
<p>*Get plenty of sleep, exercise, and stretch in the morning</p>
147+
<p>*Practice daily prayer</p>
148+
<p>*Use headphones and listen to a great music playlist</p>
149+
<p>*Enjoy nutritious food</p>
150+
<h2 id="best-way-to-communicate">Best Way to Communicate</h2>
151+
<ol>
152+
<li>
153+
<p>Email: I prioritize important emails and check my inbox frequently, so I will respond promptly.</p>
154+
</li>
155+
<li>
156+
<p>Text Message: I'm not the fastest at replying to text messages, but I usually respond when I have the time!</p>
157+
</li>
158+
</ol>
159+
<h2 id="fun-facts">Fun Facts</h2>
160+
<ul>
161+
<li>I played the Violin</li>
162+
<li>My first programming language was Java.</li>
163+
<li>I ran track for almost a decade.</li>
164+
<li>I love to do outdoors activites</li>
165+
<li>I also love to cook!</li>
166+
</ul>
167+
<h2 id="photo-gallery">Photo Gallery</h2>
168+
169+
170+
<img src="images/1497533116-not-dead.gif" height=400/>
171+
<br>
172+
<img src="images/94132137-7d4fc100-fe7c-11ea-8512-69f90cb65e48.gif" height=400 />
173+
<br>
174+
<img src="images/download.jpg" height=400 />
175+
176+
177+
</body>
178+
</html>
1.97 MB
Loading
107 KB
Loading
15.6 KB
Loading

0 commit comments

Comments
 (0)