You are here |
maissan.net | ||
| | | |
bitsofco.de
|
|
| | | | Articles on frontend development and more. | |
| | | |
chenhuijing.com
|
|
| | | | The last time I wrote about Drupal was 2017, when I built the company website for my friend's husband. It was a proper paid ... | |
| | | |
janikvonrotz.ch
|
|
| | | | In web development there are tons of programs and tools and due to that also complex and very different development strategies. Luckily dependency handling got a lot easier. For my Laravel project setup we will use 3 different package managers. Every package manager of course manages a different resource, we will use composer for php packages, npm for everything related to Node.js and Bower for web packages. | |
| | | |
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. |