Explore >> Select a destination


You are here

www.thepolyglotdeveloper.com
| | janikvonrotz.ch
1.8 parsecs away

Travel
| | 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.unsungnovelty.org
2.0 parsecs away

Travel
| | How to integrate Tailwind CSS to a Hugo website?
| | wweb.dev
2.3 parsecs away

Travel
| | Sometimes it makes total sense to build an old fashioned static website. It can be not only faster, but also simplier than throwing in a full JavaScript framework just to build a website with only a few pages...
| | everythingfunctional.wordpress.com
16.2 parsecs away

Travel
| The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we...