Skip to content
View s-arslaan's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report s-arslaan

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

Hi πŸ‘‹, I'm Arslaan Shaikh

Passionate about the entire software development process from Design to deployment as well as Resolving Daily Consumer Problems.
Developing for 2+ years on frameworks like CodeIgniter & OpenCart with an intermediate experience on MERN application development.

  • πŸ”­ I’m currently working in Arachnomesh Technologies as a Software Engineer

  • 🌱 I’m currently learning React JS, Node JS, as well as brushing up my Data Structures and Algorithms (DSA)

  • πŸ‘― I’m currently collaborating on Channelier.com - An FMCG ERP by Arachnomesh Technologies Pvt. Ltd.

  • πŸ‘¨β€πŸ’» All of my projects are available at GitHub

  • πŸ“« How to reach me shaikharslaan1234@gmail.com

  • πŸ“„ Know More: Resume


About Me

document.write("Hi πŸ‘‹, I'm Arslaan Shaikh");
Developer dev = new Developer("Arslaan Shaikh");

const Arslaan = {
  pronouns: ['He', 'Him'],
  status: 'Student', 'SDE at Arachnomesh Technologies',
  technologies: {
    frontEnd: [ 'HTML', 'CSS', 'JavaScript', 'Bootstrap', 'React' ],
    backEnd: [ 'PHP','Codeigniter','MySQL', 'NodeJS', 'Express', 'Mongodb' ]
  },
  askMeAbout: [ 'BackEnd-Tech', 'MVC', 'Problem Solving' ],
  learning: [ 'DSA', 'React Js', 'Node JS' ]
};

if (succeed == false){
  tryAgain();
}
else{
  party();
}

Connect with me at:

arslaan-linkedin



s-arslaan 


s-arslaan

Pinned

  1. rsa rsa Public

    RSA Algorithm Codeigniter

    PHP

  2. rsa_algorithm rsa_algorithm Public

    Simple RSA implementation using custom built encryption and decryption APIs

    HTML

  3. cvss_calculator cvss_calculator Public

    cvss calculator based on user input

    HTML

  4. employee_management employee_management Public

    An Employee Management tool based on Codeigniter 4.3

    PHP

  5. Answer-Sheet-Tracker Answer-Sheet-Tracker Public

    A C++ program built to make OMR (MCQ) checking extremely easy along with File Storing feature and using colors for better output appearance in Command Line.

    C++