Hi,

Frontend | React.js | Concepts to Browser

Through consistent practice, I design sleek, high-performance software that quietly sets new standards.

About

      class Haseebkn {
      ··// I'm the trailblazer here;
      ··// My skills are a universe expanding.
      ··constructor() {
      ····this.name = 'Haseeb Khan'
      ····this.address = 'Islamabad'
      ····this.number = '+92 314 7945594'
      ····this.email = 'haseeb.devv@gmail.com'
      ··}
      ··workExperience() {
      ····return [
      ······{
      ········company: 'Node Agency',
      ········position: 'Shopify | React JS | Next JS Developer',
      ········since: 07/2024 - Present
      ······},
      ······{
      ········company: 'Uptek',
      ········position: 'Shopify | React JS Developer',
      ········since: '05/2022 - 07/2024'
      ······}
      ····]
      ··}  
      ··portfolio() {
      ····return [
      ······// Shopify Projects
      ······{ 'HudsonValley'           : 'https://hudsonvalleyfisheries.com/' }
      ······{ 'Wooj'                   : 'https://wooj.design/' }
      ······{ 'Nulastin'               : 'https://nulastin.com/' }
      ······{ 'Azo-products'           : 'https://azoproducts.com/' }
      ······{ 'Archejerky'             : 'https://archerjerky.com/' }
      ······{ 'HetiProducts'           : 'https://hetiproducts.com/' }
      ······// Web Apps and Projects
      ······{ 'Ecommerce Store'        : 'https://ecommerce-haseeb.vercel.app/' }
      ······{ 'Secure Notes'           : 'https://secure-notes1.vercel.app/' }
      ······{ 'Global Live Chat'       : 'https://live-chats.vercel.app/' }
      ······{ 'KeyVault API Manager'   : 'https://keyvault-api-manager.vercel.app/' }
      ······{ 'Image Gallery'          : 'https://your-gallery01.netlify.app/' }
      ······{ 'Notesync Secure'        : 'https://notesync-secure.vercel.app/' }
      ······{ 'Userflow Register'      : 'https://userflow-register.vercel.app/' }
      ······{ 'Skycast Weather'        : 'https://skycasts-weather.vercel.app/' }
      ····]
      ··}
      ··myinfo() {
      ····return [
      ······{ 'Resume to Download'     : 'Download' }
      ····]
      ··}
      ··funProjects() {
      ····return [
      ······{ 'what is my screen resolution' }
      ····]
      ··}
      ··skills() {
      ····return [ 'HTML/CSS', 'JAVASCRIPT', 'React', 'SQL', 
      ............ 'Bootstrap/Tailwind', 'SCSS', 'Next JS',
      ............ 'Shopify','Figma/Sketch','PHP','Typescript' ]
      ··}
      }
    
    class Haseebkn {
    ··// I'm the trailblazer here;
    ··// My skills are a universe expanding.
    ··constructor() {
    ····this.name = 'Haseeb Khan'
    ····this.address = Islamabad
    ····this.number = '+92 314 7945594'
    ····this.email = 'haseeb.devv@gmail.com'
    ··}
    ··workExperience() {
    ····return [
    ······{
    ········company: 'Node Agency',
    ········position: 'Shopify | React JS | Next JS Developer',
    ········since: 07/2024 - Present
    ······},
    ······{
    ········company: 'Uptek',
    ········position: 'Shopify | React JS Developer',
    ········since: '05/2022 - 07/2024'
    ······}
    ····]
    ··}  
    ··portfolio() {
    ····return [
    ······// Shopify Projects
    ······{ 'HudsonValley'           : 'https://hudsonvalleyfisheries.com/' }
    ······{ 'Wooj'                   : 'https://wooj.design/' }
    ······{ 'Nulastin'               : 'https://nulastin.com/' }
    ······{ 'Azo-products'           : 'https://azoproducts.com/' }
    ······{ 'HetiProducts'           : 'https://hetiproducts.com/' }
    ······{ 'Archejerky'             : 'https://archerjerky.com/' }
    ······// Web Apps and Projects
    ······{ 'Ecommerce Haseeb'       : 'https://ecommerce-haseeb.vercel.app/' }
    ······{ 'Secure Notes'           : 'https://secure-notes1.vercel.app/' }
    ······{ 'Global Live Chat'       : 'https://global-live-chats.vercel.app/' }
    ······{ 'KeyVault API Manager'   : 'https://keyvault-api-manager.vercel.app/' }
    ······{ 'Image Gallery'          : 'https://your-gallery01.netlify.app/' }
    ······{ 'Notesync Secure'        : 'https://notesync-secure.vercel.app/' }
    ······{ 'Userflow Register'      : 'https://userflow-register.vercel.app/' }
    ······{ 'Skycast Weather'        : 'https://skycasts-weather.vercel.app/' }
    ····]
    ··}
    ··myinfo() {
    ····return [
    ······{ 'Resume to Download'     : 'Download' }
    ····]
    ··}
    ··funProjects() {
    ····return [
    ······{ 'what is my screen resolution' }
    ····]
    ··}
    ··skills() {
    ····return [ 'HTML/CSS', 'JAVASCRIPT', 'React', 'SQL', 
    ............ 'Bootstrap/Tailwind', 'SCSS', 'Next JS',
    ............ 'Shopify','Figma/Sketch','PHP','Typescript' ]
    ··}
    }