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

Cover | Pranjal Blogs: Pranjal Blogs | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems | Software Engineer | Developer | Architect | System Design

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

Understanding line break types by: Pranjal Blogs | Pranjal Kumar, Hazaribag Jharkhand | SWE Bentley Systems | Software Engineer | Developer | Architect | System Design

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.