Skip to content
  • Home
  • About Me
  • Contact
Code Verse

Mission to unlock the mysteries of the Code verse

AWS Opensearch Search

Setup AWS OpenSearch for Docker with LocalStack

By Sathish | October 29, 2024October 29, 2024 by Sathish

OpenSearch is a distributed, open-source search and analytics suite used for a broad set of use cases like real-time application monitoring, log analytics, and website search. To use AWS OpenSearch Service, we will require LocalStack…

Laravel PHP

How to create a custom logger for Laravel

By Sathish | October 4, 2022October 4, 2024 by Sathish

In this article, we will be looking at how to create a custom logger for Laravel. Here, we are going to create a CustomLoggerFactory and a custom Formatter to output the message. 1) Creating CustomLoggerFactory…

API Javascript

Australian Address Verification and Autocomplete using AddressFinder API

By Sathish | August 13, 2019June 24, 2023 by Sathish

Australian Address autocomplete is a must have feature when implementing customer facing forms which includes Australian addresses. This autocomplete feature ensures customers enter valid addresses including unit number, street number, and post code. It also…

Varnish Web Caching

How to fix Varnish Cache 503 Guru Meditation Error

By Sathish | August 5, 2019 by Sathish

Guru Meditation Error is an unrecoverable error that occurs time to time when using Varnish Cache. The main reason for this type of error occurs is if the Backend server is not reachable. Varnish Cache…

Information Security PCI DSS

What is PCI DSS Compliance and Why It is important?

By Sathish | August 2, 2019 by Sathish

With the rise of smartphone usage, many organizations and retailers have increasingly jumped on to the e-commerce world. According to a recent survey by Periscope by McKinsey, the findings revealed that at least 70 percent…

HTML PHP Technology

Handling Multiple Images Upload – PHP Mysql

By Sathish | May 4, 2011 by Sathish

First you need to create File Upload form, Use the following html form, <form method=”post” action=”” enctype=”multipart/form-data”> Choose a file to upload : <input type=”hidden” name=”MAX_FILE_SIZE” value=”100000″><input name=”uploadedfile” type=”file”> </form> Use the following in the…

Screen SSH Technology Ubuntu

SSH and Screen – Useful Tips

By Sathish | May 4, 2011October 4, 2024 by Sathish

Screen is very useful in running processes despite losing connection to remote server connected with SSH. The detached process could be attached to the terminal and we could continue the work at later stage. This…

C++ Log4cxx Netbeans PThread Technology

Apache log4cxx framework – Example using Pthreads – Part Two

By Sathish | October 11, 2010 by Sathish

This blog post is continued from Apache log4cxx framework – Part One This post comprises of a simple Configuration file and how it can be incorporated to a c++ code file for using the log4cxx…

Mysqli PHP Technology

Php Mysqli extension

By Sathish | October 11, 2010 by Sathish

The MySql Improved Extension, a.k.a mysqli is faster more improved version of existing mysql. It is available in PHP 5 or later versions. The source code of mysqli is available at ext/mysqli. For further information…

C++ Log4cxx Netbeans Technology

Apache log4cxx framework – Part One

By Sathish | October 11, 2010 by Sathish

I happened to work with Apache log4cxx, a logging framework for c++. This framework offers lot of capabilities from simply outputting a log message to console, writing to log files, socket streaming and database logging. Best…

Posts navigation

Older posts
© 2025 Code Verse | WordPress Theme Design by Superb