Embrace curiosity taking risks and allow yourself to make mistakes!
💻 Coding & Software Engineering
Overview of JavaScript Import and Export Methods
11/10/2024
In JavaScript, exports and imports allow you to share variables, functions, or classes between different files (modules).
Understanding `null` vs. `undefined` in JavaScript and Best Practices for Mongoose Schemas
18/10/2024
We’ll dive into the differences between `null` and `undefined` in JavaScript, how to declare nullable fields in Mongoose schemas, and best practices for creating and managing schemas.