Pinned Repositories
Anupriya-Portfolio
This is a Portfolio Website.
Automation-using-Python
Showcase Automation features using the Selenium framework- Integrated the Selenium web driver into Python. The project included writing codes using python to perform the following automated tasks- Send an email, List out broken hyperlinks of a webpage, Download top 10 photos from a Google image search result.
Blog-Application
Welcome! This is a Blog for the GEEKS. It allows the users to view various posts on the home page of the website and also post some refreshing content about the booming technologies and computer science subjects. Features like register, update user profile, upload profile picture, log in, logout, create a new post, update and delete the existing post is available on this website. Note- Users can update and delete only their own posts. You can only post after creating an account.
git-handbook
Started to brush up the concepts.... So just thought of creating some notes in form of a Github Repo......
InterviewExperiences
JobPrep
This repo contains my personal suggestions on how someone can prepare for placements and some of the imp resources.
PlacmentPrepGuide
Includes all the resources for Core CS fundamentals
ResumeParser
PARSEIT is a Resume Parsing web app that can be used by firms to parse the applicant's resume in order to obtain a CSV file containing only the required information.
SDE-Interview-Questions
Most comprehensive list :clipboard: of tech interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Search-your-products
Enables the user to create a user account and login using the details for which My SQL database is used. It enables the user to search the desired product on the five most popular shopping websites. Product details are used to extract data from the website using requests and the BS4 module of Python and further surf using python’s selenium web driver.
Anupriya1729's Repositories
Anupriya1729/InterviewExperiences
Anupriya1729/JobPrep
This repo contains my personal suggestions on how someone can prepare for placements and some of the imp resources.
Anupriya1729/Blog-Application
Welcome! This is a Blog for the GEEKS. It allows the users to view various posts on the home page of the website and also post some refreshing content about the booming technologies and computer science subjects. Features like register, update user profile, upload profile picture, log in, logout, create a new post, update and delete the existing post is available on this website. Note- Users can update and delete only their own posts. You can only post after creating an account.
Anupriya1729/PlacmentPrepGuide
Includes all the resources for Core CS fundamentals
Anupriya1729/ResumeParser
PARSEIT is a Resume Parsing web app that can be used by firms to parse the applicant's resume in order to obtain a CSV file containing only the required information.
Anupriya1729/Anupriya-Portfolio
This is a Portfolio Website.
Anupriya1729/git-handbook
Started to brush up the concepts.... So just thought of creating some notes in form of a Github Repo......
Anupriya1729/SDE-Interview-Questions
Most comprehensive list :clipboard: of tech interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Anupriya1729/tech-interview-handbook
💯 Materials to help you rock your next coding interview
Anupriya1729/Automation-using-Python
Showcase Automation features using the Selenium framework- Integrated the Selenium web driver into Python. The project included writing codes using python to perform the following automated tasks- Send an email, List out broken hyperlinks of a webpage, Download top 10 photos from a Google image search result.
Anupriya1729/Search-your-products
Enables the user to create a user account and login using the details for which My SQL database is used. It enables the user to search the desired product on the five most popular shopping websites. Product details are used to extract data from the website using requests and the BS4 module of Python and further surf using python’s selenium web driver.
Anupriya1729/Anupriya1729
Anupriya1729/Awesome-Coding-Interview-Question-Patterns
The most common question-patterns for any coding-interview
Anupriya1729/DataStructures-Algorithms
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
Anupriya1729/demo
webD classes demo
Anupriya1729/first-contributions
🚀✨ Help beginners to contribute to open source projects
Anupriya1729/gameArenaUI
Anupriya1729/SortingVisualizer
Built a sorting visualizer using python. Implemented 4 most popular sorting algorithms - Selection Sort, Bubble Sort, Insertion Sort, Merge Sort. Used python to write code and matplotlib for visualization.
Anupriya1729/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.