Skip to content

Releases: gupta-ji6/ayushgupta.tech

v3.4

03 Dec 10:24
18df735
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3...v3.4

v3.3

03 Dec 10:23
9e1ce65
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2...v3.3

v3.2

26 Nov 18:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1...v3.2

v3.1 - Razorpay 🚀

13 Aug 05:55
6ffacb2
Compare
Choose a tag to compare

Added Razorpay in work experience even though I have 5 days of work experience there. haha.

Stoked to announce that I have joined the rockstar mobile engineering team at Razorpay 🚀

You can and you should read about our work here - Behind The Scenes: Crafting Razorpay’s new mobile app

v3.0 - YOLO

19 Jul 07:30
Compare
Choose a tag to compare

This version adds the following improvements:

1. 🎧 Music Page

The 'Now Playing' feature I integrated with #16 received so much love from you all 🥰. I love indie music, & some people I have shared my music love my song recommendations too.

(don't believe me 😏? read below message)

image

Hence, I decided to make a dedicated page to show all of my music with fully dynamic Spotify API integration.

Now you can see everything listed below on Music Page:

Listings

All of this is powered by beautifully crafted hand-written custom hooks! 🤯

Also, the listing has the favorite animation I've built to date - I'm obsessed with it.

CD Animation

  1. Top Tracks (with range customization)
  2. Favourite Playlist
  3. Recently Played Tracks
  4. Recently Saved Tracks
  5. Top Artists (with range customization)
  6. Recently Saved Tracks

Song Recommendation

image

After building above, I was happily satisfied with it. Showed it to a couple of friends and from one response, I got an idea of adding a form where you can suggest songs.

Previously there was only this section.

image

Now it has turned into this:

image

(you're free to appreciate my design skills in comments)

2. 🙃 YOLO Migration to Gatsby v3

  • I don't know why I decided to do this, everything in my life was fine before. Anyways, I still did it & succeded 🚀 (after 654312 attempts). yay, YOLO! 🍻
  • Also, migrated from gastby-image to gatsby-plugin-image - which is reaaaallllyyy good!

3. 💅🏻 YOLO Upgrade to styled-components v5

this had no breaking changes but still gave me YOLO vibes 💖

4. ♿ Reduced Animations (if preferred)

Added a usePrefersReducedAnimation hook everywhere to reduce JS animation.
For CSS animation, add a media preference everywhere necessary.

5. 📥 Add Scriptified in Featured Projects

Moved Scriptified from other projects to featured.

6. 🍱 Updated OG Images

I can design stuff 24*7.

7. ⌨️ New Navigation & Menu Bar

  • new nav bar (jo ki phat bhi raha hai shayad 😭)
  • scrollbar styles

8. ♿ Focus Visible Polyfill

After adding a global focus style, I was getting styles when clicking also. :focus-visible enters the chat! I have added it's polyfill as well because it's not fully supported by all browsers. (managing browser support sucks)

9. 🔀 Miscellaneous

  • moved landing page queries to section components
  • moved components to section
  • added beautiful custom hooks
  • used JSDoc for first time