Skip to content

Commit 857e129

Browse files
authored
Merge pull request #29 from MickyMik/dev
Update Experience.tsx
2 parents 820e296 + ee58926 commit 857e129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Experience.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Experience = () => {
1919
"Wrote technical specifications",
2020
"Created release pipelines using Azure DevOps"
2121
],
22-
technologies: ["Python", "MS FABRICS", "ADF", "SYNAPSE", "AZ DEVOPS", "AZ IA SEARCH" , "AZ SQL DB", "POSTMAN"]
22+
technologies: ["PYTHON", "MS FABRICS", "ADF", "SYNAPSE", "AZ DEVOPS", "AZ IA SEARCH" , "AZ SQL DB", "POSTMAN"]
2323
},
2424
{
2525
title: "TECH LEAD DATA MSBI – AZURE DATA ENGINEER – AZURE DATAOPS",
@@ -43,7 +43,7 @@ const Experience = () => {
4343
"Developed Power BI reports",
4444
"Developed tabular cubes",
4545
],
46-
technologies: ["Python", "SSIS", "SSRS", "ADF", "DOCKER", "DEVOPS", "SSAS", "POWER BI","TSQLT", "DATABRICKS", "SQL SERVER", "MYSQL", "SQLITE", "AZ SQL DB", "POSTMAN"]
46+
technologies: ["PYTHON", "SSIS", "SSRS", "ADF", "DOCKER", "DEVOPS", "SSAS", "POWER BI","TSQLT", "DATABRICKS", "SQL SERVER", "MYSQL", "SQLITE", "AZ SQL DB", "POSTMAN"]
4747
},
4848
{
4949
title: "SENIOR MSBI DEVELOPPER - AZURE DATA ENGINEER",
@@ -173,4 +173,4 @@ const Experience = () => {
173173
);
174174
};
175175

176-
export default Experience;
176+
export default Experience;

0 commit comments

Comments
 (0)