Skip to content
View ahmed-com's full-sized avatar
🟢
🟢

Block or report ahmed-com

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
ahmed-com/README.md

Hello there 👋, I'm Ahmed - aka Epistemer

From astrophysics to programming, I am a scientist at heart ❤️ and an engineer in practice 🛠️

trophy

GitHub Streak

GitHub stats

Top Langs

Languages & Tools used professionally

Languages

Golang

Python

Javascript

Typescript

PHP


Database Experience

Elastic Search

Postgresql

MySQL

Mongo

Redis


Frontend Frameworks

Vue

React

Angular

Alpine

D3


Backend Frameworks

Django

Django Rest Framework

Express

NestJS

Laravel


DevOps

Logstash

Nginx

Digitalocean

Gitlab

Docker


Dev Environment

Visual Studio Code

Bash

Postman

Swagger

Git

Pinned Loading

  1. gomla-backend gomla-backend Public

    TypeScript 1

  2. gomla-frontend gomla-frontend Public

    Vue

  3. solar-visualizer solar-visualizer Public

    part of my graduation project

    HTML

  4. strore-PWs strore-PWs Public

    a simple script to store the "have i been pwned" dataset from a text file to a databse table

    JavaScript

  5. a simple script to run in the browse... a simple script to run in the browser console to get the total length of youtube playlist
    1
    const elements = document.getElementsByClassName('style-scope ytd-thumbnail-overlay-time-status-renderer');
    2
    
                  
    3
    let totalDuration = 0;
    4
    
                  
    5
    for(let el of elements){
  6. dummy avatars dummy avatars
    1
    const https = require('https');
    2
    const fs = require('fs');
    3
    
                  
    4
    let counter = 13;
    5