The type of engineering doesn't matter. It may be electrical, mechanical, biomedical, computer, literally anything.<p>"Engineering is the purposeful use of science" - a quote I heard somewhere and have forgot who said it.<p>Name some books that made you a better engineer. The books need not necessarily be from your field. You may have drawn inspiration from a related or a non-related subject. E.g.: learning some form of mathematics may make you a better programmer.<p>Also mention a line of two about why the book has a special place for you.
How to Win Friends and Influence People: <a href="https://en.wikipedia.org/wiki/How_to_Win_Friends_and_Influence_People" rel="nofollow">https://en.wikipedia.org/wiki/How_to_Win_Friends_and_Influen...</a><p>Because in the long run, it's not just about having great ideas, it's about collaborating with other people, and convincing those people about your great ideas.
"Finite Elements Using Maple",
"The finite element method displayed" -
I am a mechanical engineer by education. These are two of the first books that made me understand finite element simulations, more than a decade ago. By programming these simulations I started to write code almost every day. Today I work as a software engineer and it's great!
Accelerate
by Nicole Forsgren, Jez Humble, Gene Kim: <a href="https://www.oreilly.com/library/view/accelerate/9781457191435/" rel="nofollow">https://www.oreilly.com/library/view/accelerate/978145719143...</a><p>There are a lot of books on good practices, this one has proofs and research included
DOM Scripting - <a href="https://www.amazon.com/DOM-Scripting-Design-JavaScript-Document/dp/1430233893/ref=mp_s_a_1_3?crid=13GRX8L6VECKU&keywords=document+object+model&qid=1680688794&sprefix=document+obj%2Caps%2C115&sr=8-3" rel="nofollow">https://www.amazon.com/DOM-Scripting-Design-JavaScript-Docum...</a><p>XML Schema - <a href="https://www.amazon.com/Definitive-XML-Schema-Charles-Goldfarb-ebook/dp/B0095VVQTE/ref=mp_s_a_1_2?crid=2F0OMMU9RE0X3&keywords=xml+schema&qid=1680688895&sprefix=xml+schema%2Caps%2C115&sr=8-2" rel="nofollow">https://www.amazon.com/Definitive-XML-Schema-Charles-Goldfar...</a><p>You don’t have to be a slave to some framework to do frontend web work. You can actually learn how these technologies actually work.