Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blackb1rd committed Oct 31, 2021
1 parent f226e8a commit b5de9ba
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 12 deletions.
34 changes: 26 additions & 8 deletions examples/resume/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,27 @@
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{Software Engineer} % Job title
{Magnecomp} % Organization
{Wang Noi, Ayutthaya, Thailand} % Location
{August 2021 - Present} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Develop C\# (Winform) for machine production.}
\item {Implement Process flow of machine.}
\item {Implement image processing using Cognex.}
\end{cvitems}
}


%---------------------------------------------------------
\cventry
{Design/Test/Software Engineer} % Job title
{Fabrinet} % Organization
{Kookot, Lumlookka Patumthanee, Thailand} % Location
{April 2018 - Present} % Date(s)
{April 2018 - July 2021} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Working in NPI product for design \& improvement
Expand All @@ -22,13 +37,15 @@
\item {Help Customer to design Process.}
\item {Development software ( Using C\#/VB.net/GoLang ) to analysis
production failure.}
\item {Develop Tester for testing product related the fiber optic via
protocal I2C, MDIO with using C\#/VB.net( Winform, WPF ).}
\item {Design/Develop/Implement Tester for testing product related the fiber optic via
protocal I2C, MDIO with C\#/VB.net( Winform, WPF ) programming with MVVM
pattern with Async Programming.}
\item {Improvement software by reducing processing time 10 - 200\% or making
software stable and asynchonous.}
\item {Design PCBs for test station using KiCad or even desing fixture
with FreeCad.}
\item {Design database( Mysql ) to track the production data.}
\item {Implement new method Alignment on ADST machine.}
\end{cvitems}
}

Expand All @@ -46,6 +63,8 @@
\begin{itemize}
\item https://seeksnack.com/
\item AMPhtml https://seeksnack.com/amp/
\item Implement backend using Gin package from Golang
https://api.seeksnack.com/
\end{itemize}
\item {Maintainer Neohugo which is a hugo-fork focused on multilingual and bug
fixes/refactor/cleanup}
Expand All @@ -68,13 +87,12 @@
asynchronous I/O, event loop and development in CentOS.}
\item {Implement test case and design test case.}
\item {Redesign the simulate train data architecture for testing by changing
from synchronous programing to asynchronous programming which is reducing test
from synchronous architecture to asynchronous architecture which is reducing test
time from 12 Hrs to 8 Hrs and also reducing the random failures that
occurred from the Python Global Interpreter Lock ( GIL ) of python
programing language.}
occurred from the Python Global Interpreter Lock ( GIL ) during
communication which came from python programing language.}
\item {Setup Gnu/Linux ( Centos ) environment/Design test software architecture
for tester to test platform
screen door control system as SIL4 requirement.}
for tester to test platform screen door control system as SIL4 requirement.}
\item {Develop/Design/Implement a platform screen door control system with
software skill using C++, asynchronous I/O and event loop.}
\end{cvitems}
Expand Down
22 changes: 18 additions & 4 deletions examples/resume/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
%-------------------------------------------------------------------------------
\cvsection{Skills}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
Expand All @@ -12,12 +11,27 @@
%---------------------------------------------------------
\cvskill
{Programming} % Category
{C, Python, Perl, Go, C\#/VB.Net, Shell script(bash)} % Skills
{C, Python, Perl, Go, C\#/VB.Net (.NET Framwork), Shell script(bash)} % Skills

%---------------------------------------------------------
\cvskill
{DevOps} % Category
{Nginx, Githun Action, Gitlab CI, Docker} % Skills

%---------------------------------------------------------
\cvskill
{Version Control Software} % Category
{git, svn} % Skills

%---------------------------------------------------------
\cvskill
{OSs} % Category
{Ubuntu, Debian, CentOS} % Skills

%---------------------------------------------------------
\cvskill
{Other} % Category
{git, Gitlab CI, Docker, Ubuntu, Debian, VIM} % Skills
{Editor} % Category
{Visual Studio, VS Code, VIM} % Skills

%---------------------------------------------------------
\cvskill
Expand Down

0 comments on commit b5de9ba

Please sign in to comment.