[ Launch: d3js tree with packed canopy ] 44efba81d5f0d23df323 by DeBraid[ Launch: d3js tree with packed canopy ] f5da4ad949005f8f894e by DeBraid[ Launch: oaklandish VIBE ] 13457c39eb37107f83bf by DeBraid[ Launch: oaklandish VIBE ] 4b0a56692447fa75d8a1 by enjalot[ Launch: d3 tree by @prcweb ] 6480574 by enjalot[ Launch: d3 tree by @prcweb ] 6472877 by enjalot
Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.
This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would
- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
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
| license: gpl-3.0 | |
| height: 950 | |
| scrolling: no | |
| border: yes |
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
| SELECT | |
| createdon | |
| FROM | |
| inventory | |
| WHERE | |
| productid in( | |
| SELECT | |
| id FROM product | |
| WHERE | |
| verified = FALSE |
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 bash | |
| # 📸 gh-upload-image — Upload images to GitHub for use in PR descriptions & comments | |
| # | |
| # Uploads images to a dedicated 'gh-assets' orphan branch via the Git Data API, | |
| # returning a permanent URL that renders in GitHub markdown (PRs, issues, comments). | |
| # Works with private repos by using github.com/.../raw/ URLs (GitHub's auth proxy). | |
| # | |
| # Prerequisites: | |
| # - gh CLI installed and authenticated (https://cli.github.com) | |
| # - Push access to the target repository |
OlderNewer