Skip to content

Commit

Permalink
Update Variable.dart
Browse files Browse the repository at this point in the history
Update Variable.dart
  • Loading branch information
iamsouviki authored Dec 29, 2023
1 parent 04d8dfa commit a88f98c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/Variable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const String FACEBOOK_URL = "https://fb.com/iamsouviki";
//INTRODUCTION PAGE VARIABLE
const String NAME = "Souvik Ghosh";
const String PROFESSION_DETAILS =
'Assistant System Engineer in Tata Consultancy Services(TCS) and Computer Science Graduate(2021)';
'System Engineer in Tata Consultancy Services(TCS) and Computer Science Graduate(2021)';
const String MORE_DETAILS_INTRODUCTION =
"I love to build neat, cool and scalable application.\n"
'I love to learn and build new stuff that are beneficial to the community and cool to work on.\n'
Expand All @@ -21,7 +21,7 @@ const String IMAGE_PATH = 'assets/images/souvikimagepassport.jpg';

//ABOUT ME SECTION
const String WHO_AM_I =
"Hello! I'm Souvik Ghosh , a Computer Science Graduate, Flutter developer Developer and Assistant System Engineer in Tata Consultancy Services(TCS).\n"
"Hello! I'm Souvik Ghosh , a Computer Science Graduate, Flutter developer Developer and System Engineer in Tata Consultancy Services(TCS).\n"
'I love to create performant and interesting stuff that are benificial to the community. I enjoy learning and exploring new areas in the technologies. \nIn my opinion,'
'getting your hands dirty is the best way to learn a new skill.\n'
'My area of interest are Cross Platform Application Development , Android Application Development and Full Stack Development\n'
Expand All @@ -48,6 +48,9 @@ const Skills = [
"NextJs",
"Salesforce Commerce Cloud",
"Springboot",
"Demandware",
"Angular Js",
"NodeJs",
"PYTHON ( Programming )",
"Git",
"Azure Cosmosdb"
Expand All @@ -58,8 +61,8 @@ const Experiences = [
{
"CompanyLogoPath": 'assets/images/tcslogo.jpeg',
"CompanyName": "Tata Consultancy Services(TCS)",
"WorkDescription": "Assistant System Engineer",
"WorkDetails": "Work as a Reactjs and Nextjs Developer",
"WorkDescription": "System Engineer",
"WorkDetails": "Work as a Reactjs and Nextjs Developer and Saleforce Commerce Cloud support and maintenance",
"WorkDuration": "Oct 1,2021 - Present",
},
{
Expand Down

0 comments on commit a88f98c

Please sign in to comment.