Skip to content

Commit

Permalink
job title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrikadeb7 committed Feb 26, 2022
1 parent f1c48df commit f22b289
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 11 deletions.
4 changes: 2 additions & 2 deletions content/hero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: 'Hello World! My name is'
name: 'Chandrika Deb'
subtitle: 'I love exploring new things!'
buttonText: 'Hire Me!'
buttonText: 'Contact Me'
---

I'm an India based developer with a goal-driven creative mindset and passion for learning and innovating.
I'm an India based software developer with a goal-driven creative mindset and passion for learning and innovating.

Currently working as a Software Developer at [Amdocs](https://www.amdocs.com/) and as a Freelance Content Writer for [Pepper Content](https://www.peppercontent.io).

Expand Down
2 changes: 1 addition & 1 deletion content/jobs/Amdocs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: '2020-07-30'
title: 'Software Engineering Associate'
title: 'Software Developer'
company: 'Amdocs'
range: 'July 2020 - Present'
url: 'https://www.amdocs.com/'
Expand Down
13 changes: 13 additions & 0 deletions content/projects/GolangCodes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
date: '2022-02-01'
title: 'Learn Beginner Golang'
github: 'https://github.com/chandrikadeb7/learning-easy-golang'
external: ''
tech:
- Go
- Rest API
company: ''
showInProjects: true
---

Collection of small code gists along my Golang learning journey
12 changes: 12 additions & 0 deletions content/projects/IntelliJIdeaTips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: '2021-06-21'
title: 'IntelliJ Idea Tips & Tricks'
github: 'https://github.com/chandrikadeb7/IntelliJ-Idea-Tips-n-Tricks'
external: 'https://chandrikadeb7.github.io/IntelliJ-Idea-Tips-n-Tricks/'
tech:
- IntelliJ Idea
company: 'Amdocs'
showInProjects: true
---

IntelliJ Idea Tips and Tricks for Java/Spring Microservices Handling
11 changes: 11 additions & 0 deletions content/projects/KubernetesHandbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
date: '2021-08-02'
title: 'Kubernetes Handbook'
github: 'https://github.com/chandrikadeb7/kubernetes-handbook'
external: 'https://amdocs-1.gitbook.io/kubernetes-handbook/'
tech:
- Kubernetes
showInProjects: true
---

This handbook covers a beginner-friendly detailed understanding of Kubernetes core concepts.
2 changes: 1 addition & 1 deletion content/projects/MyOnlineStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tech:
- HTML
- CSS
company: 'CCL'
showInProjects: true
showInProjects: false
---

My first PHP project on dynamic eCommerce website development.
2 changes: 1 addition & 1 deletion content/projects/PortfolioV1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: '2020-04-21'
title: 'Portfolio Version 1'
title: 'Portfolio Website v1'
github: 'https://github.com/chandrikadeb7/chandrikadeb7.github.io-v1'
external: 'https://chandrikadeb7.github.io/chandrikadeb7.github.io-v1/'
tech:
Expand Down
2 changes: 1 addition & 1 deletion content/projects/RandomIdeaGenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tech:
- Android Studio
- unDraw
company: ''
showInProjects: true
showInProjects: false
---

This project was developed as part of Google's [#30DaysOfKotlin](https://eventsonair.withgoogle.com/events/kotlin) program
2 changes: 1 addition & 1 deletion content/projects/StudentMgmtSys.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tech:
- Java
- Sqlite
company: ''
showInProjects: true
showInProjects: false
---

Java Swing based project with MySQL database developed using Netbeans IDE
2 changes: 1 addition & 1 deletion src/components/sections/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Hero = ({ data }) => {
);
const five = () => (
<div style={{ transitionDelay: '500ms' }}>
<StyledEmailLink href={`mailto:${email}`}>Hire Me!</StyledEmailLink>
<StyledEmailLink href={`mailto:${email}`}>Contact Me</StyledEmailLink>
</div>
);

Expand Down
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
siteTitle: 'Chandrika Deb | Software Engineer',
siteTitle: 'Chandrika Deb | Software Developer | Content Freelancer',
siteDescription:
'Chandrika Deb is a Software Engineer at Amdocs, who loves learning new things and helping tech beginners.',
'Chandrika Deb is a Software Developer at Amdocs, who loves learning new things and helping tech beginners.',
siteKeywords:
'Chandrika Deb, Chandrika, Deb, chandrikadeb7, software engineer, face mask, face mask detection, web developer, javascript, girlscript, jamshedpur, amdocs, bit, mesra, deoghar',
'Chandrika Deb, Chandrika, Deb, chandrikadeb7, software developer, software engineer, content freelancer, face mask, face mask detection, web developer, java developer, pepper content, jamshedpur, amdocs, bit, mesra',
siteUrl: 'https://chandrikadeb7.github.io/',
siteLanguage: 'en_US',
googleAnalyticsID: 'UA-45666519-2',
Expand Down
Binary file modified static/resume.pdf
Binary file not shown.

0 comments on commit f22b289

Please sign in to comment.