You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-60Lines changed: 61 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ This repo has a tool that help you to manage and write down what you learned in
13
13
| Table of Contents |:point_down:|
14
14
| -------- | -------- |
15
15
|:new:**Top 5 recent learning**||
16
+
|[Transform array to object shorthand](php/transform-array-to-object-shorthand.md)[php]| 2023-12-08 |
16
17
|[Be careful when using built-in btoa from window to decode base64](js/be-careful-when-using-built-in-btoa-from-window-to-decode-base64.md)[js]| 2023-11-29 |
17
18
|[Split a Collection items into 2 groups using 1 boolean function](laravel/split-a-collection-into-2-groups-using-1-boolean-function.md)[laravel]| 2023-11-25 |
18
19
|[Reactive statement explicit dependencies like React useEffect](svelte/reactive-statement-explicit-dependencies-like-react-useeffect.md)[svelte]| 2023-11-12 |
19
20
|[Warning on MacOS upgrade major system](mac-osx/warning-on-macos-upgrade-major-system.md)[mac-osx]| 2023-10-13 |
20
-
|[Cache storage utils using redis server](php/cache-storage-utils-using-redis-server.md)[php]| 2023-10-08 |
21
21
|:books:**ansible**[ 1 articles ]||
22
22
| 1. [Run shell command in all hosts](ansible/Run-shell-command-in-all-hosts.md)| 2019-02-18 |
23
23
|:books:**apps-script**[ 1 articles ]||
@@ -123,7 +123,7 @@ This repo has a tool that help you to manage and write down what you learned in
|114. [Using BSD find util to find and exec command on file and folder](sysadmin/Using-BSD-find-util-to-find-and-exec-command-on-file-and-folder.md)| 2017-05-22 |
|115. [Using BSD find util to find and exec command on file and folder](sysadmin/Using-BSD-find-util-to-find-and-exec-command-on-file-and-folder.md)| 2017-05-22 |
|130. [Using netcat as tiny TCP debug tool](sysadmin/using-netcat-as-tiny-tcp-debug-tool.md)| 2017-10-07 |
182
+
|131. [Getting your external IP](sysadmin/Getting-your-external-IP.md)| 2017-11-24 |
183
+
|132. [Use journalctl to check system logs](sysadmin/Use-journalctl-to-check-system-logs.md)| 2018-01-22 |
184
+
|133. [Prevent source hacking from .git directory exposing](sysadmin/prevent-source-hacking-from-.git-directory-exposing.md)| 2018-03-01 |
185
+
|134. [Cut file content from line to line](sysadmin/Cut-file-content-from-line-to-line.md)| 2018-03-25 |
186
+
|135. [Prepend line number to file](sysadmin/Prepend-line-number-to-file.md)| 2018-03-25 |
187
+
|136. [Create a sequence of numbers](sysadmin/Create-a-sequence-of-numbers.md)| 2018-03-25 |
188
+
|137. [Send a file through networking via netcat](sysadmin/Send-a-file-through-networking-via-netcat.md)| 2018-04-10 |
189
+
|138. [Create tiny chat channel via netcat](sysadmin/Create-tiny-chat-channel-via-netcat.md)| 2018-04-10 |
190
+
|139. [View DNS history of a domain](sysadmin/View-DNS-history-of-a-domain.md)| 2018-05-08 |
191
+
|140. [Curl override Name Resolution with specific IP address](sysadmin/Curl-override-Name-Resolution-with-specific-IP-address.md)| 2018-08-18 |
191
192
|:books:**tools**[ 2 articles ]||
192
-
|140. [Base 64 encode and decode builtin tool](tools/base-64-encode-and-decode-builtin-tool.md)| 2017-04-21 |
193
-
|141. [Zip compressing list of files](tools/zip-compressing-list-of-files.md)| 2017-09-25 |
193
+
|141. [Base 64 encode and decode builtin tool](tools/base-64-encode-and-decode-builtin-tool.md)| 2017-04-21 |
194
+
|142. [Zip compressing list of files](tools/zip-compressing-list-of-files.md)| 2017-09-25 |
194
195
|:books:**varnish**[ 1 articles ]||
195
-
|142. [Check vcl file syntax before restarting](varnish/Check-vcl-file-syntax-before-restarting.md)| 2018-01-31 |
196
+
|143. [Check vcl file syntax before restarting](varnish/Check-vcl-file-syntax-before-restarting.md)| 2018-01-31 |
196
197
|:books:**vim**[ 2 articles ]||
197
-
|143. [Using mark to bookmark checkpoints in files](vim/Using-mark-to-bookmark-checkpoints-in-files.md)| 2018-01-30 |
198
-
|144. [Convert tabs to spaces](vim/Convert-tabs-to-spaces.md)| 2018-02-21 |
198
+
|144. [Using mark to bookmark checkpoints in files](vim/Using-mark-to-bookmark-checkpoints-in-files.md)| 2018-01-30 |
199
+
|145. [Convert tabs to spaces](vim/Convert-tabs-to-spaces.md)| 2018-02-21 |
199
200
|:books:**web**[ 7 articles ]||
200
-
|145. [Cloudflare Error 522 Connection Time out](web/Cloudflare-Error-522-Connection-Time-out.md)| 2017-05-18 |
201
-
|146. [Ping Google to crawl updated content](web/ping-google-to-crawl-updated-content.md)| 2017-08-08 |
202
-
|147. [Using web proxy to bypass firewalls](web/Using-web-proxy-to-bypass-firewalls.md)| 2017-12-07 |
203
-
|148. [HSTS rule in browser](web/HSTS-rule-in-browser.md)| 2018-01-03 |
204
-
|149. [Bypass CORS by using JSONP callback](web/Bypass-CORS-by-using-JSONP-callback.md)| 2018-01-08 |
205
-
|150. [Sending Cookie in AJAX CORs request](web/sending-cookie-in-ajax-cors-request.md)| 2018-03-01 |
206
-
|151. [Can not get real IP address from Load Balancer SSL Passthrough](web/Can-not-get-real-IP-address-from-Load-Balancer-SSL-Passthrough.md)| 2019-03-14 |
201
+
|146. [Cloudflare Error 522 Connection Time out](web/Cloudflare-Error-522-Connection-Time-out.md)| 2017-05-18 |
202
+
|147. [Ping Google to crawl updated content](web/ping-google-to-crawl-updated-content.md)| 2017-08-08 |
203
+
|148. [Using web proxy to bypass firewalls](web/Using-web-proxy-to-bypass-firewalls.md)| 2017-12-07 |
204
+
|149. [HSTS rule in browser](web/HSTS-rule-in-browser.md)| 2018-01-03 |
205
+
|150. [Bypass CORS by using JSONP callback](web/Bypass-CORS-by-using-JSONP-callback.md)| 2018-01-08 |
206
+
|151. [Sending Cookie in AJAX CORs request](web/sending-cookie-in-ajax-cors-request.md)| 2018-03-01 |
207
+
|152. [Can not get real IP address from Load Balancer SSL Passthrough](web/Can-not-get-real-IP-address-from-Load-Balancer-SSL-Passthrough.md)| 2019-03-14 |
0 commit comments