# Question/Skill Log ### Questions * ~~Is server side rendering becoming obselete because of client side with SPA frameworks? are there benefits to be had be server side that aren't available to client side?~~ * It is becoming obselete, because serving static content from the server is inefficient. Can Server side should be utilized for dynamic content. * ~~Why can some node modules be used without npm install?~~ * Node includes some common modules that are part of the application and thus don't need to be installed. * ~~Auto line add with emacs on buffer save, is this useful or good reason to keep? (was causing issue with fs.readFile which could be handled prior to using the data)~~ * Best practice is to accept and deal with loose parameters on incoming data and output only well crafted and ~~~~intentional data. * ~~Emacs - How to tab. `CTRL` +`Q` -`CTRL` +`I` alternativley `CTRL`+ `Q` -`TAB`~~ * For Sdk's would you typically make a readme or something describing the use cases? Or is this something that would be expected to be implied from a reading the code? * What are the drawbacks to using a no sql database? ### Skills * Node.js (In Progress) * JavaScript - mastery (In Progress)