Skip to main content

2 posts tagged with "programming"

View All Tags

The Past and Present of Browser Architecture

· 13 min read
Pranjal Kumar
Software Engineer - Bentley

Cover | Pranjal Blogs: pranjal-barnwal | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems

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

Understanding line break types by: Pranjal Kumar(pranjal-barnwal) | Pranjal Blogs: pranjal-barnwal | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems

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.