docker-compose for Elasticsearch & Kibana
Create a file docker-compose.yml with the following content:
1 | version: '3' |
This is my technical blog about programming, server setup & configuration, technical learning experience.
Create a file docker-compose.yml with the following content:
1 | version: '3' |
Quite often, we have seen a lot of news site (e.g. forbes.com),
when you scrolled until end of the article, it will shows another article.
Recently I come across A/B testing, to see which algorithm is most effective to trigger user clicks.
Here I use Google Optimize, setup via
Google Tag Manager to do the job.
When we use AWS, often we will use RDS, for security reason, is better to not to expose to public.
I’ve been heard of continuous integration long ago, thus I decide to give it a try.
I found the official guideline from GitLab itself, and it looks quite complicated.
End up I follow this article.
Initially I was using jQuery.ajax call to send a request to server before user
leave the page.
1 | window.onbeforeunload = function(evt) { |
No doubt that Google is very powerful. I’ve been researching for
Google Analytics (GA) API for quite sometime, due to it’s complex documentation
(somehow I think is very hard to find what I need).
In CMS, often the navigation menu is editable in backend, and can change the order.
Let’s see how to implement using DataTable.
Let’s take the query from this post as example
1 | SELECT books.id AS book_id |