buildwithbharat.hashnode.devCAP Theorem: The Trade-off at the Heart of Distributed SystemsThe CAP theorem states that a distributed data system can only guarantee two out of three fundamental properties at the same time. So what are those three properties? Consistency (C) Availability (A2d ago·4 min read
sharetogrow.hashnode.devSimple Factory Design PatternWhat is Simple factory design pattern The simple factory design pattern is a creational design pattern that provides an Interface for creating objects without exposing the object creation logic to the client It encapsulates the object creation code...Feb 23, 2025·3 min read
sharetogrow.hashnode.devIntroduction to TypeScript and How to Install TypeScriptHave you been thinking, hey what is this typescript and what does it do 🤔. If yes you have come to the right place. In this blog we will try to understand what is typescript, what can typescript do and why use it. We will also go through a very simp...Feb 7, 2023·2 min read
sharetogrow.hashnode.devIntroduction to StyleSheet and Understanding Main-axis and Cross-axis in React-NativeIf you are thinking, Hey what is a StyleSheet🤔 and how can I use it 🧑💻? Which is the main axis and cross axis of react-native 🤔? If you want to clear these questions you have come to the right place.😄 What is StyleSheet StyleSheet is a componen...Feb 4, 2023·2 min read
sharetogrow.hashnode.devYour First Hello World React-Native App (JSX,Basic Components in react-native )In this article, we will be talking about how to write your first hello world application in react-native. We will also discuss what is JSX and how to add some basic components. JSX In simple terms, JSX can be defined as HTML inside JavaScript. It ...Feb 1, 2023·3 min read