Thursday, 18 January 2024

browse, search, and purchase books using perl DBIx::Class , Mysql and GraphQL


A web-based book store that allows users to browse, search, and purchase books. The system uses DBIx::Class as an ORM layer to interact with a MySQL database, a RESTful API for communicating between the frontend and backend, and GraphQL for querying the data.

Modules Used:

  • DBIx::Class for ORM
  • LWP::UserAgent for making HTTP requests
  • JSON::XS for parsing JSON data
  • GraphQL::Query for generating GraphQL queries
  • GraphQL::Response for parsing GraphQL responses
Read more »

Labels: ,

Tuesday, 16 January 2024

Login System using perl catalyst MVC



1.install the required Below dependencies:

cpanm --installdeps .

Read more »

Labels:

Tuesday, 2 January 2024

Mastering Kubernetes: A Journey to Become a Certified Kubernetes Administrator

Are you interested in becoming a Certified Kubernetes Administrator? Do you want to gain expertise in Kubernetes and understand its various components? Look no further! In this article, we'll guide you through a comprehensive repository that will help you achieve your goals.


The Repository:

The GitHub repository, created by NotHarshhaa, is a treasure trove of information for anyone looking to master Kubernetes. It contains a wealth of resources, including tutorials, guides, and exercises, that will help you learn Kubernetes from scratch. The repository is well-structured, making it easy to navigate and learn from.

Read more »

Labels:

Platform Engineering Vs Devops