Hi,

Frontend | Shopify | Concept to Code

Through constant practice & learning, I produce aesthetic software to an extremely high standard.

About

  class Shaheerkn {
  ··// I can, because I did.
  ··// My vast variety of skills is continuously expanding.
  ··constructor() {
  ····this.name = 'Muhammad Shaheer'
  ····this.dayOfBirthTimestamp = 602745592
  ····this.email = 'shaheer.devv@gmail.com'
  ··}
  ··workExperience() {
  ····return [
  ······{ '2022-now' : 'Frontend developer - Uptek' }
  ······{ '2022-now' : 'Freelance developer - Softoo' }
  ······{ '2022-now' : 'Freelance developer - SCT' }
  ······{ '2020-now' : 'Freelance developer - Upwork' }
  ····]
  ··}
  ··portfolio() {
  ····return [
  ······{ 'backflip'  : 'https://letsbackflip.com/' }
  ······{ 'farminbox' : 'https://www.farminbox.in/' }
  ······{ 'joovv'     : 'https://joovv.com/' }
  ······{ 'morgan'    : 'https://morganjuliadesigns.com/' }
  ······{ 'flybean'   : 'https://www.flybean.com/' }
  ······{ 'rockable'  : 'https://rockabledesign.com/' }
  ······{ 'rockableV2': 'https://rockabledesign.com/v2/' }
  ······{ 'softoo'    : 'https://softoo.co/' }
  ······{ 'smile'     : 'https://smileumzug.ch' }
  ······{ 'stremo'    : 'https://stremo.in/' }
  ······{ 'sct'       : 'https://sctechglobal.com/' }
  ······{ 'fluidbio'  : 'https://fluidbiomed.com/' }
  ····]
  ··}
  ··funProjects() {
  ····return [
  ······{ 'what is my screen resolution' }
  ····]
  ··}
  ··skills() {
  ····return [ 'HTML/CSS', 'JAVASCRIPT', 'React', 'Vue.js', 
  ............ 'Bootstrap/Tailwind', 'SCSS', 'Wordpress themes',
  ............ 'Shopify themes','Figma/Sketch' ]
  ··}
  }
class Shaheerkn {
··// I can, because I did.
··// My vast variety of skills is continuously expanding.
··constructor() {
····this.name = 'Muhammad Shaheer'
····this.dayOfBirthTimestamp = 602745592
····this.email = 'shaheer.devv@gmail.com'
··}
··workExperience() {
····return [
······{ '2022-now' : 'Frontend developer - Uptek' }
······{ '2022-now' : 'Freelance developer - SCT' }
······{ '2022-now' : 'Freelance developer - Softoo' }
······{ '2020-now' : 'Freelance developer - Upwork' }
····]
··}
··portfolio() {
····return [
······{ 'farminbox' : 'https://www.farminbox.in/' }
······{ 'joovv'     : 'https://joovv.com/' }
······{ 'morgan'    : 'https://morganjuliadesigns.com/' }
······{ 'flybean'   : 'https://www.flybean.com/' }
······{ 'rockable'  : 'https://rockabledesign.com/' }
······{ 'rockableV2': 'https://rockabledesign.com/v2/' }
······{ 'softoo'    : 'https://softoo.co/' }
······{ 'smile'     : 'https://smileumzug.ch' }
······{ 'stremo'    : 'https://stremo.in/' }
······{ 'sct'       : 'https://sctechglobal.com/' }
······{ 'fluidbio'  : 'https://fluidbiomed.com/' }
····]
··}
··skills() {
····return [ 'HTML / CSS', 'JAVASCRIPT',
.............'React', 'Vue.js',
.............'Bootstrap / Tailwind', 'SCSS/Less' 
............. 'Figma/Sketch', 'Shopify themes'
.............'Wordpress themes' ]
··}
}