Skip to content
View thekubera's full-sized avatar

Block or report thekubera

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thekubera/README.md

Welcome to Kubera's Terminal

██╗  ██╗██╗   ██╗██████╗ ███████╗██████╗  █████╗ 
██║ ██╔╝██║   ██║██╔══██╗██╔════╝██╔══██╗██╔══██╗
█████╔╝ ██║   ██║███╔═██╗█████╗  ██████╔╝███████║
██╔═██╗ ██║   ██║██╔══██║██╔══╝  ██╔══██╗██╔══██║
██║  ██╗╚██████╔╝██║  ██║███████╗██║  ██║██║  ██║
╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝

user@thekubera:~$ whoami
Kubera - Backend Developer | Tech Enthusiast | Ilam, Nepal

user@thekubera:~$ skills --list

PHP · Laravel · Kafka · Redis · Docker · MySQL · PostgreSQL · React · Node · Express

user@thekubera:~$ uptime

Coding efficient solutions since 2019*

user@thekubera:~$ ping --contact

LinkedIn: https://www.linkedin.com/in/thekubera/

user@thekubera:~$ cat quote.txt

"Code is poetry when it not only runs but scales."

user@thekubera:~$ status
> Currently optimizing life and code.

user@thekubera:~$ exit
Session closed. Happy coding!

Pinned Loading

  1. postgres-logical-replication postgres-logical-replication Public

    This project demonstrates database level replication between two PostgreSQL databases using its native publish/subscribe feature—no app logic or external tools used.

    Shell

  2. laravel-pub-sub laravel-pub-sub Public

    This repository demonstrates a Producer-Consumer setup using Apache Kafka.

    PHP

  3. laravel-queue-example laravel-queue-example Public

    This repository provides an example of how to set up a Laravel application with Redis queues and a MySQL database using Docker. The application includes a simple job that sends an email, with email…

    PHP