Shahid's Story

Shahid's Story

Follow
homebadges
Pinned

Building Your First Virtual Router Using PFSense/OPNSense and Proxmox

Sep 10, 20224 min read 2.4K views

Virtualize PFSense/OPNSense on Proxmox that has only one network card · I've been thinking about virtualizing my router for a long time now. It gives...

Building Your First Virtual Router Using PFSense/OPNSense and Proxmox

Opening a port in Ubuntu VM (OCI - Oracle Cloud Infrastructure)

Aug 30, 20231 min read 2 views

Whether you're setting up a web server, database, or other services on a virtual machine (VM) in Oracle Cloud Infrastructure (OCI), you'll often need...

Opening a port in Ubuntu VM (OCI - Oracle Cloud Infrastructure)

Run your CI/CD runner with Gitlab Runner in 2 minutes

Jan 30, 20222 min read 165 views

I really like Gitlab for their CI/CD services. And specially their generous free usage offering. These month I've been running out of CI/CD minutes....

Run your CI/CD runner with Gitlab Runner in 2 minutes

How to exclude a route from caching in nest.js

Jan 13, 20222 min read 2.8K views

Learn how to ignore a route from caching by overriding CacheInterceptor · I love working with Nest.js, it's such an excellent framework for teams to...

How to exclude a route from caching in nest.js

Setup Redis with TLS using Docker

Jan 7, 20224 min read 6.3K views

Configuring Redis with SSL is a cumbersome task. Learn how to do it in 5 minutes. · Recently, I was trying to set up Redis for a production environment...

Setup Redis with TLS using Docker

How to add x minutes to a date in MongoDB aggregation?

May 27, 20213 min read 310 views

Write MongoDB aggregations like Pro · So I needed to know occupied time for an staff from orders they've been assigned. A customer creates an order and...

How to add x minutes to a date in MongoDB aggregation?