Skip to content
View affan880's full-sized avatar

Organizations

@Orionis-Labs @ieeensakcet
Block or Report

Block or report affan880

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
affan880/README.md
// Initializing JavaScript...
console.log("Initializing JavaScript...");

// JavaScript is ready to use.
console.log("JavaScript is ready to use.");

// To contact me, please send me a message to [email protected].
const email = '[email protected]';
const emailLink = `${email}`;
console.log(`To contact me, please send me a message to ${emailLink}.`);

// For more details, please visit https://affan.codes or https://portfolio.affan.codes.
const portfolioUrl = 'https://affan.codes';
const portfoliov2Url = 'https://portfolio.affan.codes';
console.log(`For more details, please visit ${portfolioUrl} or ${portfoliov2Url}.`);

// MacBook-Pro:~ affan880$
console.log("MacBook-Pro:~ affan880$");
const websiteUrl = 'affan.codes';

const me = {
  title: 'Full Stack Developer',
  contactInfo: {
    email: '[email protected]',
    linkedIn: 'https://www.linkedin.com/in/syed-affan/',
    github: 'https://github.com/affan880',
    portfolio: 'https://affan.codes',
    website: `https://${websiteUrl}`,
    resume: `https://ik.imagekit.io/affan/Syed_Affan_CV.pdf`,
  },
  javascriptInfo: {
    experienceYears: 2
    projectsCount: 'Many!', // And counting... :)
    apps: {
      android: {
        hasPublishedApps: true,
        appsCount: 5,
      },
    ios: {
        hasPublishedApps: false,
        appsCount: 2,
      },
    },
    useReact: true,
    useReactNative: true,
    useFirebase: true,
    useTypeScript: true,
    useNodeJS: true,
    doLocalization: true,
    doResponsiveDesign: true,
    doUIUXDesign: true,
  },
  otherSkills: [
    'UI / UX',
    'MongoDB',
    'NodeJS',
    'HTML / CSS',
    'TypeScript',
    'React',
    'NextJS',
  ],
  projects: [
    {
      name: 'Academic ally app',
      role: 'Senior JavaScript Developer',
      platforms: { androidVersion: true, iosVersion: false},
    },
    {
      name: 'Academic ally web app',
      role: 'Senior JavaScript Developer',
      platforms: { webVersion: true },
      url: 'https://app.getacademically.co',
    },
    {
      name: 'ULikeMe',
      role: 'JavaScript Developer',
      platforms: { androidVersion: true, iosVersion: true },
    },
    {
      name: 'Worketzy',
      role: 'JavaScript Developer',
      platforms: { androidVersion: true, iosVersion: true },
    },
    {
      name: 'IEEE Nsakcet',
      role: 'JavaScript Developer',
      platforms: { webVersion: true },
    },
  ],
  status: {
    learningCoolStuff: true,
    openToNewProjects: true,
  },
};

console.log(me);

Apps on Stores

Android apps on Play Store

Some stuff I've used

JS  react  redux  nextJs  Firebase  NodeJS  NPM  Express  TypeScript  JavaScript  HTML  CSS  NextJS  React  Android Studio  Vscode  Slack  Jira    Jira 

Popular repositories Loading

  1. affan880.github.io affan880.github.io Public

    Forked from arifszn/gitprofile

    🚀 Create a dynamic portfolio by just providing your GitHub username.

    JavaScript 1

  2. Algo-Phantoms-Frontend Algo-Phantoms-Frontend Public

    Forked from Algo-Phantoms/Algo-Phantoms-Frontend

    Website of Algo Phantoms, an Open Source organization focuses on Data Structure and Algorithms.

    HTML

  3. Awesome-JavaScript-Projects Awesome-JavaScript-Projects Public

    Forked from Vishal-raj-1/Awesome-JavaScript-Projects

    This Repository contain awesome vanilla JavaScript projects.

    JavaScript

  4. pi6_web pi6_web Public

    Forked from Orionis-Labs/pi6_web

    JavaScript

  5. Worketzy Worketzy Public

    A simple platform for job seeker and recruiter to apply for jobs or hire candidates.

    JavaScript 1

  6. expo-firebase-phonenumber-auth-starter expo-firebase-phonenumber-auth-starter Public

    Forked from thareekanvar/expo-firebase-phonenumber-auth-starter

    expo firebase phone number authentication starter kit

    JavaScript