From 18df7355874dfed6c27222d1a106e6441af1f5f7 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Sat, 3 Dec 2022 15:51:38 +0530 Subject: [PATCH] =?UTF-8?q?feat(razorpay):=20update=20job=20role=20?= =?UTF-8?q?=F0=9F=9A=80=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(razorpay): update job role 🚀 * build: update version number --- content/about/index.md | 4 ++-- content/hero/index.md | 2 +- content/jobs/Razorpay/index.md | 6 +++--- package.json | 2 +- src/components/author.js | 4 ++-- src/config/index.js | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/about/index.md b/content/about/index.md index 76f2b94..940c315 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -10,10 +10,10 @@ skills: - HTML5 & CSS3 --- -Howdy! I'm Ayush Gupta. A web & mobile app developer, who enjoys building, learning and exploring things that live on the web. +Howdy! I'm Ayush Gupta. A web & mobile app developer, who enjoys building, learning and exploring things that live on the web. Fondly known as **GuptaJi**. My fingers are either on a keyboard or on the [shutter](https://www.instagram.com/_.guptaji._/) button. -I'm currently working as a **Mobile Frontend Engineer** at [Razorpay](https://razorpay.com/) - India's payment product suite for businesses, where I'm a part of our payments mobile [app](https://play.google.com/store/apps/details?id=com.razorpay.payments.app) team. +I'm currently working as a **Senior Mobile Frontend Engineer** at [Razorpay](https://razorpay.com/) - India's payment product suite for businesses, where I'm a part of our payments mobile [app](https://play.google.com/store/apps/details?id=com.razorpay.payments.app) team. Here are a few technologies I love working on: diff --git a/content/hero/index.md b/content/hero/index.md index 95c7a49..f5565ce 100644 --- a/content/hero/index.md +++ b/content/hero/index.md @@ -9,4 +9,4 @@ I'm a [developer](https://github.com/gupta-ji6) and a passionate [photographer]( I often [write](/blog) blogs and occasionaly design things. -Mobile Frontend Engineer at [Razorpay](https://razorpay.com/). +Senior Mobile Frontend Engineer at [Razorpay](https://razorpay.com/). diff --git a/content/jobs/Razorpay/index.md b/content/jobs/Razorpay/index.md index 754dd8b..854f003 100644 --- a/content/jobs/Razorpay/index.md +++ b/content/jobs/Razorpay/index.md @@ -1,6 +1,6 @@ --- date: '2021-08-09' -title: 'Mobile Frontend Engineer' +title: 'Senior Frontend Engineer' company: 'Razorpay' location: 'Bengaluru, IND' range: 'Aug 2021 - Present' @@ -8,6 +8,6 @@ url: 'https://razorpay.com/' show: 'true' --- -- Started working with [Payments mobile app](https://razorpay.com/payments-app/) team -- Getting my hands dirty on React Native, Apollo, GraphQL, Jest, [Blade](https://github.com/razorpay/blade) and the inevitable JIRA. +- Working on building & enhancing the [Payments mobile app](https://razorpay.com/payments-app/) of Razorpay. +- Getting my hands dirty on [React Native](https://reactnative.dev/), [Apollo](https://www.apollographql.com/), [GraphQL](https://graphql.org/), [Jest](https://jestjs.io/), [Blade](https://github.com/razorpay/blade) and the inevitable JIRA. - So much of new stuff to learn :) diff --git a/package.json b/package.json index 35cedcf..5e10f26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ayushgupta.tech", "description": "Ayush Gupta Portfolio", - "version": "3.3.0", + "version": "3.4.0", "author": "Ayush Gupta ", "repository": { "type": "git", diff --git a/src/components/author.js b/src/components/author.js index 91d21d8..60c487f 100644 --- a/src/components/author.js +++ b/src/components/author.js @@ -68,8 +68,8 @@ const Author = ({ showBg = false }) => { {`Ayush Gupta `} is a Web & Mobile Application Developer who is passionate about photography, writes blogs - and occasionaly designs. Currently working as a Mobile Frontend Engineer at Razorpay. - Fondly known as GuptaJi. + and occasionaly designs. Currently working as a Senior Mobile Frontend Engineer at + Razorpay. Fondly known as GuptaJi. diff --git a/src/config/index.js b/src/config/index.js index 8f7faf0..e9a2a44 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -1,7 +1,7 @@ module.exports = { siteTitle: 'Ayush Gupta - Developer, Photographer, Blogger & Designer | GuptaJi', siteDescription: - 'Ayush Gupta is a Web & Mobile Application Developer who is passionate about photography, writes blogs and occasionaly designs. Mobile Frontend Enginner at Razorpay. Fondly known as GuptaJi.', + 'Ayush Gupta is a Web & Mobile Application Developer who is passionate about photography, writes blogs and occasionaly designs. Senior Mobile Frontend Enginner at Razorpay. Fondly known as GuptaJi.', siteKeywords: 'Ayush Gupta, Ayush, Gupta, guptaji, software engineer, front end engineer, web developer, react, reactjs, react native, react native developer, javascript, gupta ji, developer, photographer, kota, razorpay, frontend engineer ', siteUrl: 'https://ayushgupta.tech',