Bharat Agarwal -an Engineer


// Introduction --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

function wantMyName(thisIsName)
{...}
//👆 Click

{
let firstName = thisIsName.split(' ')[0];
let lastName = thisIsName.split(' ')[1];
_fullName = firstName.split('').reverse().join([' ', lastName]);
_fullName = (_fullName === undefined) ? '' : _fullName;
return '\(#_0)/'+_fullName+' is my name';
}
//Click 👆 Again

wantMyName('tarahB Agarwal');  // Bharat Agarwal

 
// About --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This Website is built as a simple profile and to demonstrate a little about me. I'm a Computer Science Engineer. Playing with and their Security is my passion. I love to make new new things. I am an Full Stack Developer, Progressive Web Apps, Mobile Application Development in Flutter [Google's Mobile SDK], And an Web-App Pentester, and now currently working on Node.js and Frameworks.

// Experience --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-> Software Development Engineer - II at Disney+ Hotstar [Aug 2022 - Present]
-> Software Development Engineer - I at Disney+ Hotstar [July 2021 - Aug 2022]
-> Technology Analyst Intern at Deloitte USI [Jan 2021 - Apr 2021]

// More about me --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  -> Secured 2nd Position at Appathon at TechInvent-19 Chandigarh University.
  -> Co-Lead and Technical Speaker at Developer Student Clubs Chandigarh University.
  -> Lead at CyberSec Club Chandigarh University
  -> Technical Speaker at Facebook Developer Circles, Chandigarh
  -> Team Member at Google Developers Group, Jalandhar
  -> Eager to learn more and more.
  -> Intrigued by programming.
  -> Self Learner and self Motivated.
  -> Love to Contribute to Opensource.



Let's Connect: [[email protected]] or [LinkedIn].



 
// Projects --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


// Social Life --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[Github] [Medium] [LinkedIn]
[Instagram] [HackerRank]
[Hackerone]

// Blogs --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

01. Sending Push Notifications using Javascript and Firebase.
02. Functions in Javascript.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Made With by Bharat Agarwal