diff --git a/blog/index.md b/blog/index.md deleted file mode 100644 index c58f16c5..00000000 --- a/blog/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Blog - diff --git a/docs/advanced/01-introduction/setup.md b/docs/advanced/01-introduction/setup.md index 3eb7a254..58632968 100644 --- a/docs/advanced/01-introduction/setup.md +++ b/docs/advanced/01-introduction/setup.md @@ -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. diff --git a/docs/algorithms/01-introduction/README.md b/docs/algorithms/01-introduction/README.md index b6d3e984..337fe471 100644 --- a/docs/algorithms/01-introduction/README.md +++ b/docs/algorithms/01-introduction/README.md @@ -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. diff --git a/docs/artificialintelligence/assignments/README.md b/docs/artificialintelligence/assignments/README.md index 9b85c433..07d55e33 100644 --- a/docs/artificialintelligence/assignments/README.md +++ b/docs/artificialintelligence/assignments/README.md @@ -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) diff --git a/blog/.authors.yml b/docs/blog/.authors.yml similarity index 100% rename from blog/.authors.yml rename to docs/blog/.authors.yml diff --git a/blog/posts/AiTrolleyProblem/AiTrolleyProblem.md b/docs/blog/posts/AiTrolleyProblem/AiTrolleyProblem.md similarity index 100% rename from blog/posts/AiTrolleyProblem/AiTrolleyProblem.md rename to docs/blog/posts/AiTrolleyProblem/AiTrolleyProblem.md diff --git a/blog/posts/AiTrolleyProblem/what-should-the-self-driving-car-do.webp b/docs/blog/posts/AiTrolleyProblem/what-should-the-self-driving-car-do.webp similarity index 100% rename from blog/posts/AiTrolleyProblem/what-should-the-self-driving-car-do.webp rename to docs/blog/posts/AiTrolleyProblem/what-should-the-self-driving-car-do.webp diff --git a/blog/posts/CppCMakeCPMandSDL3/CLionDebug.png b/docs/blog/posts/CppCMakeCPMandSDL3/CLionDebug.png similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/CLionDebug.png rename to docs/blog/posts/CppCMakeCPMandSDL3/CLionDebug.png diff --git a/blog/posts/CppCMakeCPMandSDL3/CLionIDE.png b/docs/blog/posts/CppCMakeCPMandSDL3/CLionIDE.png similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/CLionIDE.png rename to docs/blog/posts/CppCMakeCPMandSDL3/CLionIDE.png diff --git a/blog/posts/CppCMakeCPMandSDL3/CLionNewProject.png b/docs/blog/posts/CppCMakeCPMandSDL3/CLionNewProject.png similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/CLionNewProject.png rename to docs/blog/posts/CppCMakeCPMandSDL3/CLionNewProject.png diff --git a/blog/posts/CppCMakeCPMandSDL3/CLionRefreshCMake.png b/docs/blog/posts/CppCMakeCPMandSDL3/CLionRefreshCMake.png similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/CLionRefreshCMake.png rename to docs/blog/posts/CppCMakeCPMandSDL3/CLionRefreshCMake.png diff --git a/blog/posts/CppCMakeCPMandSDL3/CLionWelcome.png b/docs/blog/posts/CppCMakeCPMandSDL3/CLionWelcome.png similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/CLionWelcome.png rename to docs/blog/posts/CppCMakeCPMandSDL3/CLionWelcome.png diff --git a/blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md b/docs/blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md rename to docs/blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md diff --git a/blog/posts/CppCMakeCPMandSDL3/MyGame.png b/docs/blog/posts/CppCMakeCPMandSDL3/MyGame.png similarity index 100% rename from blog/posts/CppCMakeCPMandSDL3/MyGame.png rename to docs/blog/posts/CppCMakeCPMandSDL3/MyGame.png diff --git a/blog/posts/FerpaCompliance/FerpaCompliance.md b/docs/blog/posts/FerpaCompliance/FerpaCompliance.md similarity index 100% rename from blog/posts/FerpaCompliance/FerpaCompliance.md rename to docs/blog/posts/FerpaCompliance/FerpaCompliance.md diff --git a/blog/posts/MapVsUnorderedMap/MapVsUnorderedMap.md b/docs/blog/posts/MapVsUnorderedMap/MapVsUnorderedMap.md similarity index 100% rename from blog/posts/MapVsUnorderedMap/MapVsUnorderedMap.md rename to docs/blog/posts/MapVsUnorderedMap/MapVsUnorderedMap.md diff --git a/blog/posts/MazeDataStructure/MazeDataStructures.md b/docs/blog/posts/MazeDataStructure/MazeDataStructures.md similarity index 100% rename from blog/posts/MazeDataStructure/MazeDataStructures.md rename to docs/blog/posts/MazeDataStructure/MazeDataStructures.md diff --git a/blog/posts/MixedReality/MixedReality.md b/docs/blog/posts/MixedReality/MixedReality.md similarity index 100% rename from blog/posts/MixedReality/MixedReality.md rename to docs/blog/posts/MixedReality/MixedReality.md diff --git a/blog/posts/NotesOnSubmissions/NotesOnSubmissions.md b/docs/blog/posts/NotesOnSubmissions/NotesOnSubmissions.md similarity index 100% rename from blog/posts/NotesOnSubmissions/NotesOnSubmissions.md rename to docs/blog/posts/NotesOnSubmissions/NotesOnSubmissions.md diff --git a/blog/posts/NotesOnSubmissions/ai-coding-assistant-robot-in-front-of-a-computer-typing-in-a-keyboard.jpeg b/docs/blog/posts/NotesOnSubmissions/ai-coding-assistant-robot-in-front-of-a-computer-typing-in-a-keyboard.jpeg similarity index 100% rename from blog/posts/NotesOnSubmissions/ai-coding-assistant-robot-in-front-of-a-computer-typing-in-a-keyboard.jpeg rename to docs/blog/posts/NotesOnSubmissions/ai-coding-assistant-robot-in-front-of-a-computer-typing-in-a-keyboard.jpeg diff --git a/docs/portfolio/04-communication/README.md b/docs/portfolio/04-communication/README.md index 89c2fdb4..e0ed9cbd 100644 --- a/docs/portfolio/04-communication/README.md +++ b/docs/portfolio/04-communication/README.md @@ -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. @@ -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 @@ -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: diff --git a/docs/portfolio/04-communication/img.png b/docs/portfolio/04-communication/img.png new file mode 100644 index 00000000..7c75d0e2 Binary files /dev/null and b/docs/portfolio/04-communication/img.png differ diff --git a/docs/portfolio/07-hosting/README.md b/docs/portfolio/07-hosting/README.md index 42b3b98a..8caa46d4 100644 --- a/docs/portfolio/07-hosting/README.md +++ b/docs/portfolio/07-hosting/README.md @@ -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 diff --git a/docs/portfolio/07-hosting/img.png b/docs/portfolio/07-hosting/img.png new file mode 100644 index 00000000..82d68289 Binary files /dev/null and b/docs/portfolio/07-hosting/img.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 4ef59fa1..5aa2e3ca 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -363,7 +363,6 @@ extra_javascript: watch: - docs - - blog exclude_docs: | site/