-
Server sider rendered vs Single Page Application
2020-02-05
Most modern websites are now "single page application" (SPA). That means they are "rendered" once by the client and then only updated when something is modified. The biggest impact of performance when loading a website is the static data that is delivered with each website: html, css, images, fonts. In the SPA model, these static resources are only sent once and then, with each new information the client gets from the server, it adjusts the html accordingly.…more
#Tech in Laymans#single page application#server side rendering#web technologies
-
Client Server Model
2020-01-28
An analogy might do the trick: Imagine going to the bakery in order to buy a bread. You'll have a client (you) buying (requesting?) the bread and a seller (server) giving you the bread. The internet is basically composed of gazillions of such transactions, each client requesting different types of bread and each bakery having its own recipe. The trick here is that sometimes the baker would also like to buy some bread.…more
-
Tech in Layman's terms
2020-01-28
I've never realised it, but getting into the field of IT, as someone with little to no background, can be extremely frustrating. Most articles out there are too technical and it can get scary really fast. What I'm hoping with this thread is to share some knowledge in Layman's terms. This all started with my wife taking part in a software development bootcamp. I was expecting her to have knowledge about stuff that comes completely natural to me, but realised it's only so because I've been passionate (and in the field) for a long time.…more