In This Tutorial we will look onto parsing your syslog files and store and display it in interactable website. We will be using ELK Stack for this pur...
MicroPyramid Blog
Articles that strengthen our current focus on AI systems, modernization, and product engineering, alongside the broader engineering archive.
Older posts still cover Django, Python, AWS, Salesforce, React, Flutter, and Svelte, but the clearest current signal is around the three service lanes below.
AI Systems
RAG, knowledge workflows, search, and practical AI system design.
Explore service pageModernization
Legacy cleanup, migration planning, Django rescue, and safer system change.
Explore service pageProduct Engineering
Full-stack delivery, dashboards, portals, MVPs, and AI-ready product work.
Explore service pageAfter Installing Elastic Search in production, many new developers leave it unconfigured. In this Post, we will look into important config file change...
In Previous Tutorial we looked into Setting up EL Server which can ingest your Syslog files. In this Post, you will learn about pushing your Log File...
Daemonizing a command means to make it run as a background process.so when we have a command that we want to daemonize there are many ways to do it, m...
Google App Engine (often referred to as GAE or simply App Engine) is a platform as a service (PaaS) cloud computing platform for developing and hostin...
Celery is a task queue with focus on real-time processing, while also supports task scheduling. Task queues are used as mechanisms to distribute work ...
Quick guide to host django application using uwsgi and nginx which offers better resource utilization and performance ....
More Often you wouldve come across sharing screens with applications like Teamviewer, Windows Remote Desktop Connection or remmina (if you're a l...
Shield allows you to protect elastic search data with a username and password. It provides additional functionalities like encryption, role-based acce...
Ansible Galaxy is the hub of ansible scripts contributed by users. To follow this article its important that you know about ansible. We have a simple,...