Skip to content
View civilcoder55's full-sized avatar
πŸŒ€
πŸŒ€

Block or report civilcoder55

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
civilcoder55/README.md

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

Social & Contacts πŸ“±

Pinned Loading

  1. tsami tsami Public

    A TypeScript implementation of the Asterisk Manager Interface (AMI) client for Node.js, inspired by nami.

    TypeScript

  2. civilcoder55.github.io civilcoder55.github.io Public

    A blog and brand website πŸ“πŸ’» built with HUGO the static site generator.

    HTML

  3. elasticsearch-cheat-sheet elasticsearch-cheat-sheet Public

    Elasticsearch cheat sheet for important API endpoints and actions

    2

  4. django-collector-app django-collector-app Public

    open-source Django web app & Twitter bot to pull Twitter threads into a blog post to read/save easily.

    Python 2

  5. laravel-laposta laravel-laposta Public

    Laravel web application to schedule social media posts for later publishing

    PHP 10 5

  6. streaming-app streaming-app Public

    video on demand adaptive streaming service built with nodejs

    JavaScript 10 6