Skip to content
View wardvisual's full-sized avatar
✉️
any updates?
✉️
any updates?

Sponsoring

@goetzrobin

Highlights

  • Pro

Organizations

@devisualsph
Block or Report

Block or report wardvisual

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

Edward Fernandez's Banner

Pinned Loading

  1. dockerized-db dockerized-db Public

    This repository contains my setup for dockerized databases on a Linux environment.

    1

  2. sass-boilerplate sass-boilerplate Public

    SASS boilerplate utilizing the 7-1 architecture pattern

    SCSS

  3. blog-api blog-api Public

    Blog Web API with NestJS, RxJS, PostgreSQL, Docker and TypeORM

    TypeScript 2

  4. go-store-api go-store-api Public

    POC for creating an API using Golang.

    Go

  5. Install Docker on Arch Linux Install Docker on Arch Linux
    1
        # Install the Official version of Docker on Arch
    2
        sudo pacman -Syu
    3
        sudo pacman -S docker
    4
        
    5
        # Installing the development version of Docker on Arch
  6. Setup Flutter on Arch Linux Setup Flutter on Arch Linux
    1
          pacman -S --needed git base-devel
    2
          git clone https://aur.archlinux.org/yay.git
    3
          cd yay
    4
          makepkg -si
    5