Skip to content

Commit e8c89f7

Browse files
authored
feat: adds lesson_00 content and homework (#6)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 9a6b19b commit e8c89f7

File tree

6 files changed

+93
-0
lines changed

6 files changed

+93
-0
lines changed

lesson_00/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Lesson 00 - Developer Workflow: Git Fundamentals ([Slides](https://code-differently.github.io/code-differently-24-q4/slides/#/lesson_00))
2+
3+
## Slides
4+
5+
## Pre-work
6+
7+
Please review the following resources before lecture:
8+
9+
### Required
10+
* [Git + GitHub Branches, Forks, and Pull Requests (Video)](https://youtu.be/oa1wXWeH1IQ?si=fnN6f4Ua1dbdWmqN)
11+
* [A Simplified Convention for Naming Branches and Commits in Git](https://dev.to/varbsan/a-simplified-convention-for-naming-branches-and-commits-in-git-il4)
12+
13+
### Recommended
14+
* [The Git Fork-Branch-Pull Workflow](https://www.tomasbeuzen.com/post/git-fork-branch-pull/)
15+
16+
## Homework
17+
18+
- [ ] Create a [personal README](#personal-readme) and [submit](#submitting-your-assignment) via GitHub.
19+
- [ ] Do pre-work for [lesson 01](/lesson_01/).
20+
21+
### Personal README
22+
23+
A personal README is a way to teach others how to best work with you. It is useful for expressing your learning style and personal preferences, likes and dislikes.
24+
25+
For this exercise, you with use the `MARKDOWN` language (the language used to author this very README) to create your own personal version. Your version should incorporate __at least one picture, one list, appropriate headings, and be at least 300 words__.
26+
27+
For inspiration, feel free to check out the examples at [Kaeti's repo][kaeti-repo] or do your own thing. Have fun, but keep it professional!
28+
29+
[kaeti-repo]: https://github.com/kaeti/personal-readme
30+
31+
### Submitting your assignment
32+
33+
To submit your assignment, please do the following:
34+
35+
1. Fork this repository (repo) under your own Github account.
36+
1. In your forked repo, create a new branch and give it a name.
37+
1. Add your `README.md` and accompanying picture files to a sub-folder you create under `lesson_00` (see [lesson_00/anthonymays](/lesson_00/anthonymays) for example).
38+
1. Commit as many changes as you need to your branch and push to Github.
39+
1. When ready to merge, visit this repo to create a pull request (PR).
40+
1. Add details to the PR and create it.
41+
42+
If you need more help, you can check out [this page here][open-source-contributions] or watch [this YouTube video][open-source-youtube].
43+
44+
**Note:** If you would rather not have this README published publicly, please indicate that in your PR description and I will review it without accepting it for merge. The PR can be deleted when done. Don't delete the README however, as you'll need it for later assignments.
45+
46+
[open-source-contributions]: https://github.com/gabrieldemarmiesse/getting_started_open_source
47+
[open-source-youtube]: https://www.youtube.com/watch?v=a_FLqX3vGR4

lesson_00/anthonymays/README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Anthony D. Mays README
2+
3+
## Introduction
4+
5+
Anthony is a software engineer with over 22 years of industry experience and a former foster kid from Compton. He has worked for companies including City National Bank, Slalom Consulting, and most recently, Google. Currently the full-time founder of Morgan Latimer Consulting, Anthony is dedicated to providing the next generation of technologists with tools that will help them thrive in their career.
6+
7+
## Prerequisites
8+
9+
Here are some of the things I need to be a productive citizen and engineer.
10+
11+
* Single-origin, medium roast coffee from Africa.
12+
* Daily Bible study and prayer
13+
* Jazz / hip-hop fusion with strong piano lines, bass, and drums. Favorite artists right now are [Kiefer][kiefer-link], [Glimlip][glimlip-link], [Ashley Henry][ashley-henry-link], and [Tom Misch][tom-misch-link].
14+
* Not operational on Sunday's. That's the Lord's Day so I'm closed for business.
15+
* Smoked meats and BBQ of pretty much any variety (pork, beef, chicken, lamb, etc.).
16+
17+
## Installation Instructions
18+
19+
1. It's best to get in touch with me after 9am PT on most days. I'm not an early riser.
20+
1. I'm instant human, just add coffee.
21+
1. There is usually no shortage of things I need to do on any given day as a full-time entrepreneur, so scheduling time with me is usually best. I'm good at ignoring ad-hoc messages.
22+
1. Email communication is the best as my inbox is one of the tools I use for priority management. There's a high chance I will miss messages on LinkedIn and Twitter, so don't be afraid to ping me again if I don't respond in a timely manner.
23+
1. Before you ask me a question about your tech career, make sure to check my blog at [anthonydmays.com/blog](https://anthonydmays.com/blog) to ensure that I haven't already answered it. I also cross post articles on LinkedIn and Medium.
24+
25+
## Support
26+
27+
* You can find me on LinkedIn, Twitter, Instagram, and my website at anthonydmays.com if you want to reach out. If you need help with career and interview prep, book a free consultation with me at morganlatimer.com.
28+
29+
## Fun Facts
30+
31+
* I've been playing the piano since I was 7 years old (my other keyboard is a Yamaha!).
32+
* My first programming language was BASIC, which I learned at the age of 8.
33+
* A viral [BuzzFeed documentary][buzzfeed-link] about my journey from Compton to Google was published in 2018.
34+
* I am a licensed minister in the State of California.
35+
36+
## Photo Gallery
37+
38+
<a href="https://twitter.com/anthonydmays/status/1665044329528975363"><img src="images/anthony-d-mays-spike-lee.jpeg" height=400 /></a>
39+
<a href="https://www.linkedin.com/posts/anthonydmays_practicelikeachampion-techinterview-straightouttacompton-activity-6922630732154642432-Yrwr?utm_source=share&utm_medium=member_desktop"><img src="images/serena-williams.png" height=400 /></a>
40+
<a href="https://www.linkedin.com/posts/anthonydmays_blacklinkedin-inspiration-tech-activity-6934921947973656576-M-um?utm_source=share&utm_medium=member_desktop"><img src="images/times-square.gif" height=400 /></a>
41+
42+
[buzzfeed-link]: https://amays.me/buzzfeed
43+
[kiefer-link]: https://music.youtube.com/channel/UCK4EdR3o8NrJBhUjy7SXURw?si=a2w82sB5EGXsWAGP
44+
[glimlip-link]: https://music.youtube.com/channel/UCdPgDItWooZYAcmdZ33_jEg
45+
[tom-misch-link]: https://music.youtube.com/channel/UCCCWJwLEvpPAs4r_nJiKe2Q?si=HQFlPrkXSSW3BFlq
46+
[ashley-henry-link]: https://music.youtube.com/channel/UC3HGI713bSPDc6nSaaGHrkg?si=xyIPDiMXApKWxUS7
393 KB
Loading
1.39 MB
Loading
1.42 MB
Loading
6.8 MB
Loading

0 commit comments

Comments
 (0)