Become a member
Sign in
madiks
madiks

madiks

33 Following
3 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by madiks

See more

From Web Architecture 101 by Jonathan Fulton

CDN stands for “Content Delivery Network” and the technology provides a way of serving assets such as static HTML, CSS, Javascript, and images over the web much faster than serving them from a single origin server. It works by distributing the content across many “edge” servers around the world so that users end u…

From Web Architecture 101 by Jonathan Fulton

…databases into the data warehouse. For example at Storyblocks we load our VideoBlocks, AudioBlocks, Storyblocks, account service, and contributor portal databases into Redshift every night. This provides our analysts a holistic dataset by co-locating the core business data alongside our user interaction event data.

From Web Architecture 101 by Jonathan Fulton

Ok, back to load balancers. They’re the magic sauce that makes scaling horizontally possible. They route incoming requests to one of many application servers that are typically clones / mirror images of each other and send the response from the app server back to the client. Any one of them should process the request the same way so it’s just a matter of distributing the re…

Claps from madiks

See more

Typescript and React: What’s React.Component<P, S> mean?

Phil Alsford

How to setup Vue dev server with a running Web Server

Francesco Zuppichini

5 Lessons Learned From Writing Over 300,000 Lines of Infrastructure Code

Yevgeniy Brikman