Hello

I'm Aditya Pradhan, a front-end software engineer focused on building web applications.

Get in touch adityaa.pradhan@outlook.com

Background

I'm currently an Engineer at Truminds Software Systems building things for the web with some awesome people. I did my under grad from Graphic Era Hill University. Commencing my professional journey in 2018, I swiftly immersed myself in front-end development, utilizing HTML, CSS and JavaScript to craft captivating digital experiences.

As my journey progressed, I honed my skills in advanced styling techniques using SASS/SCSS, and proficiently navigated popuplar front-end frameworks like Angular and React. Additionally, I leveraged Figma for efficient design collaboration and prototyping. Currently, I lead a talented team through complex projects, drawing upon my technical expertise and leadership capabilities to achieve exceptional results.

Skills
Languages
  • JavaScript
  • Typescript
  • HTML
  • CSS/SCSS
Frameworks
  • Angular
  • React
  • Highcharts
Tools
  • Git & Github
  • Chrome DevTools
  • Postman
  • VS Code
  • Bash
Experience
Aug 2021 - Present
Senior Software Engineer
Feb 2021 - July 2021
Senior Software Engineer
June 2019 - Jan 2021
Software Engineer
Nov 2018 - April 2019
Software Engineer
View My Resume
Articles

Integrate SignalR with Angular

Published Date: Oct 6, 2024

In the ever-evolving world of frontend development, real-time interactive is becoming a necessity. Whether you’re building a chat application, notifications system, or live data dashboard, SignalR is one of the most efficient libraries to facilitate real-time communication. As an Angular developer, integrating SignalR into your application provides an easy...

angularchat-app-developmentsignalrrealtime-chat-appazure-signalrRead on Medium
Integrate SignalR with Angular

JavaScript Array Methods

Published Date: May 15, 2021

The JavaScript Array class is a global object that is used in the construction of arrays which are high-level, list-like objects. The strength of JavaScript arrays lies in the array methods. Array methods are built-in JavaScript methods that make coding easier and also make your code looks clean and...

javascript-tipsjavascript-developmentjavascriptarray-methodsarraysRead on Medium
JavaScript Array Methods

Getting started with Angular.

Published Date: Mar 27, 2021

Getting started with Angular New to Angular? No problem! By the end of this article, you will know the basics of Angular which will help you get going on future projects. You will code on several different files. Now let’s get started! Note: At the time of publishing this...

angular-cliangularjsangularweb-developmentwebRead on Medium
Getting started with Angular.

How to create Ionic project with Angular

Published Date: Nov 24, 2020

What is Ionic Framework? Ionic framework is an open-source UI toolkit for building performance, high-quality mobile apps, desktop apps, and progressive web apps using web technologies such as HTML, CSS, and JavaScript. It allows developers to build once and run everywhere. The Ionic framework mainly focuses on front-end user...

ionic-angularionic4ionic-frameworkRead on Medium
How to create Ionic project with Angular