Skip to content

Commit

Permalink
add misc resources (#346)
Browse files Browse the repository at this point in the history
* add misc resources

closes #305
closes #303
closes #269

* format
  • Loading branch information
dyc3 authored Mar 12, 2024
1 parent 6462cac commit b0005ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/articles/events/pimp-my-terminal/pimp-my-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ something that works for you.

[How to set your theme in VS Code](/tutorial/vscode-theme)

[VSCode theme browser](https://www.vscolors.com)

#### Extensions

_Tip: You can install these quickly by pressing `Ctrl + P` and typing the command `ext install PACKAGE`_
Expand All @@ -94,6 +96,7 @@ _Tip: You can install these quickly by pressing `Ctrl + P` and typing the comman
- Debug Visualizer `hediet.debug-visualizer` - Fancy graphics for visualizing data structures while stepping through code.
- Vim for VS Code `vscodevim.vim` - Vim keybinds for VS Code.
- Glassit `s-nlf-fh.glassit` - Allows for VS Code to be set to transparent on Windows and Linux systems.
- vscode-pets `tonybaloney.vscode-pets` - Pets for your VS Code

### Atom

Expand Down
5 changes: 4 additions & 1 deletion src/articles/guides/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Learning about programming is hard. Hopefully, these resources will make it a li

- [marksheet.io](https://marksheet.io) - A written tutorial for HTML and CSS
- [w3schools](https://www.w3schools.com/js/) - A written tutorial for JavaScript
- [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - A guide to flexbox layout with graphic examples and explanations
- [A Complete Guide to Flexbox - CSS Tricks](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - A guide to flexbox layout with graphic examples and explanations.
- [Theo - Youtube](https://www.youtube.com/@t3dotgg) - A great channel for staying up to date with modern web development.

### Vue.js

Expand Down Expand Up @@ -43,6 +44,7 @@ Git is the most commonly used version control system. Using git is required for
- [Official SEC Cheatsheet](/git-cheatsheet) - An overview of basic usage of git's commands
- [git it](https://github.com/jlord/git-it-electron) - Interactive git tutorial
- [GitFixUm](https://sethrobertson.github.io/GitFixUm/fixup.html) - Did you make a mistake with git? This guide will help you get out of it
- [Graphite](https://graphite.dev/) - Improves the experience of using Github, adding stacked PRs, and more

## Powershell

Expand All @@ -62,6 +64,7 @@ Even if you don’t develop on Linux, you will encounter it eventually. It’s d

- [PacktPub](https://packtpub.com/) - Provides a free daily ebook, hosts other ebook resources
- [free-programming-books](https://github.com/EbookFoundation/free-programming-books) - A huge list of free programming books to check out (some links are old but there's a ton there!)
- [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/html/) - A very extensive guide to network programming with examples in C

# Free Courses

Expand Down

0 comments on commit b0005ee

Please sign in to comment.