Solutions using React

Check out solutions that use React here. Interested in something else? See the full list of technologies here.

Build a Data-Intensive, Full Stack App from Start to Finish

Project screenshot

The strength of a full-stack data engineer is the ability to bring the entire stack together, coordinating all of your microservices and features into a single product. Any developer can slap a new feature onto your project, but if new features aren't seamlessly integrated into your project as a whole, they will run inefficiently and slow down future development. See how everything can work together, from data pipeline to web app to data visualization and user-facing search functionality. View on Github

Visualize Your Graph Data in Vega

Project screenshot

Data visualization is particularly valuable when it comes to graph processing. If you are using graph technology due to the connectivity within your data, then you will want to visualize the connectivity and show it to your clients. Vega, being built on D3.js, comes with a powerful API to do just that. View on Github

Extract Actionable Steps from your Data

Project screenshot

After collecting your data, you are going to want to use it. In this project I demonstrate how to run batch jobs that audit content marketing websites for broken links, missed opportunities, and rooms for growth, all derived from Google Analytics and displayed in easy to use UIs. View on Github

Provide Search for Cassandra DB using Elasticsearch and NodeJS

Project screenshot

Elassandra makes it easy to quickly and easily use Cassandra together with Elasticsearch, allowing us to take advantage of the strength of each. With a simple NodeJS server on top of that, and tools like React and Searchkit, we can access and display our data whether it originated in Cassandra or Elasticsearch. If you have a Cassandra cluster and want to add greater querying power, or on the other hand have Elasticsearch and want to pair it with the capabilities of Cassandra, it’s definitely worth giving Elassandra a look. View on Github