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

Block or report nspalo

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

Pinned

  1. SOLID Principles SOLID Principles
    1
    # SOLID PRINCIPLE
    2
    > Clean, Reusable, Maintainable, Testable, and Extendable Code
    3
    > - **S** Single Responsibility Principle  
    4
    > - **O** Open-Close Principle  
    5
    > - **L** Liskov's Substitution Principle  
  2. Laravel with Doctrine Set-up Laravel with Doctrine Set-up
    1
    # Laravel 5.8 with Doctrine 1.4
    2
    Installation and configuration procedures for laravel and doctrine
    3
    The following packages that will be installed:
    4
    - laravel 5.8
    5
    - laravel-doctrine orm 1.4
  3. docker-laravel-template docker-laravel-template Public

    Build a development template for a Dockerize Laravel environment

    PHP 1

  4. programming-challenge programming-challenge Public

    Some Interesting Programming Problems, Challenges and Solutions

    PHP 3 2

  5. dockerize-web-development-template dockerize-web-development-template Public template

    A simple project that aims to build a Dockerize environment repository for web development

    Shell 2

  6. bizmates-weather-app-exam bizmates-weather-app-exam Public

    A simple weather forecasting application built with Laravel that can display weather update from Japan as a coding exam for Bizmates Ph

    PHP