openreplay.hashnode.devThe Top Ten Rendering Patterns in Modern Web DevelopmentBack David Paul-Afodi Sep 5, 2023 · 17 min read How to render your website most optimally? This question has many answers, and this article introduces the ten most commonly used rendering design patterns applied by current frameworks, so you’ll be ...Oct 15, 2023·25 min read
openreplay.hashnode.devAll about OAuth 2.0OAuth 2.0 is a popular way to implement authorization and even authentication in web applications today. Thanks to it being easy to use and the widespread support by tech giants, more and more developers are incorporating it into their applications d...Jun 6, 2023·14 min read
openreplay.hashnode.devGetting Started with JSON ServerIf you have been working as a front-end developer on a team project, you have most likely encountered a scenario where the client-side app was ready, but the server-side or APIs were still underway. Another possible situation is one where even while ...May 30, 2023·13 min read
dgold3680.hashnode.devHow to write JSON (Quick-Dive)In this quick dive, we aim to gain a basic understanding of JSON; particularly its syntax. JSON stands for "Javascript Object Notation". It is a lightweight data-interchange format that is used to store and exchange data, especially on the web. The J...Mar 18, 2023·2 min read
openreplay.hashnode.devText Formatting in HTMLText formatting in HTML is a crucial aspect of web design and development that allows you to control the appearance of text on a web page. Whether you want to give a text a specific visual appearance, ensure it is written in the correct convention or...Mar 13, 2023·14 min read