You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,20 +207,16 @@ Similar to other professions, embedded engineers require soft skills that can't
207
207
208
208
-[📝 Soft Skills For Embedded Systems Software Developers](https://www.embeddedrelated.com/showarticle/1470.php)
209
209
-[📝 10 Skills Every Embedded Engineer Should Have](https://medium.com/@lanceharvieruntime/10-skills-every-embedded-engineer-should-have-dcb867095b91)
210
+
210
211
_________________
211
212
212
213
### ✳️ Electronics
213
214
214
215
#### 🔵 Basic Math & Calculus
215
216
216
217
-[🎞️ Khan Academy - Calculus 1](https://www.khanacademy.org/math/calculus-1)
217
-
-[🎞️ Free Courses for Discrete Mathematics on Coursera](https://www.coursera.org/search?query=Discrete%20mathematics&topic=Computer%20Science&topic=Math%20and%20Logic&sortBy=BEST_MATCH)
218
218
-[📘👶 Calculus For Dummies - Mark Ryan](https://a.co/d/cyvZqE1)
219
219
-[📘💎 Thomas' Calculus](https://a.co/d/gFcCC37)
220
-
-[📘👶 Open Access Discrete Mathematics Books by LibreTexts](https://math.libretexts.org/Bookshelves/Combinatorics_and_Discrete_Mathematics)
221
-
-[📘👶 Essential Discrete Mathematics for computer science by Lewis HARRY., Zax R. ACM DL](https://dl.acm.org/doi/book/10.5555/3388468)
222
-
-[📘👶 Guide to Discrete Mathematics by Gerard O'Regan, Springer](https://link.springer.com/book/10.1007/978-3-030-81588-2)
223
-
-[📘💎 Bridge to Abstract Mathematics, AMS](https://bookstore.ams.org/view?ProductCode=TEXT/22)
224
220
225
221
#### 🔵 Principles of Electric Circuits
226
222
@@ -357,6 +353,14 @@ _________________
357
353
358
354
Mastering programming fundamentals and software development principles is essential for a successful embedded design. Embedded systems demand efficient code, optimized data management, reusable design patterns, and effective memory management to function effectively in resource-constrained environments. Embedded developers must possess a strong foundation in these core concepts to create reliable and performant embedded systems.
359
355
356
+
#### Essential Discrete Mathematics
357
+
358
+
-[🎞️ Coursera - Introduction to Discrete Mathematics for Computer Science Specialization](https://www.coursera.org/specializations/discrete-mathematics)
359
+
-[📘👶 Open Access Discrete Mathematics Books by LibreTexts](https://math.libretexts.org/Bookshelves/Combinatorics_and_Discrete_Mathematics)
360
+
-[📘👶 Essential Discrete Mathematics for computer science by Lewis HARRY., Zax R. ACM DL](https://dl.acm.org/doi/book/10.5555/3388468)
361
+
-[📘👶 Guide to Discrete Mathematics - Gerard O'Regan, Springer](https://link.springer.com/book/10.1007/978-3-030-81588-2)
362
+
-[📘💎 Bridge to Abstract Mathematics, AMS](https://bookstore.ams.org/view?ProductCode=TEXT/22)
363
+
360
364
#### 🔵 Algorithms & Data Structures
361
365
362
366
-[📘👶💎 Grokking Algorithms - Aditya Y. Bhargava](https://www.manning.com/books/grokking-algorithms)
@@ -1441,8 +1445,10 @@ AUTOSAR, or AUTomotive Open System ARchitecture, is a global industry standard f
1441
1445
-[🎞️ Udemy - Autosar Architecture (Learn from Scratch with Demo)](https://www.udemy.com/course/autosar-architecture/)
1442
1446
1443
1447
_________________
1444
-
### Appendix-A: Advanced Topics
1445
-
#### ✳️ Discrete Mathematics
1448
+
1449
+
### ✳️ Appendix-A: Advanced Topics
1450
+
1451
+
#### 🔵 Discrete Mathematics
1446
1452
1447
1453
A common subject that is essential to Computer Science students and some Math/Electrical Engineering Majors based on the [Assoication For Computing Machinery Guidelines for CS/CE education](https://www.acm.org/education/curricula-recommendations). It houses the most essential subjects for _abstract mathematical modelling_ and _theory of computation_. Furthermore, it helps students to establish the essential engineering mindset that represents the common basis among all computer science and computer engineering domains. However, Logic, Theory of combinatorics, Coding Theory, and Theory of Computation are among the most essential subjects for Embedded Systems Engineers.
0 commit comments