Latest

My Random Posts

  • Published on
    As a developer, have you ever dreamt of creating interactive 3D experiences that engage and delight users? If you're looking to venture into the world of 3D graphics with Next.js and React Three Fiber, you’re in for an exciting journey! These powerful technologies empower you to build dynamic web applications that not only showcase stunning 3D visuals but also offer seamless customization options. In this beginner-friendly guide, we’ll explore how to set up a Next.js project and integrate React Three Fiber to create a 3D configurator for an Apple Watch. Users will be able to customize the watch’s strap and clasp with their own texture images, enhancing the interactive experience. Whether you're a newcomer to 3D development or an experienced coder wanting to dive into a new realm, this guide will simplify the process and equip you with the knowledge to create a captivating configurator. Let’s embark on this journey and discover how to bring your ideas to life with Next.js and React Three Fiber!
  • Published on
    Node.js is a free, open-source, and cross-platform JavaScript runtime environment that allows developers to run JavaScript code outside the browser, typically on a server. It enables you to build fast, scalable web applications, real-time services like chat apps, and tools that handle a large number of simultaneous requests efficiently. Node.js uses an event-driven, non-blocking I/O model, which makes it lightweight and efficient — perfect for data-intensive applications that need to run in real-time. It also comes with npm (Node Package Manager), providing access to thousands of libraries, making development easier and faster.
  • Published on
    In this blog post, I will teach you how to connect a MySQL database with Node.js and Express using TypeScript in a beginner-friendly manner. You will learn how to create a Node.js and Express.js server with TypeScript. After that, I will show you how to connect to a MySQL database and execute CRUD operations. I will be using a sample SQL file for basic CRUD operation queries, which you can download from my GitHub link.