Explore >> Select a destination


You are here

pablofernandez.tech
| | susan-stepney.blogspot.com
25.2 parsecs away

Travel
| | Most of my backup process is automated: I have a python script for finding changed files, zipping them up, transferring them to the server, ...
| | msfjarvis.dev
14.8 parsecs away

Travel
| | Adding additional comment backends to Hugo is actually rather simple!
| | blog.jak-linux.org
17.5 parsecs away

Travel
| | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail.
| | kaidez.com
35.9 parsecs away

Travel
| Use JavaScript functional programming to set click-to-link functionality on a set of elements. Code sample has a basic webpack/Babel setup.