nbasak.hashnode.dev🚀 Mastering ReactJS: A Complete Guide from Fundamentals to Advanced ConceptsIn today’s fast-paced web development world, building fast, scalable, and maintainable applications is essential. ReactJS, developed and maintained by Facebook (Meta), has become one of the most popular JavaScript libraries for creating modern user i...1d ago·5 min read
nbasak.hashnode.dev🚀 Building a Facebook‑Like Web App with Node.js & EJSMini‑Project‑1‑FB‑like‑app is a compact but fully functional prototype of a social media platform—think simplified Facebook. Built using Node.js, Express, EJS, and MongoDB, it supports user registration, login, posting, liking, and post editing for a...Jun 10, 2025·3 min read
nbasak.hashnode.dev🚀 Introducing MongodbwebappMongodbwebapp is a lightweight web application built with Node.js, Express, EJS, and MongoDB. It offers a hands‑on starter template for developers aiming to connect a MongoDB backend with dynamic, server-side rendered pages. https://github.com/NilaBe...Jun 10, 2025·3 min read
nbasak.hashnode.devUnderstanding Swing and AWT in JavaIn today’s GUI-centric world it is expected that java program would let a program interact with user using GUI elements like text boxes, push button, radio buttons, check boxes, etc. To facilitate this interaction java provides two libraries Active W...Jan 8, 2025·4 min read
nbasak.hashnode.devUnderstanding Classes and Objects in JavaConfused between Objects and Classes no worries!!!!! This article will clear all the concepts of Objects and Classes. Java, being and Object-Oriented Programming language, revolves around the concept of classes and objects. If you’re new to Java, und...Jan 5, 2025·5 min read