Categories
Tech

A Log Analyzer with the ELK Stack, Nginx and Docker

This post is about a log parser I quickly put together, with the help of the Elastic Search – Logstash – Kibana (ELK) stack and Docker. The ELK Stack, in undoubtedly a phenomenal solution for analyzing centralized logging. Logstash beautifully breaks down every detail in the log and takes care of pushing them into ElasticSearch, […]

Categories
ColdFusion HTML-JS-CSS Tech

Dynamic Form Templates with CFInclude

ColdFusion is a pretty powerful language when it comes to managing all your server / enterprise resources, but it is also useful to manipulate user interfaces. In this post, we speak about using the CFInclude tag to build intuitive user experiences. To start with, here is our problem. We had multiple pages in a website, […]