Skip to content

Commit eb709ef

Browse files
committed
devops
1 parent 7016fab commit eb709ef

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed

devops/kubernates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* https://www.youtube.com/watch?v=VnvRFRk_51k

web-developer/php/advance/database/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33
* http://php.net/manual/en/intro.pdo.php
4+
* https://www.cloudways.com/blog/connect-mysql-with-php/
45

56

67
# extend other driver
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
* https://www.php.net/manual/en/datetime.format.php
3+
* https://www.php.net/manual/en/timezones.asia.php
4+
5+
6+
```php
7+
# laravel
8+
{{ $model->created_at->setTimezone('Asia/Dhaka') }}
9+
```

web-developer/php/interview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* https://arc.dev/interview/php-interview-questions-and-answers
2+
* https://codingcompiler.com/php-interview-questions-answers/
3+
* https://github.com/MaximAbramchuck/awesome-interview-questions

web-developer/php/psr.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
3+
* https://medium.com/solvup-tech/php-best-practices-with-psr-standards-d960498e1cd0
4+
5+
6+
# psr-0
7+
8+
* https://www.php-fig.org/psr/psr-0/
9+
10+
# psr-1
11+
12+
* https://www.php-fig.org/psr/psr-1/
13+
14+
# psr-2
15+
16+
* https://www.php-fig.org/psr/psr-2/
17+
18+
```php
19+
\<Vendor Name>\(<Namespace>\)*<Class Name>
20+
```

0 commit comments

Comments
 (0)