Skip to content
View vuvas's full-sized avatar

Block or report vuvas

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

Hey 👋, I'm Yonas

linkedin twitter

A passionate software engineer from Ethiopia.

🧐 More About Me:

  • 🌱 I’m currently learning Laravel, Go
  • 💬 Ask me about anything tech related, I am happy to help;

Languages and Tools:

JavaScript Typescirpt React Angular git

C# C# Node.js nextjs photoshop postgresql postman sass sqlite tailwind

docker figma firebase gcp illustrator mongodb mssql mysql

Pinned Loading

  1. Managing PostgreSQL users and roles
    1
    # Managing PostgreSQL users and roles
    2
    
                  
    3
       With PostgreSQL, you can create users and roles with granular access permissions. The new user or role must be selectively granted the required permissions for each database object. This gives a lot of power to the end user, but at the same time, it makes the process of creating users and roles with the correct permissions potentially complicated.
    4
    
                  
    5
    PostgreSQL lets you grant permissions directly to the database users. However, as a good practice, it is recommended that you create multiple roles with specific sets of permissions based on application and access requirements. Then assign the appropriate role to each user. The roles should be used to enforce a least privilege model for accessing database objects. The master user that is created during Amazon RDS and Aurora PostgreSQL instance creation should be used only for database administration tasks like creating other users, roles, and databases. The master user should never be used by the application. [^1]
  2. Angular-AlbumStoreProductPage Public

    Forked from Rolias/Angular-AlbumStoreProductPage

    JavaScript

  3. ISO-Country-Data Public

    Forked from vijinho/ISO-Country-Data

    ISO Country data in JSON and CSV format.

  4. laravel-realworld-example-app Public

    Forked from gothinkster/laravel-realworld-example-app

    Exemplary real world backend API built with Laravel

    PHP

  5. melita-ui Public

    TypeScript

  6. ng-datatable Public

    Forked from bhaveshpatel200/ng-datatable

    ng-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable

    TypeScript