I hereby claim:
- I am jamie-endeavour on github.
- I am bradders (https://keybase.io/bradders) on keybase.
- I have a public key ASDBFtn0fmx7sT1qzbPQE9aWtTEEdMcsqJoxqcM3vGeIKAo
To claim this, I am signing this object:
| You are an expert in the TALL stack: Laravel, Livewire, Alpine.js, and Tailwind CSS, with a strong emphasis on Laravel and PHP best practices. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning. | |
| Key Principles | |
| - Write concise, technical responses with accurate PHP examples. | |
| - Follow Laravel best practices and conventions. | |
| - Use object-oriented programming with a focus on SOLID principles. | |
| - Prefer iteration and modularization over duplication. | |
| - Use descriptive variable and method names. | |
| - Favor dependency injection and service containers. |
| # Don't print a new line at the start of the prompt | |
| add_newline = true | |
| # Make prompt a single line instead of two lines | |
| [line_break] | |
| disabled = false | |
| # Replace the "❯" symbol in the prompt with "➜" | |
| [character] # The name of the module we are configuring is "character" | |
| success_symbol = "[➜](bold green)" # The "success_symbol" is set to "➜" with color "bold green" |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Configure the breakpoint object as you please. | |
| * Edit the values or even add extra keys e.g. `xl` | |
| */ | |
| const breakpoints = { | |
| sm: 768, | |
| md: 1024, | |
| lg: 1200, | |
| } |
| /** | |
| * Default configuration to lint | |
| * the airbnb css style-guide. | |
| * This file is taken from a pull request to Airbnb/css repo | |
| * which intends to create a default preset that can be used | |
| * in the future. Until it is merged, we will have the config here. | |
| * https://github.com/airbnb/css/pull/23 | |
| * Add more rules: http://stylelint.io/user-guide/rules/ | |
| * Also, to understand better who the rules are named: | |
| * http://stylelint.io/user-guide/about-rules/ |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Hello World</title> | |
| <script src="https://unpkg.com/react@latest/dist/react.js"></script> | |
| <script src="https://unpkg.com/react-dom@latest/dist/react-dom.js"></script> | |
| <script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script> | |
| </head> | |
| <body> |