-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
133 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import React from "react"; | ||
|
||
const AsiaCommerce: React.FC = () => { | ||
return ( | ||
<div> | ||
<h2>AsiaCommerce : Back End Developer</h2> | ||
<p> | ||
Developing E-Commerce applications, I am experienced in creating innovative solutions, performing | ||
routine maintenance and API optimization, as well as system integration from third parties. I have | ||
successfully implemented the latest technologies with a focus on developing efficient systems, reducing | ||
data redundancy, and maintaining system quality and reliability. | ||
</p> | ||
<h4>Tech Stacks :</h4> | ||
<ul> | ||
<li>- Laravel Framework</li> | ||
<li>- MySQL</li> | ||
<li>- Rest API</li> | ||
<li>- Amazon S3</li> | ||
<li>- GraphQL</li> | ||
<li>- Docker</li> | ||
<li>- Laragon for Local Development</li> | ||
</ul> | ||
</div> | ||
); | ||
}; | ||
|
||
export default AsiaCommerce; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import React from "react"; | ||
|
||
const FarmerDistribution: React.FC = () => { | ||
return ( | ||
<div> | ||
<h2>Farmer Distribution</h2> | ||
<p> | ||
This application aims to introduce raw materials and suppliers that have been registered for farmers. | ||
so that farmers can find out what raw materials are needed for planting and where they can sell them at | ||
high prices based on recommended suppliers. where they can sell at high prices based on recommended | ||
suppliers. | ||
</p> | ||
<p> | ||
This application is made with 2 versions, namely Back End and Mobile, where the Back End uses the <b>Laravel | ||
Framework</b> and for mobile using <b>Flutter</b>, while for communication they use <b>REST API</b> so | ||
that data can be synchronized between mobile and backend. so that data can be synchronized | ||
between mobile and backend. | ||
</p> | ||
<h4>Tech Stacks :</h4> | ||
<ul> | ||
<li>- Laravel Framework</li> | ||
<li>- MySQL</li> | ||
<li>- Flutter</li> | ||
<li>- Laragon for Local Development</li> | ||
</ul> | ||
</div> | ||
); | ||
}; | ||
|
||
export default FarmerDistribution; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import React from "react"; | ||
|
||
const HardwareMaintenanceManagement: React.FC = () => { | ||
return ( | ||
<div> | ||
<h2>Hardware Maintenance Management</h2> | ||
<p> | ||
This application aims to perform management of Hardware with a special method to do prediction. | ||
prediction, the prediction methods used are MTBF (Mean Time Between Failure) and MTTR (Mean Time To | ||
Repair). So that this application can predict when the time they are damaged since the first check | ||
and when it is time to repair when damage occurs. This application also uses QR Code to detect | ||
MTBF and MTTR along with analytics of the hardware used. | ||
</p> | ||
<p> | ||
<b>Laravel Framework</b> is the first choice for the development process, because they are powerful, | ||
easy and fast. As for mobile itself, it uses <b>Flutter Framework</b>, and the last one uses <b>REST | ||
API</b>. | ||
</p> | ||
<h4>Tech Stacks :</h4> | ||
<ul> | ||
<li>- Laravel Framework</li> | ||
<li>- MySQL</li> | ||
<li>- Rest API</li> | ||
<li>- Flutter</li> | ||
<li>- Laragon for Local Development</li> | ||
</ul> | ||
</div> | ||
); | ||
}; | ||
|
||
export default HardwareMaintenanceManagement; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from "react"; | ||
|
||
const PolaPedia: React.FC = () => { | ||
return ( | ||
<div> | ||
<h2>PolaPedia : Back End Developer</h2> | ||
<p> | ||
Polapedia is a B2B marketplace where they provide a place to sell architectural designs online. | ||
architecture online, although they provide a place to sell designs online they also provide a place to | ||
sell raw materials based on existing designs. also provides a place to sell raw materials based on | ||
existing designs, even to the point of preparing a place for vendors to provide installation or | ||
construction services based on designs that already exist. | ||
</p> | ||
<h4>Tech Stacks :</h4> | ||
<ul> | ||
<li>- Laravel Framework</li> | ||
<li>- MySQL</li> | ||
<li>- Rest API</li> | ||
<li>- Amazon S3</li> | ||
<li>- Laragon for Local Development</li> | ||
</ul> | ||
</div> | ||
); | ||
}; | ||
|
||
export default PolaPedia; |