Skip to content

Commit

Permalink
fix: move blog folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Feb 7, 2024
1 parent 432b1ab commit 6001731
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 10 deletions.
2 changes: 0 additions & 2 deletions blog/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/advanced/01-introduction/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TLDR: Be nice to each other, and don't copy code from the internet.

- [Code of Conduct](../../../CODE_OF_CONDUCT.md)
- [Notes on Submissions and Plagiarism](../../../blog/posts/NotesOnSubmissions/NotesOnSubmissions.md)
- [Notes on Submissions and Plagiarism](../../blog/posts/NotesOnSubmissions/NotesOnSubmissions.md)

Some assignments can be hard, and you may feel tempted to copy code from the internet. **Don't do it**. You will only hurt yourself. You will learn nothing, and you will be caught. Once you get caught, you will be reported to the Dean of Students for academic dishonesty.

Expand Down
2 changes: 1 addition & 1 deletion docs/algorithms/01-introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TLDR: Be nice to each other, and don't copy code from the internet.

- [Code of Conduct](../../../CODE_OF_CONDUCT.md)
- [Notes on Submissions and Plagiarism](../../../blog/posts/NotesOnSubmissions/NotesOnSubmissions.md)
- [Notes on Submissions and Plagiarism](../../blog/posts/NotesOnSubmissions/NotesOnSubmissions.md)

Some assignments can be hard, and you may feel tempted to copy code from the internet. **Don't do it**. You will only hurt yourself. You will learn nothing, and you will be caught. Once you get caught, you will be reported to the Dean of Students for academic dishonesty.

Expand Down
2 changes: 1 addition & 1 deletion docs/artificialintelligence/assignments/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup the repos

1. Read about Privacy and FERPA compliance [here](../../../blog/posts/FerpaCompliance/FerpaCompliance.md)
1. Read about Privacy and FERPA compliance [here](../../blog/posts/FerpaCompliance/FerpaCompliance.md)
2. This one, for in class coding assignments. https://github.com/InfiniBrains/Awesome-GameDev-Resources
3. MoBaGEn, for interactive assignments. https://github.com/InfiniBrains/mobagen
4. Install `CLion` :simple-clion: (has `CMake` :simple-cmake: embedded) or see [#development-tools](#development-tools)
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
11 changes: 7 additions & 4 deletions docs/portfolio/04-communication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ In general your portfolio will be read by:
- [Human Resources](#human-resources)
- [Software Developers](#software-developers)

![img.png](img.png)

### Human Resources

If you are applying for a big tech company, chances are your submission won't be read by a tech person the first human triage. So in order to pass this first filter, you have to be generic and precise. They are often very busy evaluating multiple applications, and probably they will spend 30-60 seconds before making the decision about moving forward in the process or not. Your portfolio will need to catch their attention and communicate clearly your fit, passion and ability in a short time frame.
Expand All @@ -24,6 +26,7 @@ In another hand, usually developers do not look for programming language fit, fr
## What they look for

The following metrics can be evaluated by reading your portfolio, interviews or tests. The most common evaluation metrics they made are:

- Position Fit
- They are going to search if your portfolio showcase experience in the same area of what they are looking for the specific position they received. Usually they will look for specific keywords for the requirements list;
- Company fit
Expand All @@ -40,12 +43,12 @@ The following metrics can be evaluated by reading your portfolio, interviews or
- Usually the more proactive developers tend to have more leadership positions. So if you want to give the readers a glimpse of your ability in this area, a good place to showcase that is in project description section. Express problems that arise and how do you manage that before it become a real problem.
- Learner
- It is good to be always tuned with the current evolution of the technology, so try to keep the education section always updated with some courses or publish blog posts about some new tech.
- Thoughtfulness
- Risk management
- Thinking big

- Thinking big / Thoughtfulness / Risk management
- They are going to look for your ability to think big, and how you manage risks. So if you have a project that you had to manage risks, or think big, it is a good place to showcase that.
- Expose cases where you had to manage risks, or think big, and how you manage that. What you learned in the process trying to achieve bigger goals.

# Homework

- Write the content for each one of your projects and all other sections of your portfolio.
- 1st round of Portfolio Feedbacks.
- Research in a game company you like the resources on their hiring process. Take notes on how they hire and which positions you want to apply. Here goes some examples on how to get ready for interviews:
Expand Down
Binary file added docs/portfolio/04-communication/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/portfolio/07-hosting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

There are many hosting options and solutions to match each need. Lets cover some options here.

![img.png](img.png)

# Options low code
- Google sites - My preference

Expand Down
Binary file added docs/portfolio/07-hosting/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ extra_javascript:

watch:
- docs
- blog

exclude_docs: |
site/
Expand Down

0 comments on commit 6001731

Please sign in to comment.