PinnedOmkar LangheinGlobantxState: Simplifying States in JavaScript ApplicationsState management in JavaScript is implemented using ad-hoc approaches, resulting in scattered state logic throughout the codebase, making…May 30, 2023May 30, 2023
Omkar LangheinGlobantMongoDB Aggregation Unleashed: Crafting Complex Queries for PerformanceMongoDB is a database known for its flexibility and power in data management. The Aggregation Framework is popular because of its…Apr 4Apr 4
Omkar LangheWhat is Node?Many of the articles on the internet have a standard definition of the node as “It is a runtime environment which runs JavaScript programs…Jun 15, 2023Jun 15, 2023
Omkar LangheOptional Chaining in JavaScriptOptional Chaining in JavaScript enables us to read values from objects which are deeply nested with other objects. It is safe to validate…Jun 2, 2023Jun 2, 2023