Code Verse Blog

Mission to unlock the
mysteries of the Code verse

Exploring software development, programming tutorials, and technology insights. Join me on this journey through the ever-evolving world of code.

Latest Post

Setup AWS OpenSearch for Docker with LocalStack
AWSOpenSearchSearch

Setup AWS OpenSearch for Docker with LocalStack

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…

SathishOctober 29, 2024
Read more

All Posts

How to create a custom logger for Laravel
LaravelPHP

How to create a custom logger for Laravel

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.

SathishOctober 4, 2022
Read more
What is PCI DSS Compliance and Why It is important?
Information SecurityPCI DSS

What is PCI DSS Compliance and Why It is important?

With the rise of smartphone usage, many organizations and retailers have increasingly jumped on to the e-commerce world. According to a recent survey, at least 70 percent of the respondents are undertaking some form of online shopping activity.

SathishAugust 2, 2019
Read more
SSH and Screen – Useful Tips
ScreenSSHTechnology

SSH and Screen – Useful Tips

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.

SathishMay 4, 2011
Read more
Php Mysqli extension
MysqliPHPTechnology

Php Mysqli extension

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.

SathishOctober 11, 2010
Read more
Apache log4cxx framework – Part One
C++Log4cxxNetbeans

Apache log4cxx framework – Part One

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.

SathishOctober 11, 2010
Read more
ASP.NET.NETWeb Development

How to Use QueryString

Learn how to work with QueryString parameters in ASP.NET for passing data between pages.

SathishMarch 9, 2010
Read more