Hi, long time no see 😀 Laravel là một framework nổi tiếng nhất trong cộng đồng PHP, 1 phần là vì cấu trúc tuyệt vời của nó. Khi nói đến architectural concepts của Laravel, không thể không nhắc tới Service Container. Khi bạn đụng đến 1 bài toán lớn hơn, cần sử dụng nhiều services,… Continue reading Service Container & DI “sành điệu” với Laravel
Category: Web development
Trait – Mixin in PHP?
Hi guys 🙂 Như các bạn có lẽ đã biết, PHP là 1 ngôn ngữ single inheritance, tức là nó sẽ có 1 số nhược điểm như: Mất thời gian & công sức khi tìm hiểu/chạy hệ thống. Ví dụ: 1 class có 10 levels các class cha, thì về cơ bản nó sẽ phải… Continue reading Trait – Mixin in PHP?
Setup Nginx, PHP, MySQL and phpMyAdmin on macOS High Sierra
Recently I bought a Mac and with all the curiosity, I upgraded to the newest OS which is High Sierra. I heard a lot about the ease of setting up development environment on Mac with package manager like brew Beside, I have used Linux and Windows simultaneously for almost a year, so I thought an… Continue reading Setup Nginx, PHP, MySQL and phpMyAdmin on macOS High Sierra
stdClass là gì? Làm thế nào để có Dynamic Properties trong PHP?
Chào các bạn, mình là Đăng, và mình đã trở lại rồi đâyy Nếu bạn là 1 người rất hay tò mò nghịch ngợm, giống tôi, thì chắc hẳn bạn đã từng lang thang trong core của mấy thằng PHP framework như Laravel hay Yii, và chắc cmn cú là các bạn cũng đã thấy… Continue reading stdClass là gì? Làm thế nào để có Dynamic Properties trong PHP?
What is stdClass? And Dynamic Properties in PHP?
Well hello there, I’m back If you are a curious person, like me, you must have wandered in the core code of PHP frameworks like Laravel or Yii, and you must have seen this stdClass here and there. Now, let’s see what is that and how it helps us to code cleaner and more efficient. Okay… Continue reading What is stdClass? And Dynamic Properties in PHP?
Làm toán giải trí một tí nhỉ?
Ok, chào tất cả anh em Chả là cuối tuần, ở nhà rảnh rang, trời thì se se lạnh, mũi hơi tắc, chỉ muốn co ro quấn chăn ôm laptop cho ấm. Lang thang thi cái cuộc thi lập trình của bọn Top Career gì đó :v vô tình vấp phải 1 bài test demo,… Continue reading Làm toán giải trí một tí nhỉ?
Debug variables in Yii 2
Debug variables in Yii 2
Short & accurate definition about position in CSS
Ever since I started developing web, I've seen and used the CSS attribute so-called "position". But I'd never seem to understood what it does, I just randomize its value until I got what I needed (yeah that's stupid and ignorance). But then, one day, I realize something big, something important is missing... I feel so empty inside... DAMN I HAVE TO WRAP MY HEAD AROUND THIS "POSITION" THING! So here it hoes *goes (sorry, typo), real short and accurate. Hope this post will help some fallen angel like I used to be.