diff --git a/.github/workflows/main_venkatsai-portfolio.yml b/.github/workflows/main_venkatsai-portfolio.yml new file mode 100644 index 000000000..81a219ff8 --- /dev/null +++ b/.github/workflows/main_venkatsai-portfolio.yml @@ -0,0 +1,65 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy Node.js app to Azure Web App - venkatsai-portfolio + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read #This is required for actions/checkout + + steps: + - uses: actions/checkout@v4 + + - name: Set up Node.js version + uses: actions/setup-node@v3 + with: + node-version: '20.x' + + - name: npm install, build, and test + run: | + npm install + npm run build --if-present + npm run test --if-present + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v4 + with: + name: node-app + path: . + + deploy: + runs-on: ubuntu-latest + needs: build + permissions: + id-token: write #This is required for requesting the JWT + contents: read #This is required for actions/checkout + + steps: + - name: Download artifact from build job + uses: actions/download-artifact@v4 + with: + name: node-app + + - name: Login to Azure + uses: azure/login@v2 + with: + client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_A4F0D24CFCF54878A8FF81D4DFCFB74D }} + tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_61B1567911CC42F58A5B09C6267311B6 }} + subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_CEED2DA34D9A42A7ADEBBF2B06808704 }} + + - name: 'Deploy to Azure Web App' + id: deploy-to-webapp + uses: azure/webapps-deploy@v3 + with: + app-name: 'venkatsai-portfolio' + slot-name: 'Production' + package: . + \ No newline at end of file diff --git a/README.md b/README.md index 9e774b5bb..8b1378917 100644 --- a/README.md +++ b/README.md @@ -1,792 +1 @@ -# Dopefolio πŸ”₯ - -## A Blazing Fast Multipage Portfolio Template for Developers πŸš€ - -## [Demo Link](https://dopefolio.netlify.app) πŸ”— - -
- Dopefolio Demo -
-
- -
-
- ---- - -
- -## ( Update ): Project Achievement πŸ† - -**Dopefolio** has been listed as the **Hottest Frontend Tool of 2021** According to **CSS Tricks** πŸ₯³. Thanks to all of you for supporting this project πŸ™Œ - -**[Link to the CSS tricks article on Dopefolio](https://css-tricks.com/hottest-front-end-tools-in-2021/#aa-58-dopefolio)** - -
- ----- - -
- -## Features - -- ### **Easy to Setup πŸ’―** -- ### **Free to Use ( OpenSource ) πŸ₯³** -- ### **No Additional Frameworks 🀘** -- ### **No Additional Libraries πŸ™Œ** -- ### **Multi Page πŸ’Ž** -- ### **Fully Responsive πŸš€** -- ### **Super Fast and Optimized for SEO ⚑** -- ### **Great Audits Score πŸŽ–οΈ** - -Dopefolio Audits - -
-
- -## Test the template with different colors on the playground link πŸš€ - -## [Playground Link](https://dopefolio-playground.netlify.app) πŸ”— - -
- Dopefolio Playground -
-
- -
- ----- - -
- -## Technologies used πŸ› οΈ - -- **HTML** πŸš€ -- **CSS** πŸš€ -- **JavaScript** πŸš€ -- **SASS** πŸš€ - ---- - -
- -## How To Use πŸ”§ - -From your command line, first clone Dopefolio: - -```bash -# Clone this repository -$ git clone https://github.com/rammcodes/dopefolio - -# Go into the repository -$ cd dopefolio - -# Remove current origin repository -$ git remote remove origin -``` - -
- -Then you can install the dependencies - -Using NPM: - -```bash -# Install dependencies -$ npm install - -# Listen to changes in CSS Preprocessor files ( SASS files ) -$ npm run compile:scss -``` - -Once you run `npm run compile:scss`, then open the `index.html` inside your favorite browser or using the live server extension. - -
- ---- - -
- -## Template Instructions: - -## Step 1 - STYLES - -Make sure you have started the SASS to CSS compilation by running - -```bash -$ npm run compile:scss -``` - -Change the color theme of the website. - -Go to `sass/abstracts/_variables.scss` and change the value of this sass variable called `$themeClrPrimary` to your preferred HEX color. - -```scss -// Default value -$themeClrPrimary: #0062b9; -``` - -**NOTE**: I highly recommend to checkout the [Dopefolio Playground Link](https://dopefolio-playground.netlify.app) to test the template with different colors and see which color do you like the most. - -
- ---- - -
- -## Step 2 - Homepage - -Go to `/index.html` and fill your information, there are 6 sections: - -### Header of Homepage - -- On `.header__logo-img`, Add your own Image, Better if the background of the image is transparent so the background can match the theme color. To remove the background of your image, you can visit remove.bg where you can upload your image and it will remove the background of it. -- On `.header__logo-sub`, Add your own Name. - -```html - -
-
-
-
- Ram Maheshwari Logo Image -
- John Doe -
-
- -
- hamburger menu -
-
-
-
-
- -
-
-
- -``` - -### Hero Section of Homepage - -- On `.heading-primary`, put your custom title. -- On `.text-primary`, put a short description about yourself. -- On `.home-hero__social-icon-link`, fill the href attribute with a link related to your social media account. - -```html - -
-
-

Hey, My name is John Doe

-
-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente solutions for complex - problems -

-
-
- Projects -
-
-
- - - - - -
-
-
-
-
- -``` - -### About Section - -- On `.heading-sec__sub`, put a short description about the section. -- On `.about__content-details-para`, put your details here and use `` tag to highlight specific keywords. -- On `.skills__skill`, mention your skill one by one. - -```html - -
-
-

- About Me - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente - -

-
-
-

Get to know me!

-
-

- Hey! It's - John Doe - and I'm a Frontend Web Developer located in Los - Angeles. I've done - remote - projects for agencies, consulted for startups, and collaborated with - talented people to create - digital products - for both business and consumer use. -

-

- I'm a bit of a digital product junky. Over the years, I've used - hundreds of web and mobile apps in different industries and - verticals. Feel free to - contact me here. -

-
- Contact -
-
-

My Skills

-
-
HTML
-
CSS
-
JavaScript
-
React
-
SASS
-
GIT
-
Shopify
-
Wordpress
-
Google ADS
-
Facebook Ads
-
Android
-
IOS
-
-
-
-
-
- -``` - -### Projects - -- On `.heading-sec__sub`, put a short description about the section. -- `.projects__row` is the row for each project in your portfolio. -- One `.projects__row` for each project in your portfolio ( so for example, if you have 3 projects then you need 3 `.projects__row` one by one). - -- Inside each `projects__row`, there are 4 main elements. - - - Project Image is located at `.projects__row-img` where you can add the URL for your project mockup/image. You can use websites like [Media Modifier](https://mediamodifier.com/) and [SmartMockups](https://smartmockups.com) to generate mockups for free. Just make sure to crop the extra white space around your mockup so the mockups can look bigger and the size of the mockup file will be less. - - - `.projects__row-content-title` is where you need to add your Project title. - - `.projects__row-content-desc` is where you need to add a short 2-3 lines description of your project. As there's going to be a separate page for each project so there you can add all the details for each project on the specific project page. - - The Anchor tag ( **Case Study** button) on press will take you to the details page for each project ( For example: If you click the **Case Study** button of Project 1 then it will take you to the `project-1.html` file where you will have all the details about that particular project). - -Currently, I have already added a separate for each project ( considering there are 3 projects ) the file names are `project-1.html`, `project-2.html`, and `project-3.html`. They all contain the same code only the project title, description and image will change. If you like to add more projects then you can just create a new file for it and paste the same code that we have in `project-1.html` as the code is going to be the same and the only thing that you need to change is the data inside each project. - -```html - -
-
-

- Projects - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente - -

- -
-
-
- Software Screenshot -
-
-

Project 1

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora, explicabo quae quod deserunt eius sapiente praesentium. -

- Case Study -
-
-
-
- Software Screenshot -
-
-

Project 2

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora, explicabo quae quod deserunt eius sapiente praesentium. -

- Case Study -
-
-
-
- Software Screenshot -
-
-

Project 3

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora, explicabo quae quod deserunt eius sapiente praesentium. -

- Case Study -
-
-
-
-
- -``` - -### Contact Section - -- On `.heading-sec__sub`, put a short description about the section. -- `.contact__form-field` is the field inside form. Currently, there are 3 fields but you can add more fields as per your need but just make sure to change the name of **label** and **input/textarea** inside it. - -If you like to know how to submit forms so you can receive the form details in your email then highly recommend using **formspree.io** as it's easier to set up and free to use. If you are using **Netlify** to host the site then Netlify has an inbuilt form receiver which you can use instead of **formspree**. - -```html - -
-
-

- Contact - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente - -

-
-
-
- - -
-
- - -
-
- - -
- -
-
-
-
- -``` - - - -### Footer Section - -- Inside h4 tag with the class `heading heading-sm text-lt` add your name. -- On `.main-footer__short-desc` put a short description about yourself. -- On Anchor tag inside `.main-footer__social-cont`, fill the href attribute with a link related to your social media account. - -```html - - - -``` - -
- ---- - -
- -## Step 3 - Project Page - -Each project will have its own Page. The project page will have important details about the project like the Project Title, Description, Technologies, Project Links, etc. - -### Project Hero Section - -- On `.heading-primary` add the Project Title. -- On `.text-primary` add a short description about the Project. -- On Anchor Tag that says **Live Link** with class `btn btn--bg`, add the Project Live Link as the value for the href attribute. - - - -```html -
-
-

Project 1

-
-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos in - numquam incidunt earum quaerat cum fuga, atque similique natus nobis - sit. -

-
-
- Live Link -
-
-
-``` - - - -### Project Details Section - -- On `.project-details__showcase-img`, change the value of **src** to the location/link of Project Mockup. -- On `.project-details__desc-para` to add a detailed paragraph describing your project. Use multiple `.project-details__desc-para` elements for multiple paragraphs. -- On `.skills` mention the skills that were used to build the project inside `.skills__skill` to mention each skill. -- On Anchor Tag that says **Live Link** with class `btn btn--med btn--theme project-details__links-btn`, add the Project Live Link as the value for the href attribute. -- On Anchor Tag that says **Code Link** with class `btn btn--med btn--theme-inv project-details__links-btn`, add the Project's Code Link ( Repository Link ) as the value for the href attribute. - - - -```html -
-
-
-
- Project Image -
-
-
-

Project Overview

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque alias - tenetur minus quaerat aliquid, aut provident blanditiis, deleniti - aspernatur ipsam eaque veniam voluptatem corporis vitae mollitia - laborum corrupti ullam rem. Lorem ipsum dolor sit amet consectetur - adipisicing elit. Neque alias tenetur minus quaerat aliquid, aut - provident blanditiis, deleniti aspernatur ipsam eaque veniam - voluptatem corporis vitae mollitia laborum corrupti ullam rem? -

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque alias - tenetur minus quaerat aliquid, aut provident blanditiis, deleniti - aspernatur ipsam eaque veniam voluptatem corporis vitae mollitia - laborum corrupti ullam rem? -

-
-
-

Tools Used

-
-
HTML
-
CSS
-
JavaScript
-
React
-
SASS
-
GIT
-
Shopify
-
Wordpress
-
Google ADS
-
Facebook Ads
-
Android
-
IOS
-
-
- -
-
-
-
-``` - - - -
- ---- - -
- - -## Deployment πŸ“¦ - -Once you have done with your setup. You need to put your website online! - -I highly recommend to use [Netlify](https://netlify.com) to achieve this on the EASIEST WAY - -Whenever you wanna host a new site on Netlify. You will need to press the **Create New Site** button from the Netlify's dashboard once you login into Netlify. - -Once you press the **Create Site Button** then you will have to follow the 3 steps: - -1. You will have to select your Github account. - -2. Then select the Repository which you wanna host, in this case its your Portfolio website ( Clone of Dopefolio ) - -3. In the 3rd step, you will have to modify the **Site settings and deploy**, keep everything as it is but just make sure to modify the **Build command** and set its value to **npm run build** and then modify the **Publish directory** and set its value to **/** as shown in the **image** below - -
- Dopefolio Build Command Example and Publish Directory Value -
-
- -
- -Then hit the **Deploy site** button and your **Portfolio Site** is live πŸ₯³ - -
- ---- - -
- -## Give a Star ⭐ - -If you like this project then give it a **Github** star by pressing the **Star** button ⭐ - -
- ---- - -
- -## Author πŸ‘¨β€πŸ’» - -- **Ram Maheshwari** - **[Linkedin](https://linkedin.com/in/rammcodes)**, **[Instagram](https://instagram.com/rammcodes_)**, **[Twitter](https://twitter.com/rammcodes)**, **[Github](https://github.com/rammcodes)**, **[Portfolio](https://rammaheshwari.com)** - -
- -#### Note: -I'm currently looking for good **Job Opportunities** both **Remote ( Worldwide )** and **On-Site ( Anywhere in India )**. So, if you have a good opportunity that matches my skills experience then you can contact me on my **[Linkedin](https://linkedin.com/in/rammcodes)** or my email id **rammcodes@gmail.com** πŸ™Œ - - -
- ---- - -
- -## Special Thanks ❀️ - -Special thanks to [Jacobo Martínez](https://github.com/cobidev) for inspiring me to create something useful for the Developer Community. **Jacobo** is the creator of [Simplefolio](https://github.com/cobidev/simplefolio) which is another great Portfolio website Template for Developers. Check it out and show him some love ❀️ - -
- ---- - -
- -## License πŸ“„ - -This project is licensed under the **GPL-3.0** License - see the [LICENSE](LICENSE) file for details diff --git a/assets/jpeg/sai_icon.JPG b/assets/jpeg/sai_icon.JPG new file mode 100644 index 000000000..6cc6802eb Binary files /dev/null and b/assets/jpeg/sai_icon.JPG differ diff --git a/index.html b/index.html index 230079f44..4f530b61c 100644 --- a/index.html +++ b/index.html @@ -1,412 +1,400 @@ + - - - - - Dopefolio - - - - - - - - - -
-
-
-
- Ram Maheshwari Logo Image -
- John Doe -
-
- -
- hamburger menu - hamburger menu close -
+ + + + + + Venkat Sai Rachamadugu | Portfolio + + + + + + + + + + +
+
+
+
+ Venkat Sai Logo Image
+ Venkat Sai Rachamadugu
-
-
- + +
+ + +
+ hamburger menu + hamburger menu close
-
-
-
-

Hey, My name is John Doe

-
-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente solutions for - complex problems -

-
-
- Projects -
+
+ + +
+
+
-
- - - - +
+ + +
+
+

Hey, I'm Venkat Sai Rachamadugu

+
+

+ Full Stack Developer (.NET) with 3.5+ years of experience building maintainable, scalable web applications and + REST APIs using C#, ASP.NET Core, React/Angular, TypeScript, and SQL Server. Hands-on with Microsoft Azure + (App Services, Azure DevOps, Azure SQL) and CI/CD. MS in Computer Science at Rowan + University. +

+
+ + +
+ + +
+ + +
+ +
+
+
+
+ + +
+
+

+ About Me + + Full stack developer focused on clean UI, reliable APIs, and cloud-ready deployments. + +

+ +
+
+

Get to know me!

+ +
+

+ I’m Venkat Sai Rachamadugu, a Full Stack Developer (.NET) and an MS + Computer Science student at Rowan University. I previously worked at Accenture, building + enterprise web apps using ASP.NET Core, React/Angular, TypeScript, and SQL Server. +

+

+ I enjoy end-to-end development: designing APIs, building responsive UIs, optimizing databases, and deploying + to Microsoft Azure with CI/CD. I’m currently seeking Software Engineer / Full-Stack + opportunities in the U.S. +

+
+ + Contact
- -
-
+
+
+ + +
+
+

+ Experience + Professional experience & responsibilities +

+ +
+
+
+

Full Stack Developer (.NET) β€” Accenture

+

+ Apr 2022 – Aug 2024

+ β€’ Collaborated with cross-functional development teams to explore user interface ideas and define application flows, + shipping polished front-end features across multiple enterprise Angular and React.js products.
+ β€’ Built highly responsive UI components using React.js workflows, reviewing application requirements to identify user + interactions and translate designs into production-ready code aligned with coding standards and technical guidelines.
+ β€’ Developed and implemented front end architecture that supports scalable UI concepts, delivering progressive UI + applications that perform well under load improving UI performance and maintainability by 25% through reusable + React and Angular component libraries.
+ β€’ Ensured UI components and overall applications were robust, well tested, and easy to maintain by actively participating in design and code reviews with architects, product owners, and QA teams in an Agile/Scrum environment.
+ β€’ Diagnosed, troubleshot, and communicated technical issues affecting customers experience implemented targeted + frontend fixes that improved application stability, resolved production bugs, and enhanced platform reliability.
+ β€’ Monitored and continuously optimized front end performance by integrating RESTful APIs with strong understanding + of JSON data structures, connecting React.js and Angular front-ends with backend .NET services.
+ β€’ Documented application changes and kept technical documentation current; wrote and optimized 20+ SQL queries + and stored procedures, reducing query execution time by 30%, and provided meaningful input into architectural + decisions.
+ β€’ Partnered with the product team to gather and iterate on requirements, presented software designs for team feedback, + and helped foster a culture of continuous improvement, innovation, and psychological safety across Agile sprints. +

+
+
-
-
-
-

- About Me - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente - -

-
-
-

Get to know me!

-
-

- Hey! It's - John Doe - and I'm a Frontend Web Developer located in - Los Angeles. I've done - remote - projects for agencies, consulted for startups, and collaborated - with talented people to create - digital products - for both business and consumer use. -

-

- I'm a bit of a digital product junky. Over the years, I've used - hundreds of web and mobile apps in different industries and - verticals. Feel free to - contact me here. -

-
- Contact +
+
+ + +
+
+

+ Projects + Selected projects with live demos and detailed case studies. +

+ +
+ +
+
+ Online Book Store
-
-

My Skills

-
-
HTML
-
CSS
-
JavaScript
-
React
-
SASS
-
GIT
-
Shopify
-
Wordpress
-
Google ADS
-
Facebook Ads
-
Android
-
IOS
-
+
+

Online Book Store

+

+ Full-stack e-commerce app built with ASP.NET Core MVC, Entity Framework Core, Identity, and deployed on + Azure App Service. +

+ Case Study
-
-
-
-
-

- Projects - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente - -

- -
-
-
- Software Screenshot -
-
-

Project 1

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic - facilis tempora, explicabo quae quod deserunt eius sapiente - praesentium. -

- Case Study -
+ + +
+
+ Stock Trading App
-
-
- Software Screenshot -
-
-

Project 2

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic - facilis tempora, explicabo quae quod deserunt eius sapiente - praesentium. -

- Case Study -
+
+

Stock Trading App (Cloud-Integrated)

+

+ A full-stack stock trading web app with live price & chart updates, stock search, buy/sell order placement, + and an order history dashboard. Includes login/register for users and is deployed on Azure App Service. +

+ + Case Study +
+
+ + +
+
+ Portfolio Website
-
-
- Software Screenshot -
-
-

Project 3

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic - facilis tempora, explicabo quae quod deserunt eius sapiente - praesentium. -

- Case Study -
+
+

Developer Portfolio Website

+

+ A responsive portfolio website to showcase my skills, projects, and experience with a clean layout, smooth + scrolling, and resume embedding. +

+ Case Study
+
-
-
-
-

- Contact - - Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic facilis - tempora explicabo quae quod deserunt eius sapiente - -

-
-
-
- - -
-
- - -
-
- - -
- -
-
+
+
+ + +
+
+

+ Resume + View or download my resume below. +

+ + + View Resume + + +
+ +
+
+
+ + +
+
+

+ Contact + + Feel free to reach out β€” I'm open to Software Engineer / Full-Stack opportunities. + +

+ + +
+

+ Phone: (856) 652-3599 +

+

+ Email: + + rvenkatsai2022@gmail.com + +

+

+ LinkedIn: + venkatasai7794 +

+

+ GitHub: + venkatsai7794 +

-
- + + + + + \ No newline at end of file diff --git a/project-1.html b/project-1.html index efa38312c..04108d652 100644 --- a/project-1.html +++ b/project-1.html @@ -3,228 +3,158 @@ - - Case Study of Project 1 - - - - - - Online Book Store | Case Study + + + +
Ram Maheshwari Logo Image
- John Doe + Venkat Sai Rachamadugu
+
-
- hamburger menu - hamburger menu close -
-
-
-
-
+
-

Project 1

+

Online Book Store

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos - in numquam incidunt earum quaerat cum fuga, atque similique natus - nobis sit. + A full-stack Online Bookshop web application built with ASP.NET Core + MVC, Entity Framework Core, Identity authentication, and deployed on + Azure App Service.

+
-
+ +
Project Image
+

Project Overview

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque - alias tenetur minus quaerat aliquid, aut provident blanditiis, - deleniti aspernatur ipsam eaque veniam voluptatem corporis vitae - mollitia laborum corrupti ullam rem. Lorem ipsum dolor sit amet - consectetur adipisicing elit. Neque alias tenetur minus quaerat - aliquid, aut provident blanditiis, deleniti aspernatur ipsam - eaque veniam voluptatem corporis vitae mollitia laborum corrupti - ullam rem? + Built an Online Book Store application that supports browsing + books, managing a shopping cart, and placing orders. + Implemented user authentication and authorization using ASP.NET + Core Identity, and designed the data layer using Entity + Framework Core.

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque - alias tenetur minus quaerat aliquid, aut provident blanditiis, - deleniti aspernatur ipsam eaque veniam voluptatem corporis vitae - mollitia laborum corrupti ullam rem? + Deployed the application to Microsoft Azure App Service to make + it publicly accessible as a live portfolio project. Focused on + clean architecture, maintainability, and a smooth user + experience.

+

Tools Used

-
HTML
-
CSS
-
JavaScript
-
React
-
SASS
-
GIT
-
Shopify
-
Wordpress
-
Google ADS
-
Facebook Ads
-
Android
-
IOS
+
ASP.NET Core MVC
+
C#
+
Entity Framework Core
+
ASP.NET Identity
+
SQLite
+
Azure App Service
+
Git & GitHub
+
+ - - + \ No newline at end of file diff --git a/project-2.html b/project-2.html index 9cef2812e..5ce0a8e84 100644 --- a/project-2.html +++ b/project-2.html @@ -3,228 +3,175 @@ - - Case Study of Project 2 - - - - - - Stock Trading App | Case Study + + + +
Ram Maheshwari Logo Image
- John Doe + Venkat Sai Rachamadugu
+
-
- hamburger menu - hamburger menu close -
-
-
-
-
+
-

Project 2

+

Stock Trading App

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos - in numquam incidunt earum quaerat cum fuga, atque similique natus - nobis sit. + A full-stack Stock Trading web application that allows users to search + stocks, view live price updates and charts, place buy/sell orders, + and track order history through a dashboard. The application also + includes secure login and registration for users and is deployed on + Microsoft Azure App Service.

+
-
+ +
+
Project Image
+
+

Project Overview

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque - alias tenetur minus quaerat aliquid, aut provident blanditiis, - deleniti aspernatur ipsam eaque veniam voluptatem corporis vitae - mollitia laborum corrupti ullam rem. Lorem ipsum dolor sit amet - consectetur adipisicing elit. Neque alias tenetur minus quaerat - aliquid, aut provident blanditiis, deleniti aspernatur ipsam - eaque veniam voluptatem corporis vitae mollitia laborum corrupti - ullam rem? + Built a Stock Trading web application where users can search + for stocks and view real-time stock prices and charts. The + system allows users to place buy and sell orders while keeping + track of their trading activity through an order history + dashboard.

+

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque - alias tenetur minus quaerat aliquid, aut provident blanditiis, - deleniti aspernatur ipsam eaque veniam voluptatem corporis vitae - mollitia laborum corrupti ullam rem? + The application includes authentication features allowing new + users to register and existing users to sign in securely. The + project follows a clean architecture design approach to keep + the code modular, maintainable, and scalable. The application + is deployed on Microsoft Azure App Service as a live portfolio + project.

+
+

Tools Used

+
-
HTML
-
CSS
-
JavaScript
-
React
-
SASS
-
GIT
-
Shopify
-
Wordpress
-
Google ADS
-
Facebook Ads
-
Android
-
IOS
+
ASP.NET Core MVC
+
C#
+
Entity Framework Core
+
ASP.NET Identity
+
SQLite
+
REST APIs
+
Azure App Service
+
Clean Architecture
+
Git & GitHub
+
+ +
+
+
- -
- + - + \ No newline at end of file diff --git a/project-3.html b/project-3.html index b411c0f2d..3067cc2a4 100644 --- a/project-3.html +++ b/project-3.html @@ -1,230 +1,87 @@ - - - - - Case Study of Project 3 - - + + + + Developer Portfolio Website | Case Study + + + - - - - - -
-
-
-
- Ram Maheshwari Logo Image -
- John Doe -
-
- -
- hamburger menu - hamburger menu close -
+ +
+
+
+
+ Venkat Sai
+ Venkat Sai Rachamadugu
-
-
-
+
- - -
+
+
+

Developer Portfolio Website

+
+

+ Personal portfolio website to showcase my projects, skills, experience, and resume. +

-
-
-
-

Project 3

-
-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos - in numquam incidunt earum quaerat cum fuga, atque similique natus - nobis sit. -

-
-
- Live Link +
+
+ +
+
+
+
+ Project
-
-
-
-
-
-
- Project Image -
-
-
-

Project Overview

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque - alias tenetur minus quaerat aliquid, aut provident blanditiis, - deleniti aspernatur ipsam eaque veniam voluptatem corporis vitae - mollitia laborum corrupti ullam rem. Lorem ipsum dolor sit amet - consectetur adipisicing elit. Neque alias tenetur minus quaerat - aliquid, aut provident blanditiis, deleniti aspernatur ipsam - eaque veniam voluptatem corporis vitae mollitia laborum corrupti - ullam rem? -

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque - alias tenetur minus quaerat aliquid, aut provident blanditiis, - deleniti aspernatur ipsam eaque veniam voluptatem corporis vitae - mollitia laborum corrupti ullam rem? -

-
-
-

Tools Used

-
-
HTML
-
CSS
-
JavaScript
-
React
-
SASS
-
GIT
-
Shopify
-
Wordpress
-
Google ADS
-
Facebook Ads
-
Android
-
IOS
-
-
- + +
+
+

Project Overview

+

+ Designed a clean responsive portfolio with structured sections: + About, Skills, Experience, Projects, Resume (PDF viewer), and Contact. +

-
-
-
-
-
-
- + - - + + + + diff --git a/tempCodeRunnerFile.html b/tempCodeRunnerFile.html new file mode 100644 index 000000000..c3323397d --- /dev/null +++ b/tempCodeRunnerFile.html @@ -0,0 +1 @@ +https://drive.google.com/file/d/1yzdmgOoCahc6awxuWeSN2KDK67GoMh8U/view?usp=drive_link \ No newline at end of file