https://news.ycombinator.com/item?id=23080934
* The [Vega ecosystem](https://vega.github.io/)
* [Altair](https://github.com/altair-viz/altair) - declarative data visualization
* [Voyager](https://github.com/vega/voyager) - Automatic Exploratory Data Analysis
* [Lyra](https://github.com/vega/lyra) - Tableau-like data visualization design
* [Seaborn](https://github.com/mwaskom/seaborn)
* [Plot.ly](https://github.com/plotly/plotly.py)
npx postgraphile -c my_db_name -s my_schema_name
postgraphile --disable-query-log --simple-collections only --disable-graphiql --legacy-relations omit --no-setof-functions-contain-nulls --max-pool-size 20
- ask for a walkthrough from someone who know it
-
identify the design patterns
-
familiar with domain tech terms
-
scan the code, method: read and jump and again...
-
know the process
- be a shadow developer
- select development ongoing task
- know code guidlines, workflow throug out the team
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
<% | |
DEFAULT_DB = 'myapp_development' | |
DB_BRANCHES = %w[ t79 ] | |
branch = `git symbolic-ref HEAD 2> /dev/null`.chomp.split('/').last | |
dev_db = DB_BRANCHES.include?(branch) ? branch.gsub(/[^a-zA-Z0-9_]/, '') : DEFAULT_DB | |
puts "Using dev database: #{dev_db.inspect}" | |
%> | |
development: | |
database: <%= dev_db %> |
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
https://www.scaleway.com | |
https://www.vultr.com | |
https://www.hetzner.com/ |