Hello,
My SO is learning coding. I wanted a convenient way for her to consume the content from roadmap.sh.
I hope it can help someone else.
If you want your own roadmap:
- Fork or Copy-paste the md files you are interested in your own gist.
static int | |
ngx_http_lua_socket_tcp_setkeepalive_nats(lua_State *L) | |
{ | |
ngx_http_lua_loc_conf_t *llcf; | |
ngx_http_lua_socket_tcp_upstream_t *u; | |
ngx_connection_t *c; | |
ngx_http_lua_socket_pool_t *spool; | |
ngx_str_t key; | |
ngx_queue_t *q; |
Hello,
My SO is learning coding. I wanted a convenient way for her to consume the content from roadmap.sh.
I hope it can help someone else.
If you want your own roadmap:
How to use Faker with postman?
SET UP:
refreshFakerVariables
<?php | |
/** | |
* “The Little Schemer” - Y combinator in PHP | |
* @author: Joris Garonian | |
*/ | |
function Y($g) { | |
return call_user_func(function ($f) { | |
return $f($f); | |
}, function ($f) use ($g) { |