Skip to content

Commit

Permalink
fixing cv and bio
Browse files Browse the repository at this point in the history
  • Loading branch information
indrapalijama committed Nov 4, 2024
1 parent e421e12 commit 56e2a45
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 26 deletions.
30 changes: 18 additions & 12 deletions _data/bio.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"email": "indrapalijama@gmail.com",
"phone": "",
"website": "https://indrapalijama.github.io",
"summary": "Fullstack Developer. Passionate about software engineering and learning human languages.",
"summary": "Motivated, proactive, and hands-on developer with 4+ years experience developing and managing information systems for software development",
"location": {
"address": "Jl. Kuningan Bar. 1, Mampang Prapatan, DKI Jakarta",
"address": "Jl. Kuningan Barat 1",
"postalCode": "12710",
"city": "Jakarta Selatan",
"countryCode": "Indonesia",
"region": ""
"countryCode": "ID",
"region": "DK Jakarta"
},
"profiles": [
{
Expand All @@ -33,7 +33,7 @@
"keywords": []
},
{
"name": "Frontend Development",
"name": "Web",
"keywords": []
},
{
Expand All @@ -50,18 +50,19 @@
"Typescript",
"Javascript",
"Ionic Framework",
"NestJS"
"NestJS",
"ExpressJS"
]
},
{
"name": "Toolsets/OS",
"name": "Tools",
"level": "",
"keywords": [
"MacOS",
"VS Code",
"Git/GitHub",
"Postman",
"Notion"
"Notion",
"DBeaver"
]
}
],
Expand All @@ -73,7 +74,9 @@
"startDate": "2012",
"endDate": "2017",
"gpa": "",
"courses": []
"courses": [
"Mobile Programming"
]
}
],
"work": [
Expand All @@ -86,7 +89,8 @@
"summary": "Developing and Maintaining Company's CRM Mobile Apps",
"highlights": [
"Developing and Maintaining Mobile Apps",
"Designing and implementating new features for Mobile Apps"
"Designing and implementating new features for Mobile Apps",
"Research and implementing new technologies or stacks for future use"
]
},
{
Expand All @@ -99,7 +103,9 @@
"highlights": [
"Developing and Maintaining Mobile Apps",
"Designing and implementating new features for Mobile Apps",
"Fullstack stuff"
"Research and implementing new technologies or stacks for future use",
"Testing the developed apps",
"Deploy mobile apps to google play and apple apps store"
]
}
]
Expand Down
12 changes: 5 additions & 7 deletions projects/project-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ labels:
- Android
- Ionic
- Mobile Application
summary: I'm developing an application for shipping companies called Abang Express
summary: Shipping application for Abang Express.
---

<div class="ui small rounded images">
Expand All @@ -19,14 +19,12 @@ summary: I'm developing an application for shipping companies called Abang Expre
<img class="ui image" src="../images/abang3.png">
</div>

Abang Express Mobile Application is an app i created that functioning as basic application for the companies transactions, such as : create a booking, tracking the package, or see your booking list, etc.
This is a mobile application created for shipping companies to handle basic functionalities such as creating bookings, tracking packages, and viewing booking history.

For this project, I was the programmer who was responsible for developing and publishing this app.
The developer was responsible for the programming and publishing of this application. The code is saved in a private GitHub repository as it contains confidential company data.

For the code itself is saving under a private repositories in Github because it contains a private data companies use.
Due to the company's request, this application has been removed from the Google Play Store.

From now on, this apps has been removed from google play store due to companies request.

If you want to discuss on this project, or have something to talk about. Feel free to [contact me](indrapalijama.github.io) or simply just run `npx indrapalijama` from your terminal!
If you would like to discuss this project or have any questions, feel free to contact [contact me](indrapalijama.github.io) or simply just run `npx indrapalijama` from your terminal!


12 changes: 7 additions & 5 deletions projects/project-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ labels:
- Scrapper
- Backend
- Bible
summary: I made a backend for get the bible passage and daily reflection / devotion
summary: Backend application to fetch Bible passages and daily devotional content.
---

<div class="ui small rounded images">
<img class="ui image" src="../images/alkitab1.png">
<img class="ui image" src="../images/alkitab2.png">
</div>

I created this backend or application simply to get bible passage and to get daily reflection or devotion.
Backend application to fetch Bible passages and daily devotional content.

I made this in spite of learning how to scrapping web data using cheerio.
This application was created to fetch Bible passages and daily devotional content.

For the code itself, you can check it at my [repo](https://github.com/indrapalijama/alkitab-api-v2)
It was made while learning web scraping using Cheerio.

If you want to discuss on this project, or have something to talk about. Feel free to [contact me](indrapalijama.github.io) or simply just run `npx indrapalijama` from your terminal!
The code for this project is available in my [repo](https://github.com/indrapalijama/alkitab-api-v2).

If you would like to discuss this project or have any questions, feel free to contact [contact me](indrapalijama.github.io) or simply just run `npx indrapalijama` from your terminal!


6 changes: 4 additions & 2 deletions projects/project-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ labels:
- Ionic Framework
- QR Code
- Mobile App
summary: I created a mobile application that generates QR codes for any text, URL, or contact information.
summary: PWA application that generates QR codes for text, URLs, or contact information.
---

<div class="ui small rounded images">
Expand All @@ -32,4 +32,6 @@ Some key features of the application include:
- Provides a clean and modern user interface
- Allows users to customize the QR code's color and size

The code for this project is available on my [GitHub repository](https://github.com/indrapalijama/mobile-qr-generator). If you have any questions or would like to discuss the project further, feel free to [contact me](indrapalijama.github.io) or run `npx indrapalijama` in your terminal.
The code for this project is available on my [GitHub repository](https://github.com/indrapalijama/mobile-qr-generator).

If you would like to discuss this project or have any questions, feel free to contact [contact me](indrapalijama.github.io) or simply just run `npx indrapalijama` from your terminal!

0 comments on commit 56e2a45

Please sign in to comment.