Skip to content

civilcoder55/civilcoder55

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Hi there πŸ‘‹ !

About Me πŸ‘¨β€πŸ’»

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");
});

Social & Contacts πŸ“±


My Github Stats πŸ“‰


My Top Languages πŸ“š


Tools I Usually Use πŸ› οΈ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published