Shweta Roydevroy.hashnode.dev·Aug 19, 2024Understanding SSR and CSR, the popular rendering patterns in the web dev world.It's been a while since I put my feet into the world of NextJS. I absolutely love what NextJS brings to the table but one thing, the main thing in fact which took me the longest time to fully wrap my head around was Server Side Rendering (aka SSR). N...125 readsServer side rendering
Denis Ekartdenace.dev·Feb 1, 2024Using Razor Outside of Web💡 If you want to skip my mumbling and go straight to the coding part, jump to Let's start. Razor is a markup syntax for creating dynamic web pages in C#. It has been a part of the ASP.NET MVC framework since early 2011 and is currently a part of A...321 reads.NET Snacksrazor
saiprasad padhysaiprasadpadhy.hashnode.dev·Nov 6, 2022How does the browser work?did you ever wonder how browser loading data when you are opening any website or URL? let's go through the steps of how the browser renders content from scratch. to know how websites are working, first, we need to know what are the fundamental compon...Browsers
Florian FuchsforHashnode Engineeringengineering.hashnode.com·Oct 18, 2022How to Display Math Equations in React NativeOne of the most fantastic features of Hashnode is that it allows you to display and highlight your content in various ways. One of my personal favorites is the support for Latex expressions. Why is that? Math expressions are an essential part of i...92 likes·4.7K readsrender-html