You are here |
robrace.dev | ||
| | | |
www.tatianamac.com
|
|
| | | | In the second instalment of a four part guide on Eleventy, I show you how to install it, explaining each gruelling step. | |
| | | |
blog.chand1012.dev
|
|
| | | | I recently started working on a few major NodeJS project, and found that installing the latest LTS release could be rather cumbersome on Linux. The application we're developing is being hosted on Heroku, and will not be using a Docker container, and for a few reasons we would rather develop locally rather than in a container. Here is how I installed NodeJS and NPM on my Linux installations, and I found it quite easy. | |
| | | |
blog.arvidandersson.se
|
|
| | | | Today Ruby 1.9.3 RC1 was released, it's a faster version of ruby with a couple of new features. Peter Cooper has written a nice summary about the new stuff i... | |
| | | |
www.makeworld.space
|
|
| | Packaging a Python project into a standalone executable is often a struggle. Thankfully we have tools like PyInstaller to make this easier. Recently I ran into another struggle of my own, which was that it seemed impossible to "cross-compile" with PyInstaller. That is to say, run PyInstaller on one OS, and have it generate an executable for another. It was hinted at that Linux ? Windows was possible using Wine, but I couldn't find any guides on it. |