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

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 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 πŸ› οΈ

Pinned

  1. a-journey a-journey Public

    My journey to build random stuff, and practice Backend Engineering, I will go from a Monolithic to MicroServices exploring and building cool stuff! πŸš€πŸ’»

    1

  2. 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

  3. laravel-laposta laravel-laposta Public

    Laravel web application to schedule social media posts for later publishing

    PHP 11 4

  4. streaming-app streaming-app Public

    video on demand adaptive streaming service built with nodejs

    JavaScript 7 4

  5. elasticsearch-cheat-sheet elasticsearch-cheat-sheet Public

    Elasticsearch cheat sheet for important API endpoints and actions

    1

  6. demo-rabbitmq-with-rails demo-rabbitmq-with-rails Public

    simple demo rails app to use rabbitmq

    Ruby 1