This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# coding: utf-8 | |
import json | |
import fire | |
from pathlib import Path | |
def blankt_cells(cells): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Deploy to production at least once a day. | |
2. If it hurts, do it more often. | |
3. Small batches; always have it working. | |
4. Focus on one piece at a time. | |
5. Don't use a debugger. | |
6. Take breaks. | |
7. Teach to understand and revisit it. | |
8. Validate your assumptions (especially of your understanding of fundamentals). | |
9. Did you understand the requirements? What is the problem? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// -------------------------------------------------------------------------------------- | |
// | |
// Demonstrate the usage of the Basiq API PHP SDK for the test data | |
// https://github.com/basiqio/basiq-sdk-php | |
// Creates a connection to the API and fetches accounts data | |
// | |
// Install SDK with: | |
// composer require basiqio/basiq-sdk-php |