A full stack developer from India.
Html | Css | Javascript | React | Redux | Tailwind | Node | Express | Mongodb | Sql | Nosql | Socket.io
Nothing here yet.
Mar 19, 2025 · 12 min read · useReducer → alternative of useState hook for small app → use useState for larger apps → use useReducer along with contextApi import "./styles.css"; import { useReducer } from "react"; export default function App() { // state -> means current state...
Join discussionMar 16, 2025 · 11 min read · Day-1 | Fundamentals of DevOps What is devops? its a culture that improves organisation ability to deliver appication. Devops is like a culture/practise that you are adopting in your organisation.That will increase your organisation ability to del...
Join discussionMar 3, 2025 · 12 min read · Section 2 React Native Basics [COURSE GOALS APP] paddingHorizontal → const styles = StyleSheet.create({ container: { paddingHorizontal: 10, // Adds 10 logical pixels of padding on both left and right sides }, }); section 2 code import { Styl...
Join discussionFeb 11, 2025 · 10 min read · SECTION 2 Kubernates Overview NODE A node is a machine, physical or virtual on which Kubernetes is installed. A node is a worker machine and that is where containers will be launched by Kubernetes. It was also known as minions in the past. So you mi...
Join discussion