Skip to content

Commit

Permalink
improves
Browse files Browse the repository at this point in the history
  • Loading branch information
fizirvin committed Aug 17, 2020
1 parent 86ac06f commit ddf7a0d
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 31 deletions.
24 changes: 12 additions & 12 deletions src/components/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ const Experience = () =>{
<td colSpan='2' className='description_experience job_name'><p className='job_paragraph'><b>Remote Software Developer</b></p></td>
</tr>
<tr>
<td className='period' colSpan='2'>2020/Jan - 2020/Jul (7 months developing)</td>
<td className='period' colSpan='2'>2020/Jan - 2020/Ago (+8 months developing)</td>
</tr>
<tr>
<td colSpan='2' className='description_experience'>
<p className='job_paragraph projects'>
<b>Description:</b> The Web App of the injection Production Area needs to be updated because of the process of the company. The project needs to keep developing, get some more modules to the system, and more automation. </p>
<b>Description:</b> Develop a web app to manage the daily production reports Database. And a web app to configurate the production labels before printing. I am developing and deploying remote. </p>
</td>
</tr>
<tr>
Expand All @@ -38,9 +38,9 @@ const Experience = () =>{
<tr>
<td className='description_experience' colSpan='2'>
<ul>
<li>Develop Web App project for the Injection Production Area using full javascript stack: React.js, Node.js, Express.js, MongoDB, GraphQL and D3.js.</li>
<li>Code the full logic of Injection Project, Backend, Frontend and Deployment.</li>
<li>Maintaining and keeping update the Web App code.</li>
<li>I develop a Web App for the Database of Injection Molding Production Area with React.js, Redux.js, Node.js GraphQL, MongoDB, AWS, and D3.js.</li>
<li>Code the full Project: Backend, Frontend and Deployment.</li>
<li>Maintaining and keeping update.</li>
</ul>
</td>
</tr>
Expand All @@ -57,16 +57,16 @@ const Experience = () =>{
</th>
</tr>
<tr>
<td colSpan='2' className='description_experience job_name'><p className='job_paragraph'><b>Developer for Production Team</b></p></td>
<td colSpan='2' className='description_experience job_name'><p className='job_paragraph'><b>Software Developer for Production Team</b></p></td>
</tr>
<tr>
<td className='period' colSpan='2'>2019/Feb - 2019/Sep (+1 year developing)</td>
<td className='period' colSpan='2'>2018/Mar - 2019/Sep (+1 year developing)</td>
</tr>
<tr>
<td colSpan='2' className='description_experience'>
<p className='job_paragraph projects'>
<b>Description:</b> I was hired by the production mananager, for update the DB mainly, and collaborate within the production team.
Then, the manager of the injection area ask me to develop a "labels project" and later, a user interface for the production DB. Finally, I got only this specific responsibility.</p>
Then, the manager of the injection area ask me to develop a "labels project" and later, a web app for the production DB. Finally, I got only this specific responsibility.</p>
</td>
</tr>
<tr>
Expand All @@ -75,8 +75,8 @@ const Experience = () =>{
<tr>
<td className='description_experience' colSpan='2'>
<ul>
<li>Develop Desktop App for the Injection Production Area using VBasic.</li>
<li>for this project develop a full stack javascript web app using React.js, Node.js GrapqhQL, Express.js and MongoDB and D3.js.</li>
<li>I developed a desktop app using Vbasic.</li>
<li>and then a Web App for the Production Area with: React.js, Redux.js, Node.js GraphQL, and MongoDB.</li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -113,8 +113,8 @@ const Experience = () =>{
<tr>
<td className='description_experience' colSpan='2'>
<ul>
<li>Improving HR Database System using MySql and VBasic.</li>
<li>Develop a full stack javascript web app using React.js, Node.js GrapqhQL, Express.js and MongoDB.</li>
<li>Improving HR database and workflow, and using MySql and VBasic.</li>
<li>I developed a desktop app to get the feature of a collaborative database for the HR Team. Then, for this project, I develop a full stack JavaScript web app using React.js, Redux.js, Node.js GrapqhQL, MongoDB, and AWS.</li>
</ul>
</td>
</tr>
Expand Down
17 changes: 7 additions & 10 deletions src/components/Objective.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,30 @@ const Objective = () =>{
<div className='Objective'>
<div className='objective_container'>
<p className='objective_paragraph'>
Software development improves Business process automation of all kind of companies.
I like to build digital solutions to improve business process and workflows automation.
As a <b>Full Stack Developer</b>, I code all the logic of <b>modern Web Apps</b>.</p>
<table>
<tbody>
<tr>
<td className='italic_row'><b>Features:</b></td>
</tr>
<tr>
<td>- Database entities modeling.</td>
<td>- Endpoint functions in the Backend server.</td>
</tr>
<tr>
<td>- Endpoint functions on the Backend server.</td>
<td>- DB modeling.</td>
</tr>
<tr>
<td>- DB/Client connection (GraphQL API).</td>
<td>- Client-DB connection (GraphQL API).</td>
</tr>
<tr>
<td>- <b>Single Page App (SPA)</b> for Frontend.</td>
<td>- <b>Single Page App (SPA)</b> in Frontend.</td>
</tr>
<tr>
<td>- Automation: Spreadsheet, ERP system.</td>
<td>- Focus on <b>JavaScript full stack</b>.</td>
</tr>
<tr>
<td>- Focus +2 years on <b>Javascript MERN stack</b>.</td>
</tr>
<tr>
<td>- <b>React.js, Node.js, MongoDB, Express.js</b></td>
<td>- <b>React.js, Redux.js, Node.js, MongoDB</b></td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Plus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ const Plus = () =>{
<tr>
<td className='header_table'>Additional:</td>
<td><ul className='skill_list'>
{['Bachelor’s degree in Psychology', '(Cognitive Science research experience)','(programming lab software)', 'Is an aproach in User Experience Design'].map( (skill, i) => <li key={i}>{skill}</li>)}
{['Bachelor of Science degree in Psychology - 2003 - 2009', '(Cognitive Science research experience)','(programming lab software)', 'Is an aproach in User Experience Design'].map( (skill, i) => <li key={i}>{skill}</li>)}
</ul>
</td>
</tr>
<tr>
<td className='header_table'>Crossover:</td>
<td><ul className='skill_list'>
{['2 years in Production Team Automotive Industry', '4 years in HR team Telecom Industry', 'experience with Data Bases for office jobs, forms, and admin process', 'I find software development more challenging and necessary on every team work'].map( (skill, i) => <li key={i}>{skill}</li>)}
{['2 years in Production Team Automotive Industry', '4 years in HR team Telecom Industry', 'experience with Data Bases for office jobs, forms, reports and admin process', 'I find software development more challenging and necessary on every work team'].map( (skill, i) => <li key={i}>{skill}</li>)}
</ul>
</td>
</tr>
Expand Down
32 changes: 25 additions & 7 deletions src/components/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const Projects = () =>{
<td className='project-table-row row-start'><b>Injection Production Web App</b></td>

</tr>
<tr>
<td className='project-table-row'><b>Description: </b>A web app to manage the daily production reports Database. </td>
</tr>
<tr>
<td className='project-table-row'><a href="https://injection-app.irvinfiz.now.sh/">Injection Prod Demo Deploy</a> </td>
</tr>
Expand All @@ -27,7 +30,7 @@ const Projects = () =>{
<td className='project-table-row'><a href="https://github.com/fizirvin/injection-server">Backend repository</a> </td>
</tr>
<tr>
<td className='project-table-row'>React.js + D3.js + Node.js + MongoDB + GraphQL</td>
<td className='project-table-row'>React.js + Redux.js + Node.js + GraphQL + MongoDB + AWS + D3.js</td>
</tr>
<tr>
<td className='project-table-row row-end'>Desktop + Laptop</td>
Expand All @@ -43,6 +46,9 @@ const Projects = () =>{
<td className='project-table-row row-start'><b>Personal Portfolio Web App</b></td>

</tr>
<tr>
<td className='project-table-row'><b>Description: </b>A web app to introduce myself and my projects </td>
</tr>
<tr>
<td className='project-table-row'><a href="https://personal-portfolio.irvinfiz.now.sh/">Personal Portfolio Deploy</a> </td>
</tr>
Expand Down Expand Up @@ -70,6 +76,9 @@ const Projects = () =>{
<td className='project-table-row row-start'><b> Injection Labels Web App</b></td>

</tr>
<tr>
<td className='project-table-row'><b>Description: </b>A web app to configurate the production labels before printing </td>
</tr>
<tr>
<td className='project-table-row'><a href="https://injection-labels.irvinfiz.now.sh/">Labels Demo Deploy</a> </td>
</tr>
Expand All @@ -80,7 +89,7 @@ const Projects = () =>{
<td className='project-table-row'><a href="https://github.com/fizirvin/injection-labels-server">Backend repository</a> </td>
</tr>
<tr>
<td className='project-table-row'>React.js + Node.js + MongoDB + GraphQL</td>
<td className='project-table-row'>React.js + Redux.js + Node.js + GraphQL + MongoDB</td>
</tr>
<tr>
<td className='project-table-row row-end'>Desktop + Laptop</td>
Expand All @@ -96,6 +105,9 @@ const Projects = () =>{
<td className='project-table-row row-start'><b>HR Web App</b></td>

</tr>
<tr>
<td className='project-table-row'><b>Description: </b>A web app to manage the Employee Profile Database </td>
</tr>
<tr>
<td className='project-table-row'><a href="https://hr-app.irvinfiz.now.sh/">HR Demo Deploy</a> </td>
</tr>
Expand All @@ -106,7 +118,7 @@ const Projects = () =>{
<td className='project-table-row'><a href="https://github.com/fizirvin/hr-app-server">Backend repository</a> </td>
</tr>
<tr>
<td className='project-table-row'>React.js + Node.js + MongoDB + GraphQL</td>
<td className='project-table-row'>React.js + Redux.js + Node.js + GraphQL + MongoDB + AWS</td>
</tr>
<tr>
<td className='project-table-row row-end'>Desktop + Laptop</td>
Expand All @@ -117,11 +129,14 @@ const Projects = () =>{
</td>
</tr>
</tbody>
<tbody className='projects_body'>
{/* <tbody className='projects_body'>
<tr>
<td className='project-table-row row-start'><b>Utility Cars Web App</b></td>
</tr>
<tr>
<td className='project-table-row'><b>Description: </b>A web app to manage the utility cars admin process of a company. </td>
</tr>
<tr>
<td className='project-table-row'><a href="https://hr-cars-app.irvinfiz.now.sh/">Utility Cars Demo Deploy</a> </td>
</tr>
Expand All @@ -132,7 +147,7 @@ const Projects = () =>{
<td className='project-table-row'><a href="https://github.com/fizirvin/hr-cars-server">Backend repository</a> </td>
</tr>
<tr>
<td className='project-table-row'>React.js + Node.js + MongoDB + GraphQL</td>
<td className='project-table-row'>React.js + Redux.js + Node.js + GraphQL + MongoDB + AWS</td>
</tr>
<tr>
<td className='project-table-row row-end'>Desktop + Laptop</td>
Expand All @@ -148,6 +163,9 @@ const Projects = () =>{
<td className='project-table-row row-start'><b>Warehouse Stock Web App</b></td>
</tr>
<tr>
<td className='project-table-row'><b>Description: </b>A web app to manage the Warehouse Inventory Database </td>
</tr>
<tr>
<td className='project-table-row'><a href="https://warehouse-stock-app.irvinfiz.now.sh/">Warehouse Stock Demo Deploy</a> </td>
</tr>
Expand All @@ -158,7 +176,7 @@ const Projects = () =>{
<td className='project-table-row'><a href="https://github.com/fizirvin/warehouse-stock-server">Backend repository</a> </td>
</tr>
<tr>
<td className='project-table-row'>React.js + Node.js + MongoDB + GraphQL</td>
<td className='project-table-row'>React.js + Redux.js + Node.js + GraphQL + MongoDB + AWS + D3.js</td>
</tr>
<tr>
<td className='project-table-row row-end'>Desktop + Laptop</td>
Expand All @@ -168,7 +186,7 @@ const Projects = () =>{
</td>
</tr>
</tbody>
</tbody> */}
</table>
</div>
</div>
Expand Down

0 comments on commit ddf7a0d

Please sign in to comment.