Akarshan Mishra, 21
👨🏻💻Full stack Developer
🧠Student at uAlberta'25
@akarsm
Akarshan Mishra
, aFull Stack Developer
based inEdmonton, Canada
🍁. I’m passionate about creating applications that people enjoy using. I have a strong command of programming languages and technologies, including:TypeScript
,Python
,C++
andJava
.
Work Experience
- Adewunmi SkincareMay 2023 - Apr 2024
Full-Stack Developer Intern
● Utilized Figma, React, Next.js, and TypeScript to design and develop UI elements, resulting in a 25% increase in the visual appeal and usability of the upcoming product. Applied Agile principles to ensure on-time delivery of high-quality products.
● Successfully integrated Sanity CMS into the NextJs landing page, streamlining content management processes and reducing update times by 50%, leading to improved website performance and increased customer satisfaction.
● Developed serverless functions using Google BigQuery SQL database, achieving 30% faster data retrieval and processing times, which significantly improved the overall user experience.
- GreyJay Energy.Jun 2022 - Aug 2022
Software Developer Intern
● Developed an android app using Vue.js and Ionic Capacitor, that visualizes energy usage and empowers users to make informed decisions, resulting in reduced energy consumption by end-users.
● Conducted log-linear analysis on data using Python's Scikit-Learn (sklearn) library to make future predictions and used Vue.js and ChartJs to create UI chart components
import ProjObject from './ProjObject';
const Projects : React.FC = () => (
<ProjObject
obj= {{
description: "I love to code and I’m always working on something new. Whether it’s building a new application from scratch or improving an existing one. Please find all my recent projects below",
numberOfProjects : 6,
}}
/>
);
export default Projects