const express = require("express");
const app = express();
app.get("/info", (req, res, next) => {
return res.json({
name: "Omar.A",
email: "temp.dev.56@gmail.com",
role: "Backend Developer",
about:
"self-taught developer, focused on back-end development, \
Passionate about software engineering. \
Seeking to design, and build secure, scalable, and high-performing back-end systems.",
availableForHiring: true,
});
});
app.listen(3000, () => {
console.log("Server running on port 3000");
});
π
Pinned Loading
-
civilcoder55.github.io
civilcoder55.github.io PublicA blog and brand website ππ» built with HUGO the static site generator.
HTML
-
django-collector-app
django-collector-app Publicopen-source Django web app & Twitter bot to pull Twitter threads into a blog post to read/save easily.
Python 2
-
laravel-laposta
laravel-laposta PublicLaravel web application to schedule social media posts for later publishing
-
streaming-app
streaming-app Publicvideo on demand adaptive streaming service built with nodejs
-
elasticsearch-cheat-sheet
elasticsearch-cheat-sheet PublicElasticsearch cheat sheet for important API endpoints and actions
-
demo-rabbitmq-with-rails
demo-rabbitmq-with-rails Publicsimple demo rails app to use rabbitmq
Ruby 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.