BiggestKai
kiwifarms.net
- Joined
- Aug 6, 2023
I'm curious if we have any electronic engineers on the farms. Have any insights on the industry, horror stories, learning resources?
I'll be completely honest, mainly interested in learning resources. I'm trying to relearn evertyhing I can think of from scratch just so I'm a hundred percent sure I don't have any obvious gaps in my knowledge and mainly because my profession is more a glorified tech support center for the software provided to actual hardware vendors instead of actually working with design/architecture in a hands on manner. The issue is that I don't really know where to look and quite frankly too many courses or books appear to be focused squarely on what should be the ABCs(diode physics, BJT, mosFETs,
With the exception of debugging a customer's shitty code or attempting to conjure up a smaller, inhouse scenario that hits the same piece of spaghetti code producing an error as a user it's mainly just planning for future releases and putting out fires and I feel like I'm getting very rusty with what I had hoped to have originally made my living in.
Resources:
I'll be completely honest, mainly interested in learning resources. I'm trying to relearn evertyhing I can think of from scratch just so I'm a hundred percent sure I don't have any obvious gaps in my knowledge and mainly because my profession is more a glorified tech support center for the software provided to actual hardware vendors instead of actually working with design/architecture in a hands on manner. The issue is that I don't really know where to look and quite frankly too many courses or books appear to be focused squarely on what should be the ABCs(diode physics, BJT, mosFETs,
With the exception of debugging a customer's shitty code or attempting to conjure up a smaller, inhouse scenario that hits the same piece of spaghetti code producing an error as a user it's mainly just planning for future releases and putting out fires and I feel like I'm getting very rusty with what I had hoped to have originally made my living in.
Resources:
- Princeton - Computer Architecture: A free course on Coursera where enrollment only really gets you a degree if you care for that.
- Nand2Tetris : Very well compiled project based course where you create a simple processor from literal scratch, starts off with an HDL language all the way to the decoder/ALU logic.
- <more to add as the thread goes on>