GitHub Copilot vs. Amazon CodeWhisperer

Auto-completion tools are the ABC of increased productivity for developers. But what if those tools were even better? What if your code completion guessed what you wanted to write next and offered complete lines of code? That is what AI/ML-assisted coding is bringing to the table. In a few years, you’ll open an IDE without a coding assistant and get the feeling of a missing tool.
www.tabnine.com/blog/github-copilot-vs-amazon-codewhisperer/

Inside look at modern web browser (part 1) – Chrome Developers

In this 4-part blog series, we’ll look inside the Chrome browser from high-level architecture to the specifics of the rendering pipeline. If you ever wondered how the browser turns your code into a functional website, or you are unsure why a specific technique is suggested for performance improvements, this series is for you.
developer.chrome.com/blog/inside-browser-part1/