Skip to content
View Saifurrahmanemon's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@EarnestFintechDev
Block or Report

Block or report Saifurrahmanemon

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

Bio

  • 🏒 I'm currently working as a Software Developer @ Earnest Data Analytics Private Limited
  • βš™οΈ I use daily: .js, .ts, .tsx, .py
  • 🌍 I'm mostly active within the Javascript Community
  • πŸ“« Reach me: LinkedIn
function bio() {
    const username = 'Saifurrahmanemon';
    const bio = 'Tech enthusiast, with a constantly growing love for languages.';
    const toolbox = {
        frontend: ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'React.JS', 'Next.JS', 'Svelte'],
        backend: ['Python', 'Django', 'Node.JS', 'GraphQL', 'Express'],
        database: ['PostgreSQL', 'SQLite3', 'Mongo DB', 'Redis'],
        devops: ['Docker', 'GitHub Actions', 'Heroku', 'Netlify'],
        misc: ['Firebase', 'GNU/Linux', 'AWS']
    };
    const architecture = ['RESTful API', 'Serverless', 'Microservices'];

    return {
        username,
        bio,
        toolbox,
        architecture,
    };
}

const me = bio();

πŸ“ˆ Problem Solving

Pinned Loading

  1. saifur.me saifur.me Public

    My Personal Site πŸ‘‹

    TypeScript

  2. utils-kit utils-kit Public

    Customizable and dependency-free TypeScript utility functions that you can easily add to your projects. Free. Open Source.

    TypeScript 4