Hi,

Frontend | React.js | Blueprints to Browser

With continuous practice, I craft software that's sleek and powerful, setting new standards effortlessly.

About

      class Haseebkn {
      ··// I'm the trailblazer here;
      ··// My skills are a universe expanding.
      ··constructor() {
      ····this.name = 'Muhammad Haseeb'
      ····this.address = 'Islamabad'
      ····this.number = '+92 305 5991680'
      ····this.email = 'haseeb.devv@gmail.com'
      ··}
      ··workExperience() {
      ····return [
      ······{
      ········company: 'Node Software',
      ········position: 'Shopify | React JS | Next JS Developer',
      ········since: 'Jan 2025 - Present'
      ······},
      ······{
      ········company: 'Uptek Company',
      ········position: 'Shopify Developer',
      ········since: '2023 - Jan 2025'
      ······}
      ····]
      ··}  
      ··portfolio() {
      ····return [
      ······// Shopify Projects
      ······{ 'Azo-products'        : 'https://azo-products.com/' },
      ······{ 'Archejerky'          : 'https://archerjerky.com/' },
      ······// Next & React JS Projects
      ······{ 'Vaultify'            : 'https://vaultify-v1.vercel.app/' }
      ······{ 'Save API Keys'       : 'https://different-api-keys.vercel.app/' }
      ······{ 'Image Gallery'       : 'https://your-gallery01.netlify.app/' },
      ······{ 'Advanced Notes'      : 'https://my-safe-data.vercel.app/' },
      ······{ 'React Registration'  : 'https://react-framer-form.vercel.app/' },
      ······{ 'Weather App'         : 'https://check-live-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', 'Wordpress',
      ............ 'Shopify','Figma/Sketch','PHP','Typescript' ]
      ··}
      }
    
    class Haseebkn {
    ··// I'm the trailblazer here;
    ··// My skills are a universe expanding.
    ··constructor() {
    ····this.name = 'Muhammad Haseeb'
    ····this.address = Islamabad
    ····this.number = '+92 305 5991680'
    ····this.email = 'haseeb.devv@gmail.com'
    ··}
    ··workExperience() {
    ····return [
    ······{
    ········company: 'Node Software',
    ········position: 'Shopify | React JS | Next JS Developer',
    ········since: 'Jan 2025 - Present'
    ······},
    ······{
    ········company: 'Uptek Company',
    ········position: 'Shopify Developer',
    ········since: '2023 - Jan 2025'
    ······}
    ····]
    ··}  
    ··portfolio() {
    ····return [
    ······// Shopify Projects
    ······{ 'Azo-products'        : 'https://azo-products.com/' },
    ······{ 'Archejerky'          : 'https://archerjerky.com/' },
    ······// Next & React JS Projects
    ······{ 'Vaultify'            : 'https://vaultify-v1.vercel.app/' }
    ······{ 'Save API Keys'       : 'https://different-api-keys.vercel.app/' }
    ······{ 'Image Gallery'       : 'https://your-gallery01.netlify.app/' },
    ······{ 'Advanced Notes'      : 'https://my-safe-data.vercel.app/' },
    ······{ 'React Registration'  : 'https://react-framer-form.vercel.app/' },
    ······{ 'Weather App'         : 'https://check-live-weather.vercel.app/' }
    ····]
    ··}
    ··skills() {
    ····return [ 'HTML / CSS', 'JAVASCRIPT',
    .............'React', 'SQL',
    .............'Bootstrap / Tailwind', 'SCSS/Less' 
    ............. 'Figma/Sketch', 'Shopify', 
    .............'Wordpress', 'Bubble','Typescript' ]
    ··}
    }