Migrated from Old Blog

These posts were originally published on my old technical blog from 2014. I've migrated them here to preserve the content and share the knowledge.

🏗️ Non-Access Modifiers in Java

June 30, 2014

A comprehensive guide to non-access modifiers in Java, including static, final, abstract, synchronized, and transient modifiers with detailed explanations and examples.

🚀 How to Host Website Using Node.js

June 29, 2014

Step-by-step guide to creating a web server using Node.js, including server setup, static file serving, and hosting a complete web application.

📸 Automation - Take Snapshot of Live Webpage Using PhantomJS

June 29, 2014

Complete automation solution for taking periodic screenshots of live webpages using PhantomJS and sending them as email attachments with sendmail.

📊 Automation - Monthly SAR Report Using KSAR

June 29, 2014

Automated system monitoring using KSAR to generate graphical SAR reports in PDF format for analyzing CPU, memory, and I/O utilization trends.

🔧 Little Background About SAR

June 29, 2014

Understanding System Activity Reporter (SAR) in Linux, including data storage, memory utilization analysis, and CPU performance monitoring.

📊 HighCharts Dashboard Development

June 29, 2014

Create interactive monitoring dashboards using HighCharts jQuery plugin with Bootstrap for responsive design and JSON data integration.

🔗 Apache WebLogic Integration

January 19, 2014

Integrate Apache Web Server with Oracle WebLogic Application Server for load balancing, reverse proxy, and SSL termination capabilities.

⚙️ Maven Hudson Build Jobs

December 20, 2013

Create Maven build jobs with Hudson CI server for automated WAR file generation, including source code management and post-build actions.

📦 Maven EAR File Creation

December 20, 2013

Build Enterprise Application Archive (EAR) files using Maven multi-module projects with WAR file aggregation and deployment configuration.

About the Original Blog

my old blog was my technical blog from 2014 where I shared insights about Java development, web technologies, system administration, and automation scripts. The blog covered topics like:

  • Java programming and WebLogic server administration
  • Node.js web development and hosting
  • Linux system monitoring and automation
  • Database administration and PL/SQL
  • Continuous integration with Hudson/Jenkins

View original blog →