Skip to main content

2 posts tagged with "programming"

View All Tags

The past and present of browser architecture

· 17 min read
Pranjal Kumar
Software Engineer, @Bentley Systems

Multi-process browser architecture diagram

The front end may be a rapidly changing field, and it is difficult for us to understand all aspects of it. However, front-end systems generally run in browsers, so a better understanding of browsers can help us develop front-end applications more effectively. This is also one of the reasons for this article and serves as an instance analysis of runtime.

Understanding line break types: CR LF, LF, and CR

· 2 min read
Pranjal Kumar
Software Engineer, @Bentley Systems

Line break types comparison

Line breaks play an essential role in text formatting, yet they are often overlooked in the programming world. Operating systems and text editors have their conventions for line breaks, leading to variations in line break types. This article will explore the differences between three common line break types: CR LF, LF, and CR.