Skip to content

Commit

Permalink
Merge pull request namespacecomm#250 from Aniketsahu28/feat#241
Browse files Browse the repository at this point in the history
Added card for express and firebase in backend development
  • Loading branch information
pradeeptosarkar authored Oct 3, 2023
2 parents a0cf95b + c0b4c64 commit 33a6ef6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Pages/AllResources/Web.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,18 @@ const back = [
to: "/nodejs",
des: "Node.js: JavaScript runtime for building scalable server-side applications.",
},
{
title: "Express",
image:
"https://w7.pngwing.com/pngs/925/447/png-transparent-express-js-node-js-javascript-mongodb-node-js-text-trademark-logo.png",
to: "/expressjs",
des: "Express.js is a minimalist and flexible Node.js web application framework.",
},
{
title: "Firebase",
image:
"https://cdn.icon-icons.com/icons2/691/PNG/512/google_firebase_icon-icons.com_61474.png",
to: "/firebase",
des: "Firebase: Google's app development platform with authentication, real-time database, and hosting tools.",
},
];

0 comments on commit 33a6ef6

Please sign in to comment.