Abubaker Siddiqueabubakersiddique761.hashnode.dev·Oct 7, 2023Microsoft Store gets a new website, and it looks great!Microsoft has recently launched a new website for the Microsoft Store. The new website has a fresh, modern design and is easier to navigate than the previous website. It also has a number of new features, such as a curated homepage, personalized reco...Discusstools
Gagan G Saralayagagang.hashnode.dev·Oct 4, 2023Files in CA file is a collection of data stored in the secondary memory. The reasons to use files are because RAM is volatile, contents are lost when the program terminates and files are used to persist the data. The operation of files is to create a new file,...Discussfiles
Bartosz Szłapakbarcioch.pro·Apr 5, 2023Migrate legacy NGRXBefore version 15 of NGRX, some old syntax and decorators were allowed but deprecated. I'll show you how to migrate a simple, but deprecated code to NGRX@15. The following example is mostly taken from a real-world application. There will be minor cod...Discuss·54 readsTypeScript
Prashant Handelprashanthandel.hashnode.dev·Mar 31, 2023Redux PrinciplesFirst Principle "The state of your whole application is stored in an object tree within a single store." It means that the state of our application is maintained in a single object which the Redux storage would manage. For example- If we have a state...Discuss·10 likes·29 readsRedux
Anjanesh LekshminarayananforAlpine JSalpinejs.in·Feb 28, 2023Using AlpineJS's $store magicI was trying to explain reactiveness using AlpineJS to a colleague at work but failed to make a point which is the crux of how the DOM gets updated. It's based on this blog post which has a demo. I went on to explain that, by simply adding an entry (...Discuss·793 readsstore
Karthik Kadambistick-tech.hashnode.dev·Sep 22, 2022Apple storesIn this article, I wanted to talk about some of the apple stores I have visited. Apple park visitor center It has a cafe, a product display, and an AR view of a spaceship. Outside visitor center: Top of the visitor center: Top of the visitor cente...DiscussRandomstore
Mustafa Dalgasft.hashnode.dev·Nov 21, 2021Storing and Using Last Visited Page in Vue JSIf a user has an ongoing transaction on a website, we would like them to continue from the last transaction to provide a better user experience. If a user registers on a website and then leaves the website after completing any step, we can ensure tha...DiscussVue.jsstore