Skip to content
View wardvisual's full-sized avatar
🚀
to the moon!
🚀
to the moon!

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
{
  "name": "Edward Fernandez",
  "skills":["Typescript", "Node.js", "NestJS", "Angular", "Flutter"]
}

Pinned

  1. dockerized-db dockerized-db Public

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

    1

  2. engine-warvil engine-warvil Public

    A comprehensive language tool.

    TypeScript 26 4

  3. sass-boilerplate sass-boilerplate Public

    SASS boilerplate utilizing the 7-1 architecture pattern

    SCSS

  4. blog-api blog-api Public

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

    TypeScript 2

  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