LogFAQs > #945296270

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, Database 7 ( 07.18.2020-02.18.2021 ), DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicDidn't get the job
Sahuagin
09/30/20 11:09:17 PM
#14:


(disclaimer: trying not to be too arrogant/condescending in my nit-picky reply. just sharing my thoughts.)

IronBornCorps posted...
I mostly have used vanilla CSS, they wanted something like SAAS.
SASS, which should be a superset of CSS, so plain CSS should still be valid. yes you should use something like SASS rather than vanilla CSS. (I use LESS.)

I prefer doing business logic on the client, they preferred on the server
client is more or less presentation layer, so yeah, you should have a good reason for putting business logic there. that's a bit of an issue from a design point-of-view, and possibly also a security point-of-view.

(I say this but some apps I've written that I wanted to work 100% disconnected do have a fair bit of logic client-side. in that case I treat the whole client-side as an application that just happens to receive some static initial information from the server and saves things to the server when it's able to contact it.)

they used non-relational dbs, I have experience in relational.
that's understandable if you've never used one before. (I've used indexeddb which is asynchronous no-sql on client-side, but I have yet to use a no-sql db server-side.)

---
... Copied to Clipboard!
Topic List
Page List: 1