Skip to content
View vuvas's full-sized avatar
Block or Report

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

Hi 👋, I'm Yonas

A passionate software engineer from Ethiopia.

  • 🌱 I’m currently learning Blazor, Laravel
  • 💬 Ask me about System Design, SQL, Dotnet Core, Web Development, Angular, ReactJS

Languages and Tools:

angular angularjs bootstrap csharp docker dotnet figma firebase gcp git illustrator javascript jenkins laravel mongodb mssql mysql nestjs nextjs photoshop postgresql postman sass sqlite tailwind typescript xd

Pinned Loading

  1. Managing PostgreSQL users and roles 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 Angular-AlbumStoreProductPage Public

    Forked from Rolias/Angular-AlbumStoreProductPage

    JavaScript

  3. ISO-Country-Data ISO-Country-Data Public

    Forked from vijinho/ISO-Country-Data

    ISO Country data in JSON and CSV format.

  4. laravel-realworld-example-app laravel-realworld-example-app Public

    Forked from gothinkster/laravel-realworld-example-app

    Exemplary real world backend API built with Laravel

    PHP

  5. melita-ui melita-ui Public

    TypeScript

  6. ng-datatable 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