OPEN SOURCE CONTRIBUTIONS
Welcome to my Open Source page, where my passion for the open-source community comes to life. For me, Open Source isn't just a software development paradigm; it's a philosophy, a way of life, and an unwavering belief in the power of collaboration and transparency.
I've always been a staunch advocate for Open Source, firmly convinced it's the catalyst for some of the most remarkable innovations in the tech world. It's a testament to the idea that when knowledge is freely shared, it has the potential to transform industries, empower individuals, and drive progress at an unprecedented pace.
In my journey as a software engineer and technology leader, I've made it a personal mission to contribute to the open source ecosystem whenever possible actively. It's not merely about the code; it's about fostering a vibrant and inclusive community that thrives on shared expertise and collective effort.
Below is a small sample of some Open Source projects I’ve led or contributed to.
Explore a complete list of my Open-Source projects at https://github.com/ericwastaken/.
A Web Server front-end to access data from PLCs. Uses the Pylogix library and provides a controlled, structured environment for selected PLC data. Supports authentication and rate limits. (Original Author + Maintainer)
PLC DATA PROXY SERVER
RAPID API FRAMEWORK
Focus on your API, not boilerplate code! ApiFocus is a scaffold project that brings together Swagger + ExpressJs to quickly create working APIs that dynamically change based on an API definition. (Original Author + Maintainer)
JAVASCRIPT RULES-ENGINE
Rule Harvester is a general purpose rules engine. The rules engine receives an input and then processes rule definitions against the input, changing that input along the way. Finally, the processed input is passed to an output. (Contributor + Maintainer)
ENHANCED AMQP CONNECTION MANAGER
AmqpCacoon is an abstraction around node-amqp-connection-manager that provides a simple interface with flow control, retries, reconnects, and more included out of the box. (Contributor + Maintainer)
DOCKER: RABBITMQ
A Docker Compose structure for creating RabbitMQ instances. (Original Author + Maintainer).