No Security Risks Detected
This domain appears to be safe and secure
Disclaimer: This assessment is based on automated analysis of publicly available information. Results are for informational purposes only. For critical applications, consult security professionals.
Scan Information
Refresh page after 10 minutes
for updated results
Page Information
Host Information
Technologies
SSL Certificate
Performance Statistics
HTTP Headers
Technology Stack Analysis
HSTS
HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.
Cloudflare
Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.
HTTP/3
HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.
External Links 11
LuxeCarry is a fully-functional e-commerce platform built with HTML, Tailwind CSS, and a Node.js/Express backend.
luxecarry.onrender.com
Real-Time Location Tracking and Routing with Node.js, Express, Socket.IO, Leaflet, and Leaflet Routing
realtimelocationtracker-918r.onrender.com
A real-time multiplayer chess application socket.io and chess.js with realtime player and spectator,with prevention of false moves
chesmate.onrender.com
View source code on github
github.com
Hashnode
hashnode.com
My Backend Architecture Journey at Hosla When you're building a real-world software product, especially in a team setting, your backend architecture often evolves with time. That’s exactly what happened to me while developing the backend for Hosla, a mental health platform that involves machine learning prediction, chatbots, user authentication, and social interactions.....
microservices-hosla.hashnode.dev
How to Integrate Stripe Payment Gateway in Node.js Stripe is one of the most popular and developer-friendly payment gateways available today. It enables you to accept online payments securely and effortlessly. In this tutorial, I’ll show you how to integrate Stripe into a Node.js backend application from scratch. By the end of this guide, you will be able to accept payments via Stripe with a simple API endpoint.
cloudinary-and-stripe-integration.hashnode.dev
Restructuring my Ecom Fullstack Project Restructuring my Ecom Fullstack Project Hey everyone, as I mentioned earlier, I used to work at HOSLA, an NGO startup, where I made the complete back end of the mental health service and also worked on all other services. After working there and applying all my new learnings, when I looked back, I found my personal project was kind of messy — not modular, no custom errors, no custom logs, no global error handler, no async handler (to wrap the function so if an error arrives, it is sent to the global error handler) — just messy try-and-catch blocks. No controllers, just doing all the tasks in the router. I also had to add proper spacing and remove extra commas.
restructuring-my-ecom-fullstack-project.hashnode.dev
How we integrate Cloudinary with Multer in node js app saving the url in MongoDB Alright — let’s break it down step-by-step so you not only know how to integrate Cloudinary with Multer in a Node.js app, but also why each step is done, and how to store the image URL in MongoDB. We’ll go through: Understanding the tech stack Project setup Cloudinary configuration Multer setup Integration logic Saving URL to MongoDB Example complete code Flow explanation 1️ Understanding the Stack Multer → Middleware for handling multipart/form-data (file uploads) in Node.js. Cloudinary → Cloud-based image& video storage service. MongoDB → Database to store image metadata (like URLs) instead of the actual image file. Mongoose → ODM for MongoDB. Flow: Client sends an image in a POST request. Multer temporarily stores it in memory or a temp folder. Cloudinary’s SDK uploads that image from memory/temp folder to the cloud. Cloudinary returns a secure_url. Save that URL in MongoDB. Cloudinary Configuration Go to Cloudinary → Create a free account. Get your cloud name, API key, and API secret from the Dashboard. Create .env file Multer Setup Here we use memory storage so we can send the file directly to Cloudinary without saving it locally.
cloudinary-and-stripe-integration.hashnode.dev
www.linkedin.com
x.com