Separate Redis Store in Laravel
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings…
Build a web scraper with Symfony
For the last few years, scraping websites and gathering information from different sources has become one of the industry’s primary tools…
My first time using GoLang as a PHP Developer
Golang. It seemed like something that looked very interesting but seemed like it would be very difficult to grasp. Looking at various…
2
코딩 플레이그라운드 만들며 맛보는 요즘 FE 개발 환경 Part 1
개발을 하다 보면 특정 환경에서 빠르게 코드를 작성하고 그 결과를 확인해보고 싶을 때가 있어요. 라이브러리나 프레임웍 혹은 언어를 공부할 때나 아이디어를 빠르게 실험하거나 프로토타입 해보고 싶을 때 그렇지요. 바닐라 자바스크립트로 충분한 환경이라면 디렉터리 하나 만들고 js 파일 하나 html 파일 하나 만들어서 에디터를 열고 브라우저를 열어서 html 파일을 불러오는 것까지 하면 기본적인 준비가 끝나요. 근데요. 이런 바닐라 자바스크립트 환경을 만드는 것조차도 사실 귀찮을 때가 있어요. 이런 기본 환경도 귀찮은데 실무의 복잡한 …
자주 발생하는 자바스크립트 에러
자바스크립트를 이용해 개발하다 보면 개발자의 실수로 생긴 코드 상의 문제로 뻘건 에러 메시지를 자주 만나게 됩니다. 개발 중에 버그가 발견된다면 다행이지만 실 서비스에서 에러 메시지가 출력된다면 개발자로써 손발이 오그라들고 식은땀이 솟구칠 겁니다. 자바스크립트는 런타임에서만 에러 메시지를 만날 수 있기 때문에 종종 이렇게 심각한 버그를 놓치기도 합니다. 이 부분에선 요즘 타입스크립트와 그밖에 많은 도구들이 도움을 주고 있죠. 뛰어난 개발자분이라면 에러 메시지를 보자마자 빠바박 문제를 바로 파악할 수 있겠지만 저 같은 평범한 개…
Generate Random Alphanumeric Strings in PHP
Let me begin this post by saying that almost no event is truly random. Even the outcome of a classic coin toss could in theory be predicted if we knew the effect of every factor involved, like air...
appkr/repository-demo
Step-by-step Repository Pattern Demo. Contribute to appkr/repository-demo development by creating an account on GitHub.
How to Use Repository Pattern in Laravel Application Step by Step
How to Use Repository Pattern in Laravel Application Step by Step for begginers
Repository Design Pattern in Laravel
In this article, I'll discuss Repository design pattern in Laravel with question-answer way. Like what is repository pattern, what are benefits, how to implement in Laravel and more
Laravel API — Repository Pattern (Make Your Code More Structured)- The Simple Guide
Hi friends, right here, we’re gonna talk about Laravel again. Let’s go!
Laravel Repository Pattern – PHP Design Pattern | ASPER BROTHERS
Do you use the Laravel framework in your projects? See how to implement Pattern Repository. This will make your work easier and make the application architecture more readable.