Skip to content

Commit

Permalink
Added web development section into programming
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulBirCodes authored Mar 31, 2023
1 parent 708ed10 commit 0369492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/technology/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Computer Science Major](#computer-science-major)
- [Source Control](#source-control)
- [iOS Development](#ios-development)
- [Web Development](#web-development)
- [Language Guides](#language-guides)

---
Expand Down Expand Up @@ -65,6 +66,9 @@
- [Stanford CS193P](https://cs193p.sites.stanford.edu) - Stanford University's course on developing applications for iOS using SwiftUI taught by Professor Paul Hegarty. Students are recommended to have experienec in object-oriented programming prior to taking the course.
- [Apple Developer SwiftUI Tutorials](https://developer.apple.com/tutorials/swiftui) - Hands-on tutorials by Apple teaching the fundamentals of SwiftUI.

### Web Development
- [Eloquent Javascript](https://eloquentjavascript.net) - Interactive online book on Javascript taking you through the basics of the language, its incorporation into the browser, and backend programming with Node.js by Marijn Haverbeke.

### Language Guides
- [Programming: Principles and Practice Using C++, 2nd Edition](https://learning.oreilly.com/library/view/programming-principles-and/9780133796759/) - An introduction to the fundamentals concepts and techniques in programming through C++ by the creator of C++.
- [Head First C](https://www.oreilly.com/library/view/head-first-c/9781449335649/) - A complete learning experience for C and structured imperative programming.
Expand Down

0 comments on commit 0369492

Please # to comment.