MissionaryZeal

Author name: Kazi Hasin

Building a Robust API with Node.js, Express, and MongoDB Using MVC Pattern

This post is going to teach you how to create an API to grasp into web development field. Node.js, with its non-blocking I/O model, combined with Express.js, a minimalist web framework, offers a powerful foundation for building APIs. MongoDB, a NoSQL database, provides flexibility and scalability to handle varying data structures. By adhering to the …

Building a Robust API with Node.js, Express, and MongoDB Using MVC Pattern Read More »

API Error Handling and Validation in Node.js, Express, and Mongoose

Error handling and validation are crucial aspects of building robust web applications using Node.js, Express, and Mongoose. In this post, we’ll explore how to implement error handling and validation techniques to ensure the reliability and security of our applications. Configuring Your Development Environment: Managing Dependencies with package.json First step, create custom API errors by extending …

API Error Handling and Validation in Node.js, Express, and Mongoose Read More »

Auth using JWT Laravel

Connect the database in .env Make Migration If don’t create a database manually in my XAMPP server and then ask to create a database after hitting migrate just press ‘y’ Install & Setup JWT Next, we have to publish the package configuration Now we need to generate a secret key for handling the token encryption. …

Auth using JWT Laravel Read More »

Compiling Bootstrap with SASS

Bootstrap is a popular front-end framework used in web development, providing a set of pre-designed components and styles to streamline the creation of responsive websites. It simplifies the process of building user interfaces, making it a go-to choice for developers worldwide. On the other hand, SASS, or Syntactically Awesome Style Sheets, is a CSS preprocessor …

Compiling Bootstrap with SASS Read More »

Env-variable

Securing Your Data Using Environment Variables in Vue with Vite Application

Are you ready to make your Vue and Vite development skills more secure and professional? In this tutorial, we’ll uncover the secrets of the pros by teaching you how to effectively leverage environment variables in your Vue and Vite applications. With step-by-step guidance and practical code examples, you’ll be well-equipped to enhance your development workflow. …

Securing Your Data Using Environment Variables in Vue with Vite Application Read More »

3 steps to learning new technology in just one month

  Introduction: Embarking on a journey to learn Technical Skills can be exciting and overwhelming. With countless resources available, it’s essential to have a structured approach that balances theoretical knowledge with hands-on experience. In this guide, we’ll explore a three-step process that will guide you from introductory tutorials to building your own projects, ensuring a …

3 steps to learning new technology in just one month Read More »

Scroll to Top