/**
* buildit - Learn by rebuilding real software from scratch!
* Write solutions in any language you want.
* 100% local testing environment powered by Docker.
*/
const
buildit
=
{
▶
Open repository
repository
:
"https://codeberg.org/level0/buildit"
,
license
:
"Apache-2.0"
,
courses
:
[
▶
Initialize 'http-server' module
{
name
:
"HTTP/1.1 Server"
,
description
:
"Build a concurrent HTTP/1.1 server over raw TCP sockets."
},
▶
Initialize 'search-engine' module
{
name
:
"Full-Text Search Engine"
,
description
:
"Build a full-text search engine with TF-IDF scoring and inverted indices."
},
]
};
export
default
buildit
;