A young software developer, Currently working as a full-Time Front-End developer at Accenture Pvt. ltd.
Total Work Experience - 1.5+ Years
Intro
Nitin is a young software developer who is always in a quest to enhance the skills and competencies in the field of computer science by working in a challenging and friendly environment. By the way, feel free to checkout his awesome work.
He is currently working as a full-time UI developer at Accenture Pvt. ltd. for over 1.5 years. For the past year, Nitin is working with a European client, managing thier five website's front-end parts using the latest front-end frameworks and technologies(React.JS, Saas). Nitin also showcased adaptability as he handled re-usable components (using atomic-model) along with the latest ES6 Javascript syntax. He has worked tirelessly with end-users to define the applicable technical requirements and ensure that these ties back to the established customer requirements and goals. Previously, he also worked as a full-stack development intern for multiple Delhi NCR-based startups./p>
A portal which allows you to search any github user using his username. The user can read all his public information and can have multiple users, compare their details and sort them based on their data.
Scoop Whoop is a popular content creation website which genrates tonnes of data on social media platforms. I used one of their blogs API to fetch entire blog data and diplay. I have implemented infinite loading in this, which is a subset of lazy loading. The website is also mobile responsive.
A light and simple vaccine slot finder created using official data provided by cowin website. User can enter their pincode and can see all the avialble vaccine slots, hospital details for any date in future. A simpler design is adopted so that users can easily check the slots
A single page React.Js-based app. The application is build using modern concepts like functional components, hooks along with the use of third-party APIs. It can filter game of thrones characters by their name! The application follows a mobile responsive design.
All the character details are being dynamically fetched based on user clicks. A highly interactive quiz allows the user to test their knowledge about the popular series.
A React.Js application that can keep track of your income and expenses. It will also help to visualize your daily expenses. Every new transaction detail is stored and the changes reflect dynamically without loading the page. A pie-chart is also being incorporated into the layout to help the user visualize his spending on each category. This is a single-page application. At no point, the page reloads to fetch new or updated data. React Hooks and context API is being used in this project
RGB color guessing game build with vanilla javascript. The application challenges the user to correctly pick the color based on RGB values reflected on the screen. A user gets a maximum of five chances to rightly predict the color!
Nitin is a software engineer currently working from Gurugram, Haryana. He is an avid reader, tech-savvy, and a sports enthusiast. He is quite versatile and loves to try his hands in every different field. Surely a fun person to hang out with!
Graduated from The NorthCap University (Formely ITM University), he has acquired expertise in various fields ranging from content writing to social media management and web development. He loves to indulge in sports such as cricket and badminton. Nitin has also been an active supporter of social work. He worked as Director of Club Services for a year for Rotaract Club of Faridabad. These days he is working as a founding member of Fun-In-Vaan, a youth club working for betterment of sector 3,faridabad,
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';