This guide outlines the basic steps for setting up a headless Raspberry Pi for remote access. It covers initial setup, local network connection via DNS, and external access through Dynamic DNS. For detailed instructions, refer to the linked external resources.
| # ~/.config/starship.toml | |
| add_newline = false | |
| command_timeout = 1000 | |
| format = """$os$username$hostname$kubernetes$directory$git_branch$git_status""" | |
| # Drop ugly default prompt characters | |
| [character] | |
| success_symbol = '' |
Here is a short overview of some recommendation for how to structure your web site and web app projects.
Behavior Driven Development (BDD) is an Agile software development methodology that emphasizes collaboration between developers, testers, and business stakeholders in order to produce software that meets the needs of the business. It focuses on describing the behavior of the system through user stories, which are written in a specific format called Gherkin. BDD also involves the use of automated tests, which are written to verify that the system behaves as expected based on the user stories. The goal of BDD is to ensure that the software being developed is aligned with the business requirements and that it is tested thoroughly to prevent defects and ensure quality.
Behavior Driven Development (BDD) and Test Driven Development (TDD) are both Agile software development methodologies that emphasize collaboration, testing, and quality. However,
A simple example for how to use npx to run scripts from an external source.
Link to documentation
NodeJS is a runtime enviroment for JavaScript. Enabling you to execute JavaScript files locally, without having to start up a browser. It follows a tight release schedule. Due to that I recommend using a version manager, nvm, for managing the installation and updating of node,
Showcasing file and folder structure for a React SPA project. Capitalization is not required, but consistency is.