https://martinfowler.com/bliki/RefactoringMalapropism.html
https://martinfowler.com/tags/refactoring.html
https://stackoverflow.com/questions/26005994/laravel-with-method-versus-load-method
Damn dump dd Laravel
"review" => array:5 [
0 => array:10 [ …10]
1 => array:10 [ …10]
2 => array:10 [ …10]
3 => array:10 [ …10]
4 => array:10 [ …10]
]
It seem clever to wrapping long array to look like above. But when I search for a missing record ID, it not show here.
So I have to debug to figure out why it is missing in the first dump but show on latter result.
https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF
https://github.com/Intervention/image
https://github.com/itsgoingd/clockwork
composer pheanstalk
https://duo.com/labs/research/apple-t2-xpc
https://stackoverflow.com/questions/29684111/how-to-compare-two-carbon-timestamps/29684354
https://stackoverflow.com/questions/6182356/what-is-2c-in-a-url
+----+-----+----+-----+----+-----+----+-----+
| Hx | Chr | Hx | Chr | Hx | Chr | Hx | Chr |
+----+-----+----+-----+----+-----+----+-----+
| 00 | NUL | 20 | SPC | 40 | @ | 60 | ` |
| 01 | SOH | 21 | ! | 41 | A | 61 | a |
| 02 | STX | 22 | " | 42 | B | 62 | b |
| 03 | ETX | 23 | # | 43 | C | 63 | c |
| 04 | EOT | 24 | $ | 44 | D | 64 | d |
| 05 | ENQ | 25 | % | 45 | E | 65 | e |
| 06 | ACK | 26 | & | 46 | F | 66 | f |
| 07 | BEL | 27 | ' | 47 | G | 67 | g |
| 08 | BS | 28 | ( | 48 | H | 68 | h |
| 09 | TAB | 29 | ) | 49 | I | 69 | i |
| 0A | LF | 2A | * | 4A | J | 6A | j |
| 0B | VT | 2B | + | 4B | K | 6B | k |
| 0C | FF | 2C | , | 4C | L | 6C | l |
| 0D | CR | 2D | - | 4D | M | 6D | m |
| 0E | SO | 2E | . | 4E | N | 6E | n |
| 0F | SI | 2F | / | 4F | O | 6F | o |
| 10 | DLE | 30 | 0 | 50 | P | 70 | p |
| 11 | DC1 | 31 | 1 | 51 | Q | 71 | q |
| 12 | DC2 | 32 | 2 | 52 | R | 72 | r |
| 13 | DC3 | 33 | 3 | 53 | S | 73 | s |
| 14 | DC4 | 34 | 4 | 54 | T | 74 | t |
| 15 | NAK | 35 | 5 | 55 | U | 75 | u |
| 16 | SYN | 36 | 6 | 56 | V | 76 | v |
| 17 | ETB | 37 | 7 | 57 | W | 77 | w |
| 18 | CAN | 38 | 8 | 58 | X | 78 | x |
| 19 | EM | 39 | 9 | 59 | Y | 79 | y |
| 1A | SUB | 3A | : | 5A | Z | 7A | z |
| 1B | ESC | 3B | ; | 5B | [ | 7B | { |
| 1C | FS | 3C | < | 5C | \ | 7C | | |
| 1D | GS | 3D | = | 5D | ] | 7D | } |
| 1E | RS | 3E | > | 5E | ^ | 7E | ~ |
| 1F | US | 3F | ? | 5F | _ | 7F | DEL |
+----+-----+----+-----+----+-----+----+-----+
u....
Cruft everywhere.
https://blog.pusher.com/advanced-laravel-eloquent-usage/
Eloquent load() vs with()
load() complex association eager.
https://medium.com/@dkw5877/flow-coordinators-333ed64f3dd
https://github.com/codepath/ios_guides/wiki/Auto-Layout-Basics
https://thatthinginswift.com/guard-statement-swift/
https://github.com/codepath/ios_guides/wiki/Auto-Layout-Exercises
https://www.raywenderlich.com/5055364-ios-storyboards-getting-started
https://stackoverflow.com/questions/27961884/swift-uiimageview-stretched-aspect/41266504
https://docs.swift.org/swift-book/LanguageGuide/Protocols.html
Strong Reference Cycles Between Class Instances
https://docs.swift.org/swift-book/LanguageGuide/Protocols.html#ID281
https://crunchybagel.com/building-command-line-tools-with-swift/
https://stackoverflow.com/questions/42966381/cant-apply-line-spacing-with-uitextview
https://stackoverflow.com/questions/24666515/how-do-i-make-an-attributed-string-using-swift
https://medium.com/@bschulte19e/deploying-your-libgdx-game-to-ios-in-2019-8d3796410d82
https://medium.com/@guigsbueno/using-didset-and-enums-to-manage-the-view-state-8071ea845bfe
https://developers.google.com/places/web-service/autocomplete
https://medium.com/@saisandeepmopuri/system-design-rate-limiter-and-data-modelling-9304b0d18250
https://www.morgandavison.com/2016/02/26/prevent-array-index-out-of-range-error-in-swift/
https://stackoverflow.com/questions/26005994/laravel-with-method-versus-load-method
https://martinfowler.com/tags/refactoring.html
https://stackoverflow.com/questions/26005994/laravel-with-method-versus-load-method
Damn dump dd Laravel
"review" => array:5 [
0 => array:10 [ …10]
1 => array:10 [ …10]
2 => array:10 [ …10]
3 => array:10 [ …10]
4 => array:10 [ …10]
]
It seem clever to wrapping long array to look like above. But when I search for a missing record ID, it not show here.
So I have to debug to figure out why it is missing in the first dump but show on latter result.
https://www.owasp.org/index.php/SQL_Injection_Bypassing_WAF
https://github.com/Intervention/image
https://github.com/itsgoingd/clockwork
composer pheanstalk
https://duo.com/labs/research/apple-t2-xpc
https://stackoverflow.com/questions/29684111/how-to-compare-two-carbon-timestamps/29684354
https://stackoverflow.com/questions/6182356/what-is-2c-in-a-url
+----+-----+----+-----+----+-----+----+-----+
| Hx | Chr | Hx | Chr | Hx | Chr | Hx | Chr |
+----+-----+----+-----+----+-----+----+-----+
| 00 | NUL | 20 | SPC | 40 | @ | 60 | ` |
| 01 | SOH | 21 | ! | 41 | A | 61 | a |
| 02 | STX | 22 | " | 42 | B | 62 | b |
| 03 | ETX | 23 | # | 43 | C | 63 | c |
| 04 | EOT | 24 | $ | 44 | D | 64 | d |
| 05 | ENQ | 25 | % | 45 | E | 65 | e |
| 06 | ACK | 26 | & | 46 | F | 66 | f |
| 07 | BEL | 27 | ' | 47 | G | 67 | g |
| 08 | BS | 28 | ( | 48 | H | 68 | h |
| 09 | TAB | 29 | ) | 49 | I | 69 | i |
| 0A | LF | 2A | * | 4A | J | 6A | j |
| 0B | VT | 2B | + | 4B | K | 6B | k |
| 0C | FF | 2C | , | 4C | L | 6C | l |
| 0D | CR | 2D | - | 4D | M | 6D | m |
| 0E | SO | 2E | . | 4E | N | 6E | n |
| 0F | SI | 2F | / | 4F | O | 6F | o |
| 10 | DLE | 30 | 0 | 50 | P | 70 | p |
| 11 | DC1 | 31 | 1 | 51 | Q | 71 | q |
| 12 | DC2 | 32 | 2 | 52 | R | 72 | r |
| 13 | DC3 | 33 | 3 | 53 | S | 73 | s |
| 14 | DC4 | 34 | 4 | 54 | T | 74 | t |
| 15 | NAK | 35 | 5 | 55 | U | 75 | u |
| 16 | SYN | 36 | 6 | 56 | V | 76 | v |
| 17 | ETB | 37 | 7 | 57 | W | 77 | w |
| 18 | CAN | 38 | 8 | 58 | X | 78 | x |
| 19 | EM | 39 | 9 | 59 | Y | 79 | y |
| 1A | SUB | 3A | : | 5A | Z | 7A | z |
| 1B | ESC | 3B | ; | 5B | [ | 7B | { |
| 1C | FS | 3C | < | 5C | \ | 7C | | |
| 1D | GS | 3D | = | 5D | ] | 7D | } |
| 1E | RS | 3E | > | 5E | ^ | 7E | ~ |
| 1F | US | 3F | ? | 5F | _ | 7F | DEL |
+----+-----+----+-----+----+-----+----+-----+
u....
Cruft everywhere.
https://blog.pusher.com/advanced-laravel-eloquent-usage/
Eloquent load() vs with()
load() complex association eager.
https://medium.com/@dkw5877/flow-coordinators-333ed64f3dd
https://github.com/codepath/ios_guides/wiki/Auto-Layout-Basics
https://thatthinginswift.com/guard-statement-swift/
https://github.com/codepath/ios_guides/wiki/Auto-Layout-Exercises
https://www.raywenderlich.com/5055364-ios-storyboards-getting-started
https://stackoverflow.com/questions/27961884/swift-uiimageview-stretched-aspect/41266504
https://docs.swift.org/swift-book/LanguageGuide/Protocols.html
Strong Reference Cycles Between Class Instances
https://docs.swift.org/swift-book/LanguageGuide/Protocols.html#ID281
https://crunchybagel.com/building-command-line-tools-with-swift/
https://stackoverflow.com/questions/42966381/cant-apply-line-spacing-with-uitextview
https://stackoverflow.com/questions/24666515/how-do-i-make-an-attributed-string-using-swift
https://medium.com/@bschulte19e/deploying-your-libgdx-game-to-ios-in-2019-8d3796410d82
https://medium.com/@guigsbueno/using-didset-and-enums-to-manage-the-view-state-8071ea845bfe
https://developers.google.com/places/web-service/autocomplete
https://medium.com/@saisandeepmopuri/system-design-rate-limiter-and-data-modelling-9304b0d18250
https://www.morgandavison.com/2016/02/26/prevent-array-index-out-of-range-error-in-swift/
https://stackoverflow.com/questions/26005994/laravel-with-method-versus-load-method
Comments
Post a Comment