Picture this:
[Read More]
How to query Elasticsearch Index in your own custom Kibana plugin
In this post we look at how we can connect our Kibana plugin to our Elasticsearch cluster and query it.
For example, in your plugin - you might want to get a number of specific logs within the last 5 minutes.
[Read More]
Creating a React App with Semantic UI in 2019 (Finally)
It’s August 2019 and I want to work on my incomplete Protfolio Website. However, I thought that instead of continuing development on it using semantic-ui, I would experiment with Semantic-UI’s ReactJS integration. I figured this was also a good opprotunity to have more practice with ReactJS based on my last...
[Read More]
Trying out ReactJS... And why you should use it too
Weekend Project #1 - Making a Tic Tac Toe Game using ReactJS
I’ve always been hearing about React and I thought that this weekend, I’d spend sometime exploring ReactJS, a very popular and powerful web framework.
[Read More]