Welcome to the wiki for the Software Engineering Career Club at the University of Washington! Here, we share resources, tips, and experiences to help each other succeed in our software engineering careers.
The site is located at wiki.swecc.org.
This site is in active development – as the landscape of the tech world changes and innovations occur, we'll try our best to keep this site up to date. If you have any suggestions for new content, or if you see something that needs to be updated, please feel free to open an issue or a pull request or let us know!
- Node (>= 20) and NPM (>= 10) installed
- Obsidian (recommended). We recommend using Obsidian to make any changes you might have, as
Quartz, the framework this wiki is built off of, is compatible with it. To use Obsidian to edit our wiki, open up the
/contentdirectory in Obsidian.
To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Run
npm install - Run
npx quartz build --serveto start a local server so that you're able to view your changes in the browser. - Make your changes and commit them with a clear message.
- Push your changes to your forked repository, and create a pull request to the main repository.
- Wait for feedback and make any necessary changes.
Once your changes are approved, they will be merged into the main repository.
For more information about Quartz, please visit their documentation.
This project is licensed under the MIT License. See the LICENSE file for details.