|
You are here |
blog.larrold.com | ||
| | | | |
www.softdevtube.com
|
|
| | | | | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is | |
| | | | |
github.com
|
|
| | | | | A curated list of software and architecture related design patterns. - DovAmir/awesome-design-patterns | |
| | | | |
forge.nuculabs.dev
|
|
| | | | | Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. | |
| | | | |
logr.cogley.info
|
|
| | | Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port. | ||