Search result

format에러날 경우

이렇게 할 경우 에러가 생기는 경우가 있다.{{($workplan->created_at)->format('m-d')}}Call to a member function format() on string (View: /Users/wonhochoi/pcb/resources/views/workplan/index.blade.php)아...

Carbon

Typescript SOLID (1) - 단일책임원칙(SRP)

객체지향에서 가장 모호한게 클래스의 크기를 규정하는 일입니다. 단일 책임 원칙(SRP, Single Responsibility Principle)은 이 문제를 해결 할 수 있도록 가이드라인을 제시합니다. 한 클래스는 하나의 책임만...

CleanCode solid designpattern typescript

Typescript SOLID (1) - 단일책임원칙(SRP)

객체지향에서 가장 모호한게 클래스의 크기를 규정하는 일입니다. 단일 책임 원칙(SRP, Single Responsibility Principle)은 이 문제를 해결 할 수 있도록 가이드라인을 제시합니다. 한 클래스는 하나의 책임만...

CleanCode solid designpattern typescript

zsh 사용하기

1. CentOS 7 yum install zsh 2. CentOS 8 dnf install zsh 3. MacOS X brew install zsh 기본 쉘을 zsh 로 변경합니다. chsh -s /bin/zsh 이후, 계정마다 oh my zsh 를 설치합니다. curl -L https://raw.github.com...

서버관리 zsh

Set WireGuard Client on Windows

Because of the COVID-19, most of company introduce remote-working system. In this post, you can get knowledge about how to set your…Continue reading on Medium »

wireguard settings VPN

How to control multiple PHP versions in Ubuntu

Although PHP 5.6 is legacy version and it’s not recommend for system, sometimes we should maintain legacy system. Let’s learn how to…Continue reading on Medium »

version-control PHP ubuntu

라라벨 7 새기능

Laravel 7.0 2020년3월3일 출시 https://laravel.com/docs/7.x/releases * Laravel Airlock - 인증 : spa, 모바일, api, 토큰 * Custom Eloquent Casts - 커스텀 자료형 타입 * 블레이드에서 컴포넌트 지원 Blade Co...

PHP

라라벨 7 새기능

Laravel 7.0 2020년3월3일 출시 https://laravel.com/docs/7.x/releases * Laravel Airlock - 인증 : spa, 모바일, api, 토큰 * Custom Eloquent Casts - 커스텀 자료형 타입 * 블레이드에서 컴포넌트 지원 Blade Co...

PHP

[펌] MySQL 8.0 새기능

MySQL 8.0 새기능 https://blog.naver.com/theswice/221321015924 * NoSQL 지원 * SQL WINDOW 함수, Common Table, NOWAIT 및 SKIP LOCKED, 내림차순 인덱스, Grouping, 정규식, Character Sets, Cost Model 및 히스...

Web

[펌] MySQL 8.0 새기능

MySQL 8.0 새기능 https://blog.naver.com/theswice/221321015924 * NoSQL 지원 * SQL WINDOW 함수, Common Table, NOWAIT 및 SKIP LOCKED, 내림차순 인덱스, Grouping, 정규식, Character Sets, Cost Model 및 히스...

Web