8000 phsaurav (Parvez Hossain Saurav) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View phsaurav's full-sized avatar
πŸ’­
Learning...
πŸ’­
Learning...

Block or report phsaurav

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
phsaurav/README.md

> Hey There!πŸ‘‹, I am PH Saurav

γ€Œ A Software Engineer & Cloud Solutions Architect 」
γ€Œ Focused on creating scalable, optimized and maintainable application solutions 」
γ€Œ Currently Reading: πŸ“– 100 Go Mistakes and How to Avoid Them 」

πŸš€ Currently Working With

Latest Blog Posts

Breaking Free from AI Subscriptions: Cost-Effective All-in-One Solution with OpenRouter

Read β†’

Managing Multiple Shadow Cloud Architectures Across Environments with Terraform Workspace

Read β†’

OnVUE Exam Experience From Bangladesh (AWS Certification Exam)


Read β†’

Pinned Loading

  1. dotfiles dotfiles Public

    Hi πŸ‘‹ Here is my .dotfiles with config for different application for my development environment. So if you like something feel free to check it out here.

    Lua 1

  2. echo_prod_blueprint echo_prod_blueprint Public

    A production-ready, scalable Golang project blueprint developed by following architectural principles from β€œ100 Go Mistakes and How to Avoid Them” and SOLID principles.

    Go

  3. FastAPI-Base FastAPI-Base Public

    A scalable production grade project architecture for FastAPI

    Python

  4. Bash Script Learning Snippets Bash Script Learning Snippets
    1
    ## Prelude:
    2
    Bash does two different things at once. It is both a `command` and a `programming` language. This gist is focused on the Bash Scripting the programming part of Bash. However, it’s the commands that give Bash scripting its true power, allowing you to interact with the system and make automation a breeze. So if you are not familier with common bash commands like `cd`, `ls`, `echo` etc. I highly recommend to have atleast a basic underting before continuing with this gist.
    3
    You can check out cheatsheet like [Bash Cheat Sheet](https://www.educative.io/blog/bash-shell-command-cheat-sheet) to take a brif look or sharpen your bash command knowledge.
    4
    For a more in-depth look you can check out [Bash Reference Manual](https://arc.net/l/quote/virfvsve) Section 4: Shell Builtin Commands
    5
    
                  
0