DPDavid paul Afodiinopenreplay.hashnode.dev·Oct 15, 2023 · 25 min readThe 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 ...00
DPDavid paul Afodiinopenreplay.hashnode.dev·Jun 6, 2023 · 14 min readAll 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...00
DPDavid paul Afodiinopenreplay.hashnode.dev·May 30, 2023 · 13 min readGetting 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 ...00
DPDavid paul Afodiindgold3680.hashnode.dev·Mar 18, 2023 · 2 min readHow 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...00
DPDavid paul Afodiinopenreplay.hashnode.dev·Mar 13, 2023 · 14 min readText 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...00