24 Feb JavaScript How to Fix Prompt Error in Node.js with JavaScript February 24, 2025 By Rick Bowen (JavaScript) 0 comments Hey there! If you’ve ever tried building a JavaScript program outside a browser, you might have run into the dreaded ReferenceError: pr... Continue reading
03 Feb JavaScript How to Build a Point Map with JavaScript February 3, 2025 By Rick Bowen (JavaScript) 0 comments If you're looking to create a visually appealing and interactive point map using JavaScript, you've come to the right place. Whether yo... Continue reading
30 Jan JavaScript Create a Number Guessing Game with HTML, CSS and JavaScript January 30, 2025 By Rick Bowen (JavaScript) 0 comments I’m thrilled to share that I’ve just completed my first project combining HTML, CSS, and JavaScript. It’s a simple yet exciting "Guess ... Continue reading
29 Jan JavaScript How to Make a From Login to Post-Login With Database Using JavaScript January 29, 2025 By Rick Bowen (JavaScript) 0 comments Today, I’m going to walk you through how I built a user authentication system for a web application with database using JavaScript. Thi... Continue reading
29 Jan JavaScript How to Create a Practical Form with JavaScript January 29, 2025 By Rick Bowen (JavaScript) 0 comments I’m your friendly neighborhood developer, and today I’m going to walk you through the process of creating a practical form using JavaSc... Continue reading
28 Jan JavaScript How to Convert a Decimal Number to Roman Numerals Using JavaScript January 28, 2025 By Rick Bowen (JavaScript) 0 comments I’m going to walk you through a fascinating project: converting decimal numbers to Roman numerals using JavaScript. Whether you're a be... Continue reading
27 Jan JavaScript Building a REST API Development with Jersey January 27, 2025 By Rick Bowen (JavaScript) 0 comments As a developer constantly looking for ways to improve my skills, I recently decided to dive into REST API development using Jersey, a p... Continue reading
20 Jan JavaScript How To Create a Responsive Form Using HTML, CSS and JavaScript January 20, 2025 By Rick Bowen (JavaScript) 0 comments Create a form validation system is essential to ensure that users input the correct data and prevent invalid or malicious entries. I wi... Continue reading
14 Jan JavaScript Build a Login System in NodeJS with Passport.js Authentication January 14, 2025 By Rick Bowen (JavaScript) 0 comments I'm excited to share a recent project that I successfully completed: developing a login page with authentication using Passport.js in N... Continue reading
09 Jan JavaScript How To Build Notes App Using HTML CSS and JavaScript January 9, 2025 By Rick Bowen (JavaScript) 0 comments I’ll walk you through a simple yet functional Note-Making App I created using HTML, CSS, and JavaScript. I’ll also enhance the project ... Continue reading