|
| 1 | +--- |
| 2 | +title: "My Internship Journey" |
| 3 | +description: "A summary of my learnings and contributions during my recent internship." |
| 4 | +date: 2025-07-20 |
| 5 | +image: "/assets/images/blog-6.png" |
| 6 | +author: "Ayush Tyagi" |
| 7 | +--- |
| 8 | + |
| 9 | +## My Internship Journey |
| 10 | + |
| 11 | +I learnt a lot of new things during my time in the internship, both academically and professionally. |
| 12 | +It provided me with a practical glimpse into the corporate world. Our mentor was great, always there to help us out whenever we got stuck or had questions. |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +## 🏛️ Projects I Worked On |
| 17 | + |
| 18 | +I worked on the following things during the internship: |
| 19 | + |
| 20 | +### 🏠 [Panel](/panel) |
| 21 | + |
| 22 | +I designed and structured header of the panel page, and added new features. |
| 23 | + |
| 24 | +### 🗺️ [Canvas] |
| 25 | + |
| 26 | +The canvas section was broken down into two interactive sub-pages. Both designed for creating quotes with unique features: |
| 27 | + |
| 28 | +- [**Text**](/canvas/text) – This subpage allows users to create and display quotes, including the current time. |
| 29 | +- [**Quote**](/canvas/quote) – This subpage allows user to create, style, and download custom quotes. |
| 30 | + |
| 31 | +This section is feature rich and can be used to create cool designs! |
| 32 | + |
| 33 | +### 🔤 [HidenSeek](/hidenseek/grid) |
| 34 | + |
| 35 | +I improved the style and layout of the grid, index and kbd pages.My goal was to make them look a lot better and feel more polished. |
| 36 | + |
| 37 | +### 🔢 [Login] |
| 38 | + |
| 39 | +I created a login page complete with an image slider that gave users a glimpse of the website. I also created the front end for signup, forgot-password and dashboard. |
| 40 | + |
| 41 | +### 📚 [BetterAuth] |
| 42 | + |
| 43 | +I created a login where the user can authenticate themselves using their github account. Sqlite was used to track cookies and store the information of the user. |
| 44 | + |
| 45 | +### 📚 [Components] |
| 46 | + |
| 47 | +I added three common components- back, share and keyboard, and also ensured that they were integrated across all the different pages where they were needed. |
| 48 | + |
| 49 | +### 🔮 [Others] |
| 50 | + |
| 51 | +I worked on several other pages, fixing bugs and adding new components to them. |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## ⚙️ Tech I Explored |
| 56 | + |
| 57 | +Things I learnt during this internship are: |
| 58 | + |
| 59 | +### 🚀 Astro Framework |
| 60 | + |
| 61 | +I learnt the implementation of astro framework and its need along with the benefits of using it. |
| 62 | + |
| 63 | +### 🗺️ Html2canvas |
| 64 | + |
| 65 | +This is a js library that takes the screenshot of the page, it was implemented in quote.astro page. |
| 66 | + |
| 67 | +### 🗣️ Focus/Blur |
| 68 | + |
| 69 | +`focus()` and `blur()` are methods used to show and hide the keyboard. This is an useful and important feature for mobile and ipad users. |
| 70 | + |
| 71 | +### 📚 BetterAuth |
| 72 | + |
| 73 | +BetterAuth is a full-stack authentication library designed to simplify common user authentication patterns in an application. I implemented login via github using betterauth. |
| 74 | + |
| 75 | +### 💻 Git & GitHub |
| 76 | + |
| 77 | +I learnt to configure git and github, and understood the working of branches, pull requests, and merging. |
| 78 | + |
| 79 | +### 💻 Visual Studio Code (VS Code) |
| 80 | + |
| 81 | +I used vscode as my primary development environment throughout the internship. |
| 82 | +Also used project manager extension, it made working on several projects easier. |
| 83 | +Used extensions like Prettier,ESLint, and Astro Language Tools to write clean and consistent code. |
| 84 | + |
| 85 | +--- |
| 86 | + |
| 87 | +## 🙏 What I Took Away (And a Big Thanks!) |
| 88 | + |
| 89 | +This internship was a big help. I'm grateful for the chance to actually use what I've been learning in a real work setting. Our mentor was a huge help, and I really appreciate all the support and guidance I got from the team. |
0 commit comments