Skip to content
View mirajehossain's full-sized avatar
๐Ÿงจ
DO NOT DISTURBED
๐Ÿงจ
DO NOT DISTURBED

Organizations

@CHEQPlease
Block or Report

Block or report mirajehossain

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

Miraje's Github Stats

Hi there! ๐Ÿ‘‹

Twitter Follow LinkedIn Connect Gmail

Software Engineer
Dreamer, Problem solver, Learner

I am passionate about designing and developing backend API's, databases, microservices, and client applications with good software development practices and principles.

I am autodidact to exploring new areas of science and technologies, love to solve problems and constantly learn from the experience.

๐Ÿ”ญ Currently working on:

  • Nodejs, Python, Golang
  • Express, Nestjs, Django
  • PostgreSQL, MySQL, Mongodb, Redis
  • Docker, k8s, RabbitMQ

Technologies I've worked with.:

{
  "languages": ["Javascript", "Typescript", "Python", "Golang", "C/++"],
  "frameworks/libraries": {
    "backend": ["Nodejs", "Expressjs","NestJS", "Django"],
    "frontend": ["Angular", "Bootstrap"]
  },
  "database": ["Mysql", "PostgreSQL", "MongoDB", "Redis"],
  "misc": [
    "Docker",
    "AWS(EC2, S3, Elastic transcoder, SQS, SNS)",
    "Git",
    "Kubernetes",
    "Nginx",
    "RabbitMQ",
    "gRPC"
  ]
}

Pinned

  1. nodejs-grpc-example-typescript nodejs-grpc-example-typescript Public template

    gRPC example with nodejs/typescript using postgres database

    JavaScript 7

  2. life-charger life-charger Public

    Life coding..... ๐Ÿ™‚

    C++ 1 1

  3. aws-s3-helpers aws-s3-helpers Public

    aws s3 download, upload, zip and many more

    JavaScript 6

  4. ubuntu-server-hardening checklist ubuntu-server-hardening checklist
    1
    # Ubuntu-Server-Hardening
    2
    
                  
    3
    ### 1. Secure Shared Memory
    4
    #### What is shared memory?
    5
    Shared memory is an efficient means of passing data between programs. Because two or more processes can use the same memory space, it has been discovered that, since shared memory is, by default, mounted as ` read/write`, the `/run/shm` space can be easily exploited.