Git Product home page Git Product logo
// 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 

Syed Affan's Projects

algo-phantoms-frontend icon algo-phantoms-frontend

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

ieee-website icon ieee-website

IEEE Student Branch website of Nawab Shah Alam Khan College of Engineering and Technology.

storj-cloud-ui icon storj-cloud-ui

💾 Cross platform UI application that allows users to upload, download and manage files from the decentralized @Storj network storage

ulikeme icon ulikeme

A Dating app made using react native and firebase

worketzy icon worketzy

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.