-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.json
1 lines (1 loc) · 8.8 KB
/
portfolio.json
1
{"personalData": {"name": "ABHISHEK ROUT","profile": "https://github.com/Abhishek-Rout/Abhishek-Rout.github.io/assets/64718836/9dce3309-1f7c-416a-8dcd-37f237aa630e","designation": "Software Developer","description": "My name is Abhishek Rout. I am a professional and enthusiastic programmer with a quick learning ability and a self-motivated attitude. I am passionate about learning and exploring new technologies and enjoy solving problems. I have a deep interest in all aspects of web application development and am dedicated to making the web more accessible to everyone. My core skill set is centered around JavaScript, and I prefer to accomplish most tasks using this language. I am open to job opportunities that align with my skills and interests.","email": "[email protected]","phone": "+91 9096464603","address": "Pune, Maharashtra, India","github": "https://github.com/Abhishek-Rout","facebook": "https://www.facebook.com/abhishek.rout.1829/","instagram": "https://www.instagram.com/mr.abhishek_rout/","linkedIn": "https://www.linkedin.com/in/abhishek-rout-032330192/","twitter": "https://x.com/Mr_AbhishekRout","stackOverflow": "https://stackoverflow.com/users/16102573/abhishek-rout","leetcode": "https://leetcode.com/abhishek_rout/","devUsername": "abhishekrout","resume": "https://github.com/Abhishek-Rout/Abhishek-Rout.github.io/files/13830198/Resume_Abhishek_Rout.pdf"},"projectsData": [{"id": 1,"name": "Abhishek UI","description": "Explore a library of free, customizable UI elements crafted with HTML, CSS, and JavaScript, featuring an integrated online code editor.","tools": ["HTML","CSS","JavaScript","Node.js","API"],"role": "Full Stack Developer","code": "https://github.com/Abhishek-Rout/Abhishek-CSS","url": "https://abhishek-ui.netlify.app/"},{"id": 2,"name": "@Rout UI","description": "@rout-ui provides a simple, customizable, and accessible library of React components.","tools": ["React","Vite","NPM"],"role": "Frontend Developer","code": "","url": ""},{"id": 3,"name": "Jarvis","description": "A chatbot software that assists users in operating their PC through voice commands. As the laptops and computers is used almost by everyone, but no one has a tendency to use it as a tool to save their own lives or the other's lives. So why not take more benefits from scope of features of the laptops and computers and extend it for our own welfare.","tools": ["Python & its libraries","SQL","GUI","Webcrawler"],"role": "Software Developer","code": "https://github.com/Abhishek-Rout/SDL-Project/","url": ""},{"id": 4,"name": "Abhishek CSS","description": "A webpage featuring a collection of creative web pages along with their source codes, designed to assist readers in creating their own projects.","tools": ["HTML","CSS","JavaScript"],"role": "Frontend Developer","code": "https://github.com/Abhishek-Rout/Abhishek-CSS","url": "https://abhishek-rout.github.io/Menu/"}],"educations": [{"id": 1,"title": "Bachelor of Engineering in Computer Engineering","duration": "2018 - 2022","institution": "Dr. D. Y. Patil College of Engineering, Akurdi, Pune."},{"id": 2,"title": "Higher Secondary Certificate","duration": "2016 - 2018","institution": "Kendriya Vidyalaya Range Hills Estate, Pune."},{"id": 3,"title": "Senior Secondary Certificate","duration": "2006 - 2016","institution": "Kendriya Vidyalaya Range Hills Estate, Pune."}],"skillsData": ["HTML","CSS","Javascript","Typescript","React","Next JS","Tailwind","MongoDB","MySQL","PostgreSQL","Git","Wordpress","Bootstrap","C++","Python","Numpy","Figma","Firebase","MaterialUI","Nginx"],"experiences": [{"id": 1,"title": "Software Development Engineer I","company": "Cartrade Tech Ltd","duration": "Jan 2023 - Present"},{"id": 2,"title": "Associate Software Development Engineer","company": "Cartrade Tech Ltd","duration": "July 2022 - Dec 2023"},{"id": 3,"title": "Software Engineer Intern","company": "Cartrade Tech Ltd","duration": "Dec 2021 - June 2022"}],"blogs": [{"title": "Difference Between next() And hasNext() Method In Java Collections","url": "https://www.geeksforgeeks.org/difference-between-next-and-hasnext-method-in-java-collections/","description": "In Java, objects are stored dynamically using objects. Now in order to traverse across these objects is done...","publishing_site": "gfg","reading_time_minutes": "3","published_at": "Nov 14, 2022","public_reactions_count": "4","views_count": "25168"},{"title": "How To Iterate Through Collection Objects In Java?","url": "https://www.geeksforgeeks.org/how-to-iterate-through-collection-objects-in-java/","description": "Any group of individual objects which are represented as a single unit is known as the Collection of the...","publishing_site": "gfg","reading_time_minutes": "3","published_at": "Jan 07, 2021","public_reactions_count": "2","views_count": "61157"},{"title": "Java Program To Get System IP Address In Windows And Linux Machine","url": "https://www.geeksforgeeks.org/java-program-to-get-system-ip-address-in-windows-and-linux-machine/","description": "IP Address: An Internet Protocol address is a numerical label assigned to each device connected to a...","publishing_site": "gfg","reading_time_minutes": "2","published_at": "Aug 19, 2021","public_reactions_count": "0","views_count": "1863"},{"title": "How To Optimize String Concatenation In Java","url": "https://www.geeksforgeeks.org/how-to-optimize-string-concatenation-in-java/","description": "Strings are defined as an array of characters. The difference between a character array and a string is the...","publishing_site": "gfg","reading_time_minutes": "3","published_at": "Dec 02, 2020","public_reactions_count": "2","views_count": "12261"},{"title": "How To Optimize String Creation In Java","url": "https://www.geeksforgeeks.org/how-to-optimize-string-creation-in-java/","description": "The new operator instantiates a class by dynamically allocating(i.e, allocation at run time) memory for a new...","publishing_site": "gfg","reading_time_minutes": "3","published_at": "Nov 26, 2020","public_reactions_count": "0","views_count": "2082"},{"title": "Treemap descendingMap() Method In Java With Examples","url": "https://www.geeksforgeeks.org/treemap-descendingmap-method-in-java-with-examples/","description": "The descendingMap() method is used to return a reverse order view of the mappings contained in this map. The reverse...","publishing_site": "gfg","reading_time_minutes": "3","published_at": "Oct 15, 2020","public_reactions_count": "0","views_count": "3857"},{"title": "Java String regionMatches() Method with Examples","url": "https://www.geeksforgeeks.org/how-to-match-regions-in-strings-in-java/","description": "The regionMatches() method of the String class has two variants that can be used to test if two string regions are...","publishing_site": "gfg","reading_time_minutes": "2","published_at": "Dec 19, 2022","public_reactions_count": "5","views_count": "12805"},{"title": "Treemap floorEntry() Method In Java With Examples","url": "https://www.geeksforgeeks.org/treemap-floorentry-method-in-java-with-examples/","description": "The java.util.TreeMap.floorEntry() method is used to return a key-value mapping associated with the greatest key...","publishing_site": "gfg","reading_time_minutes": "2","published_at": "Sep 02, 2020","public_reactions_count": "0","views_count": "4544"},{"title": "Treemap lastEntry() Method In Java With Examples","url": "https://www.geeksforgeeks.org/treemap-lastentry-method-in-java-with-examples/","description": "The java.util.TreeMap.lastEntry() method is used to returns the key-value mapping associated with the greatest key...","publishing_site": "gfg","reading_time_minutes": "2","published_at": "Sep 02, 2020","public_reactions_count": "1","views_count": "3182"},{"title": "How To Skip To Next Iteration In jquery.each() Util?","url": "https://www.geeksforgeeks.org/how-to-skip-to-next-iteration-in-jquery-each-util/","description": "jQuery each() function allows us to loop through different datasets such as arrays or objects. jQuery.each() is one...","publishing_site": "gfg","reading_time_minutes": "3","published_at": "Jul 01, 2020","public_reactions_count": "0","views_count": "9068"},{"title": "Complete Guide To Plan For An IT Project","url": "https://medium.com/dsc-dypcoe/complete-guide-to-plan-for-an-i-t-project-da03befd79b7","description": "Planning is the process of thinking about the activities required to achieve a desired goal. It is the first and...","publishing_site": "medium","reading_time_minutes": "4","published_at": "Jun 17, 2020","public_reactions_count": "32","views_count": "64"},{"title": "Actual Execution Of IT Projects","url": "https://medium.com/dsc-dypcoe/actual-execution-of-i-t-projects-3ebcae67442d","description": "Actual execution is a multi-step process and should be seen as a cycle of development which needs to be altered for...","publishing_site": "medium","reading_time_minutes": "3","published_at": "Jun 13, 2020","public_reactions_count": "6","views_count": "81"}]}