resume

Source for my resume; typeset in roff
Log | Files | Refs

commit 43a3705aeb83f1a9c0128e9bef9bd3d92798cb6e
Author: Charles Baptista <rayek@leetah.oroboro.com>
Date:   Sat,  5 Apr 2025 19:47:46 -0400

Initial commit.
Unfinished but orderly groff version for 2025
Includes wysiwyg version from 2020 as reference

Diffstat:
ACharles_Baptista-Resume_2020.pdf | 0
Acharles_baptista.ms | 76++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Acharles_baptista_resume.pdf | 0
Amakefile | 2++
Aresume.pdf | 0
Aresume.tmac | 66++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aresume_2020.txt | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aresume_2020_clean.txt | 65+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 271 insertions(+), 0 deletions(-)

diff --git a/Charles_Baptista-Resume_2020.pdf b/Charles_Baptista-Resume_2020.pdf Binary files differ. diff --git a/charles_baptista.ms b/charles_baptista.ms @@ -0,0 +1,76 @@ +.ds CH +.nr PO 0.5i +.nr LL 7.5i +.nr HM 0.5i +.nr FM 0.5i +.so resume.tmac + +.contact "35 Falmouth Rd. Arlington, MA 02474" "charles@charlesbaptista.com" "857-241-0064" + +.pdfhref W -D http://charlesbaptista.com charlesbaptista.com +.pdfhref W -D mail:charles@charlesbaptista.com charles@charlesbaptista.com +.pdfhref W -D tel:+1-857-241-0064 "+1 857-241-0064" + + +.title "Charles S. Baptista" "charles@charlesbaptista.com" + +.subtitle SKILLS +.skill Programming - C, C++, Git, Linux, FreeRTOS +.skill Industrial - Siemens PLC, SCL, LAD, TIA Openness, S7 Safety +.skill Tools - Power and Hand Tools, Oscilloscope, Multimeter, 3D Printing +.skill Electrical - NFPA 70E Certified, Read Schematics, Cable Construction, Soldering +.skill CAD Software - SolidWorks, PTC Creo + +.subtitle EDUCATION +.institution "Wentworth Institute of Technology" +.when "Graduated 2018" +.tabin Bachelor of Science - Mechanical Engineering + +.subtitle WORK EXPERIENCE +.institution "Berkshire Grey" "Bedford, MA" +.when "Nov 2020 - Current" +.role "Principal Electrical Engineer" +.bullet Lead PLC controls for RSPS warehouse picking product; scaled from lab prototype to 100+ production systems. +.bullet Designed Concept-Of-Operations for RSPS warehouse picking station. +.bullet Wrote configuration control tools for and managed version control of PLC codebase. +.bullet Implemented controls for large zero-pressure-accumulation conveyor system, capable of 52 CPM throughput with a 40 minute MTBF. +.bullet Lead install team of 6 contractors, 2 controls engineers during construction of large zero-pressure-accumulation conveyor system. + +.institution "Berkshire Grey" "Perth Amboy, NJ" +.when "Nov 2018 - Nov 2020" +.role "Field Service Engineer" +.bullet Diagnosed and repaired 500+ mobile robots. +.bullet Investigated root cause for a wide variety of issues on a large robotic warehouse automation system. +.bullet Developed firmware for mobile robots, improving error reporting and sensor feedback. +.bullet Performed commissioning, diagnosis, repair and reworks of industrial electrical cabinets. + +.institution "Cytonome" "Bedford, MA" +.when "Sept 2017 - Dec 2017" +.role "Manufacturing Engineering Co-Op" +.bullet Designed and assembled fixtures to improve manufacturing processes. +.bullet Wrote and revised assembly/test procedures and trained technicians. +.bullet Created Excel macros to automatically fill out test records from raw data files. + +.institution "SharkNinja" "Newton, MA" +.when "Jan 2017 - May 2017" +.role "Test Engineering Co-Op" +.bullet Designed testbed for robotic vacuum cleaner accelerated-life and reliability testing. +.bullet Created software tools and UI for testing and data processing in MatLab and Excel. +.bullet Assessed testing data and procedures to increase repeatability, identify sources of error, and otherwise improve testing standards + +.institution "YDreams Robotics" "Lisbon, Portugal" +.when "Jul 2013 - Aug 2013" +.role "Design Internship" +.bullet Designed prototype for two-wheeled self-balancing smartphone robot +.bullet Designed attachable electric multi-tool systems for smartphone robot including, scissors, pen and screwdriver + +.subtitle PROJECTS +.project "Smart Lamp" "Capstone Project" +.when "Jan 2018 - Aug 2018" +.bullet Designed, programmed and manufactured robotic desk lamp +.bullet Programmed Denavit-Hartenberg forward kinematics and inverse kinematics systems + +.project "Tapestry Game Engine" "Independent Project" +.when "Aug 2015 - May 2018" +.bullet Developed 2D side-scroller game engine in C++ using the SDL2 library +.bullet Programmed systems including animation, actors, sound, JSON based level loading, events, terrain, and physics among others diff --git a/charles_baptista_resume.pdf b/charles_baptista_resume.pdf Binary files differ. diff --git a/makefile b/makefile @@ -0,0 +1,2 @@ +make: + groff -ms -Tpdf charles_baptista.ms > charles_baptista_resume.pdf diff --git a/resume.pdf b/resume.pdf Binary files differ. diff --git a/resume.tmac b/resume.tmac @@ -0,0 +1,66 @@ +.de title +.lp 35 Falmouth Rd. Arlington, MA 02474 +.lp charles@charlesbaptista.com | 857-241-0064 +.name \\$1 +.sp -1 +\s(12 \l'45\_' +.. + +.de name +\f(HB\s(16\\$* +.. + +.de url +.. + +\# address, email, phone +.de contact +.DS R +.sp -2 +\fH\s(10 \\$1 +\fH\s(10 \\$2 | \\$3 +.DS +.LP +.. + +.de subtitle +\f(HB\s(12\\$* +.LP +.. + +.de skill +\fH\s(10\\$* +.LP +.. + +.de institution +.LP +.ie '\\$2'' \fH\s(10 \\$1 +.el \fH\s(10 \\$1 | \\$2 +.. + +.de when +.DS R +.sp -2 +\fH\s(10 \\$1 +.DS +.LP +.. + +.de role +\fH\s(10\\$1 +.. + +.de project +\fH\s(10 \\$1 | \\$2 +.. + +.de bullet +.IP +\fH\s(10\(bu \\$* +.. + +.de tabin +\fH\s(10\\$* +.. + diff --git a/resume_2020.txt b/resume_2020.txt @@ -0,0 +1,62 @@ +CHARLES S. BAPTISTA + + 127 Adamecs Way, South Amboy, NJ 08879 + ​charles@charlesbaptista.com​ | 857-241-0064 +charlesbaptista.com +EDUCATION +Wentworth Institute of Technology +Graduated 2018 +Bachelor of Science - Mechanical Engineering + +SKILLS +CAD Software - SolidWorks, PTC Creo +Programming - C, C++, FreeRTOS, Linux, Git +Tools - Power and Hand Tools, Oscilloscope, Multimeter, 3D Printing, CNC +Electrical - NFPA 70E Certified, Read Schematics, Cable Construction, Soldering + +WORK EXPERIENCE +Berkshire Grey | New Brunswick Area, NJ +Nov 2018 - Current +Field Service Engineer +● +Diagnosed and repaired 500+ mobile robots. +● +Investigated root cause for a wide variety of issues on a large integrated robotic system. +● +Developed firmware for mobile robots, improving error reporting and sensor feedback. +● +Performed commissioning, diagnosis, repair and reworks of industrial electrical cabinets. +● +Programmed and configured IFM PLCs, JVL motors. Calibrated ABB Arms. + +Cytonome | Bedford, MA +Sept 2017 - Dec 2017 +Manufacturing Engineering Co-Op +● +Designed and assembled fixtures to improve manufacturing processes. +● +Wrote and revised assembly/test procedures and trained technicians. +● +Created Excel macros to automatically fill out test records from raw data files. + +SharkNinja | Newton, MA +Jan 2017 - May 2017 +Test Engineering Co-Op +● +Designed testbed for robotic vacuum cleaner accelerated-life and reliability testing. +● +Created software tools and UI for testing and data processing in MatLab and Excel. +● +Assessed testing data and procedures to increase repeatability, identify sources of error, +and otherwise improve testing standards + +YDreams​ ​Robotics | Lisbon, Portugal +Jul 2013 - Aug 2013 +Design Internship +● +Designed prototype for two-wheeled self-balancing smartphone robot +● +Designed attachable electric multi-tool systems for smartphone robot including, scissors, +pen and screwdriver + + diff --git a/resume_2020_clean.txt b/resume_2020_clean.txt @@ -0,0 +1,65 @@ + CHARLES S. BAPTISTA + + 35 Falmouth Rd, Arlington, MA 02474 + charles@charlesbaptista.com | 857-241-0064 + +EDUCATION +Wentworth Institute of Technology +Graduated 2018 +Bachelor of Science - Mechanical Engineering + + SKILLS +Programming - C, C++, Git, Linux, FreeRTOS +Industrial - Siemens PLC, SCL, LAD, TIA Openness, S7 Safety +Tools - Power and Hand Tools, Oscilloscope, Multimeter, 3D Printing +Electrical - NFPA 70E Certified, Read Schematics, Cable Construction, Soldering +CAD Software - SolidWorks, PTC Creo + + WORK EXPERIENCE +Berkshire Grey | Bedford, MA +Nov 2020 - Current +Principal Electrical Engineer +● Lead PLC controls for RSPS warehouse picking product; scaled from lab prototype to 100+ production systems. +● Designed Concept-Of-Operations for RSPS warehouse picking station. +● Wrote configuration control tools for and managed version control of PLC codebase. +● Implemented controls for large zero-pressure-accumulation conveyor system, capable of 52 CPM throughput with a 40 minute MTBF. +● Lead install team of 6 contractors, 2 controls engineers during construction of large zero-pressure-accumulation conveyor system. + +Nov 2018 - Nov 2020 +Berkshire Grey | Perth Amboy, NJ +Field Service Engineer +● Diagnosed and repaired 500+ mobile robots. +● Investigated root cause for a wide variety of issues on a large robotic warehouse automation system. +● Developed firmware for mobile robots, improving error reporting and sensor feedback. +● Performed commissioning, diagnosis, repair and reworks of industrial electrical cabinets. + +Cytonome | Bedford, MA +Sept 2017 - Dec 2017 +Manufacturing Engineering Co-Op +● Designed and assembled fixtures to improve manufacturing processes. +● Wrote and revised assembly/test procedures and trained technicians. +#● Created Excel macros to automatically fill out test records from raw data files. + +SharkNinja | Newton, MA +Jan 2017 - May 2017 +Test Engineering Co-Op +● Designed testbed for robotic vacuum cleaner accelerated-life and reliability testing. +● Created software tools and UI for testing and data processing in MatLab and Excel. +#● Assessed testing data and procedures to increase repeatability, identify sources of error, and otherwise improve testing standards + +YDreams Robotics | Lisbon, Portugal +Jul 2013 - Aug 2013 +Design Internship +● Designed prototype for two-wheeled self-balancing smartphone robot +● Designed attachable electric multi-tool systems for smartphone robot including, scissors, +pen and screwdriver + + PROJECTS +Smart Lamp | Capstone Project Jan 2018 - Aug 2018 +● Designed, programmed and manufactured robotic desk lamp +● Programmed Denavit-Hartenberg forward kinematics and inverse kinematics systems + +Tapestry Game Engine Project | Independent Project Aug 2015 - May 2018 +● Developed 2D side-scroller game engine in C++ using the SDL2 library +● Programmed systems including animation, actors, sound, JSON based level loading, +events, terrain, and physics among othe