Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.25 KB

Hi 👋, I'm Saurabh Ranjan 👨‍💻

A passionate backend developer from India.

Linkedin stackoverflow

👨‍🎓 Computer Engineer from I.G.N.O.U

export default () => ({
  pronouns: "He" | "Him",
  askMeAbout: [
    'webdev', 'tech', 'stories', 'books'
  ],
  technologies: {
    frontEnd: {
      js: ['es6', 'react', 'Svelte', 'next.js' ],
      css: ['bootstrap','tailwind'],
    },
    backEnd: {
      js: ['node', 'express'],
      php: ['laravel', 'yii']
    },
    headless: {
     js: ['gatsby', 'nextJs']
    }
    cms: ['wordPress', 'craftCms' ],
    languages: ['php', 'javascript' ],
    databases: ['MySQL', 'mongoDB' ]
  },
});

 insaurabh