Articles

Mermaid Diagrams Demo

1 min read

Mermaid Diagrams in Hugo This article demonstrates how to use Mermaid diagrams in your Hugo website. Flowchart Example graph TD A[Start] --> B{Is it working?} B -->|Yes| C[Great!] B -->|No| D[Debug] D …

Compile nginx on FreeBSD

2 min read

To begin the installation process for NGinx on FreeBSD, follow these steps: Install PCRE (Perl Compatible Regular Expressions) by running the following command: shell Copy pkg_add pcre When we …

Intro

1 min read

Who am I? I am Mohammad Parvin(Madvin), a DevOps engineer with 10+ years of experience in the industry. I have worked in various domains like e-commerce, finance, and healthcare. I have worked on …