|
|
|
|
|
by Retric
4140 days ago
|
|
I have no idea how knowing databases or HTML is going to help someone write embedded code for RC controlled drone. And I am mystified by the idea that knowing ARM asm is going to help but a website, MMO, or tax prep software. At best full stack just means knowing one level deeper than necessary. |
|
If you know a little SQL, you can throw a SQLlite database on the drone to easily track points and query the data of multiple drones being collected.
If you know ARM assembly, you can write optimized math routines for your MMO running on mobile clients, or on low-power boards in a server farm. Or figure out why your web server is crashing in weird ways on your server. Or why certain overflows in your tax software aren't being trapped.
"Full stack" means knowing about the rest of the tools so you can improve things beyond what CodeProject would let you do.