ABHISHEK SINGH-| Kanpur,India | LinkedIn | GitHub | Portfolio
-
Internship Experience
Software Development Job Simulation on Forage 12/2024-01/2025
DataCom, Remote
Completed a simulation focussed on how the software development team
at Datacom approaches their work
Reviewed a web application and planned for future improvements
Identified the root cause of bugs and implemented a fix to improve the
application
Bug: The map was displaying cinemas only for Australia and New Zealand,
but the user could navigate to any part of the world.
Root Cause: The map was not restricted to the Australia and New Zealand
region, allowing users to pan outside the desired area. The map's panning
was not limited, and users could move to other parts of the world.
Fix:
The maxBounds property was added to both the Leaflet and Maplibre map
components.
The maxBounds was set to the bounding box of Australia and New Zealand,
which was defined in the totalBounds variable.
The maxBoundsViscosity property was also added. This property controls
the "stickiness" of the boundary, ensuring that the map is prevented from
panning beyond the specified bounds with more precision and smoother
behavior.
Technical Skills
Web Technologies: HTML5, CSS3, JavaScript, React.js, Node.js, Express.js
Database Management: SQLite
Tools & Platforms: Git, VS Code, AWS
Education
Bachelor of Technology/Engineering in Electronics Engineering Expected May, 2025
Harcourt Butler Technical University
Projects
Job Finder Web Application
Technologies Used: ReactJS, JavaScript, CSS, Bootstrap, Routing, REST API Calls, Local Storage,JWT Token,Authorization,Authentication
Created pages for Login, Home, Jobs, and Job item details with React components, form inputs, and event handlers
Secured user information with JWT tokens, REST API calls, and local storage
Utilized React Router for protected routes and persisted login state
GitHub Repository: [link]
Indian Premier League Dashboard
Technologies Used: ReactJS, Routing, REST API Calls, CSS, Bootstrap
Navigated effortlessly with React Router, displaying team information and matches with dynamic REST API calls
Accounted for invalid routes with a 404 page
Project Link: [link]