subrata.hashnode.devUnderstanding Asynchronous & Callback Functions in JavaScript🛳When learning JavaScript, concepts like asynchronous, callbacks and anonymous functions can be hard to understand or distinguish. In this post, we will explore these concepts. To do this, I will use a popular JavaScript library called P5.js. P5.js is...Feb 8, 2025·5 min read
subrata.hashnode.devThe reality of security! 🔐The reality! There will nothing be "100% secured!". Because... "Whatever can be built by the human, can also be broken by the human!" We only can delay the hack & buy more time in the process... That's all..💭Sep 10, 2024·1 min read
subrata.hashnode.devReact on Firebase!🔥: Part 5Creating a Firebase project and database can be overwhelming for beginners because it involves multiple steps. So, I will break down the process into three simple steps and include important images for each step. ➡ Step 1: Setting up a Firebase proje...Sep 2, 2024·9 min read
subrata.hashnode.devReact on Firebase!🔥: Part 4In this part of the series (Part 4), we will add a delete function so users can remove tasks. Next to each task, we will add a delete button that can be used to delete a specific task. We will also add a pre-delete confirmation to prevent accidental ...Sep 2, 2024·4 min read
subrata.hashnode.devReact on Firebase!🔥: Part 3In the last part of the series (Part 2), we added a feature for adding tasks and input validation. In this part, we will update our App.jsx file to add two more functionalities: toggleTaskDone and sort. When the user clicks on a task to mark it as co...Sep 2, 2024·5 min read