2023-11-30-TIL
2023-11-30-TIL
Today I Studied
The Architecture of Web Browsers
- https://blog.quastor.org/p/architecture-web-browsers
- https://seng130.wordpress.com/lectures-2/browser-architecture/
- https://www.geeksforgeeks.org/browser-architecture/
- https://blog.quastor.org/p/architecture-web-browsers
- https://developer.chrome.com/blog/inside-browser-part1/
- https://developer.chrome.com/blog/inside-browser-part2/
- https://developer.chrome.com/blog/inside-browser-part3/
- https://developer.chrome.com/blog/inside-browser-part4/
Web Browser Processing
- https://www.chromium.org/developers/design-documents/multi-process-architecture/
- https://www.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome/
- https://ovindunambukara.medium.com/how-web-browsers-use-process-threads-4cec53e24789
- https://web.dev/articles/howbrowserswork?hl=ko
- https://cabulous.medium.com/how-does-browser-work-in-2019-part-ii-navigation-342b27e56d7b
- https://sunandakarunajeewa.medium.com/how-web-browsers-use-processes-and-threads-5ddbea938b1c
JavaScript Engines
- https://v8.dev/
ECMAScript
- https://tc39.es/ecma262/
WebAssembly
- https://webassembly.github.io/spec/core/
JPA to Native Query Parser
JPA를 네이티브 쿼리로 JPA는 bulk insert가 안됨
null == 0 ; false null >= 0 ; true
json -> 언어에 따라 long or string 전송방식이 달라짐
This post is licensed under CC BY 4.0 by the author.