const express = require("express");
const app = express();
app.get("/info", (req, res, next) => {
  return res.json({
    name: "Omar.A",
    email: "[email protected]",
    role: "Backend Engineer",
    about:
      `Experienced and highly skilled back-end engineer with +4 years of expertise in designing, developing,
       and maintaining secure, scalable, and high-performing back-end systems.
       Results-driven with a deep interest in low-level concepts,
      exploring the open-source world, and VoIP applications.`,
    availableForHiring: false,
  });
});
app.listen(3000, () => {
  console.log("π Server running on port 3000");
});
π
    Pinned Loading
- 
  tsamitsami PublicA TypeScript implementation of the Asterisk Manager Interface (AMI) client for Node.js, inspired by nami. TypeScript 
- 
  civilcoder55.github.iocivilcoder55.github.io PublicA blog and brand website ππ» built with HUGO the static site generator. HTML 
- 
  elasticsearch-cheat-sheetelasticsearch-cheat-sheet PublicElasticsearch cheat sheet for important API endpoints and actions 
- 
  django-collector-appdjango-collector-app Publicopen-source Django web app & Twitter bot to pull Twitter threads into a blog post to read/save easily. Python 2 
- 
  laravel-lapostalaravel-laposta PublicLaravel web application to schedule social media posts for later publishing 
- 
  streaming-appstreaming-app Publicvideo on demand adaptive streaming service built with nodejs 
          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.



