Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 2, 2024Stateless VS Stateful ApplicationsIntroduction Kubernetes, the leading container orchestration platform, provides powerful tools for deploying and managing applications. Two fundamental types of applications deployed in Kubernetes are stateless and stateful applications. Understandin...DiscussK8sStateLESS
Aman Mishraamanmishra.hashnode.dev·Sep 14, 2024Understanding State in ReactIn React, state refers to data that a component maintains over time, acting like the component’s memory. It's essential for storing information that needs to persist throughout the lifecycle of the app. For example, state is used in features like not...Discuss·2 likesReact
고라니드로koranidro.hashnode.dev·Sep 1, 2024[React] 상태가 있다? 없다?잠깐! 상태에 대해 아직 잘 모른다면 [React] useState === 상태?를 먼저 읽어보세요! 컴포넌트를 상태 저장과 비저장으로 분류하는 것에 대해 들어보셨나요? 상태를 저장한다? 상태를 저장하지 않는다? 이것이 무슨 의미이며 어떻게 구분할 수 있을까요? 상태 저장 컴포넌트는 개인 공간 내에 상태를 유지함을 의미합니다. 상태는 반드시 컴포넌트의 생명 주기 동안 유지될 필요는 없지만 최소한 휘발성은 아님을 의미합니다. 상태 비저장 컴포넌...DiscussReact
Rachit Srivastavablog.rachitasrivastava.com·Aug 10, 2024Verkle Tries Explained: A Simple Guide for BeginnersWelcome to a deep dive into Verkle trees and their impact on Ethereum's state management. As Ethereum aims to improve scalability and efficiency, Verkle trees are becoming a key part of the solution. In this blog, we'll break down what Verkle trees a...Discuss·164 readsverkle
Tanmaytanmay4l.hashnode.dev·Dec 29, 2023ReactJS: Props vs. State - Demystifying the Core ConceptsPublished on: December 29, 2023 Tags: reactjs, javascript, web development If you've delved into the world of ReactJS, you've likely encountered the common conundrum: "Props vs. State." These two concepts play a crucial role in how components manage ...Discuss·10 likesReact
Syed Jafer Kparottasalna.hashnode.dev·Nov 30, 2023Why do we even need cookie's ?Sudden Thought As a full stack developer, i came across reading about cookies. So far i haven't written code to handle it or use it in my applications. While reading about cookies, i came to know its used to transfer state in a stateless HTTP protoco...Discusscookies
Syed Jafer Kparottasalna.hashnode.dev·Nov 29, 2023Is it okay to add cookie to a REST api ?Sudden Thought: I have seen applications, which are storing/sending the cookie in the REST api. My doubt is, since REST api is stateless; we should not store any state related items into the api. So my question is whether is a standard or not to stor...Discusscookies
Abid Shaikhdevops-aws.hashnode.dev·Aug 6, 2023Comparison of Stateful and Stateless Application:Let's understand the difference by taking an example of RDS and S3 let's illustrate the difference between stateful and stateless applications by giving an examples of AWS cloud services (RDS & S3): Stateful Application 🏰: Example: Relational Databa...DiscussStateLESS
Delwar Ahmeddelwar.hashnode.dev·Jun 25, 2023Stateless ApplicationA stateless application is an application design approach where the application does not maintain any state or session information between individual requests. Each request from a client to the server is treated as an isolated, independent transactio...DiscussBackend Development - Learning ChecklistStateLESS
Saptarshi Bhattacharyahighonbugs.sbk2k1.in·Mar 4, 2023REST and REST APIs - Part 1This blog will talk about REST and RESTful APIs and will lead its way to the Backend Dev Blog. So what is REST? REST is an acronym for REpresentational State Transfer. It is a software architectural style or design pattern. An architectural pattern i...Discuss·61 readsREST and REST APIsREST API