I am Jared Jacob. I am a highly motivated and adaptive programmer.
Hello, I'm Jared Jacob. I am a responsible and highly motivated programmer. I am adpatable to new changes while also being dependable. I like to challenge myself to further increase my skillbase. I work well on team projects as well as working on my own independent tasks. I have had the priviledge to work with many different languages and frameworks. Although the list below shows my featured current knowledge, other languages and frameworks have been used and new ones are always being explored.
This Slack bot was written using the Slack BoltJS library for NodeJS along with integrations with Amazon Lex. Here we have mapped utterances or natural language phrases such as I want to create a case to intent such as create_case. From there the chatbot was setup with many integrations to systems including Salesforce, Dropbox, O365 to create cases, show statuses, or direct users to knowledge base articles for issues.
A natural language processing Slack Chatbot used to automate IT tasks and questions
This was created to replace my old site which was derived from a template and hard to maintain. I wanted to use my newly aquired AngularJS to make editting and maintaining projects easier for me. Credit to bootswatch.com for the UI styles.
Personal Portfolio
This form/process was created to speed up and modernize the imports process for the Umass Document Imaging system. The new process leveraged RabbitMQ and smaller NodeJS programs to take a zip file of multiPage TIFF images, unziped, parsed the index keys csv, and created the documents. Using this process we could easily scale out the processes by adding more instances of the program.
Updated the Umass imports process for the Document Imaging system
This project was created to get a sense of how we could rewrite the current admissions web application that was currently using PeopleSoft. I used NodeJS to run the server as well as the rest api into what we wanted to integrate with which was salesforce. All the routing and logic was done on the front end using Angularjs.
A prototype for the Umass Admissions application
These forms were created in order to move a lot of the operation support from my team to the individual Campuses all using our single Document Imaging system. The forms for example would allow them to add users, document types, and even create a basic full workflow all while enforcing our naming conventions and other standards. These all integrated with the Document Imaging Systems REST API.
Forms created that empowered users to update our Document Imaging system
This project was made for a html and javascript course at the University of Massachusetts Lowell. The goal was to create a form for a person to enter a range of numbers and generate its multiplication table from it. Further more I was able to add code that would allow the user to see the row and column highlighted when hovering over a cell.
A multiplication table creator
This game was created using python and the pygame module. The game uses the random function to generate each horses movement. Once a horse reaches the finish line, the game will check what horse you chose and tell you that you either won or lost and allow you to play again. This was to be a prototype for a similar game that I plan to create for android. Code will be given upon request.
A protoype game created using pygame
This utility was created so I could script specific mundane tasks into automated sequences. The goal was simple, create a way to script simple tasks without any type of api given by the program itself. This uses the win32 modules for python to save x and y coordinates of the screen of where to click next. After creating a simple clicking scenario, I created this utility to help me record my actions more quickly and put it into it's own scenario. Code will be given upon request.
A program to mimic keyboard and mouse to automate tasks that had no API