- install wifi drivers
sudo apt install firmware-b43-installer
- install chrome
https://github.com/keathley/norm Data specification and generation
https://github.com/bobfp/skooma supports unions / custom match functions / declarative schema definition
- https://stackoverflow.com/questions/1348126/modify-owner-on-all-tables-simultaneously-in-postgresql | |
-- I like this one since it modifies tables, views, sequences and functions owner of a certain schema in one go (in one sql statement), without creating a function | |
DO $$DECLARE r record; | |
DECLARE | |
v_schema varchar := 'public'; | |
v_new_owner varchar := 'bn_redash'; | |
text_var1 varchar := ''; | |
text_var2 varchar := ''; | |
text_var3 varchar := ''; | |
BEGIN |
Talon.One is a young startup building a Promotion Engine as a service for business clients. Our core product is a platform that integrates with our clients’ systems via public APIs and automates all kinds of promotional marketing campaigns (using discounts, coupon codes, loyalty and referral programs). Marketers manage their promotions via our web app, while developers can customize the platform with webhook integrations, custom events, and even writing code in our specialized LISP dialect Talang!
There is currently no comparable product on the market that provides such level of flexibility.
$ root@plz-playground:~/please# ./bootstrap.sh | |
Installing Go dependencies... | |
pypy not found; won't build parser engine for it. | |
You won't be able to build Please packages unless all parsers are present. | |
Building Please... | |
Build finished; total time 0.36s, incrementality 0.0%. Outputs: | |
//src:please: | |
plz-out/bin/src/please | |
//src:please_parser_python2: |
If you have two days to learn the very basics of modelling, Domain-Driven Design, CQRS and Event Sourcing, here's what you should do:
In the evenings read the [Domain-Driven Design Quickly Minibook]{http://www.infoq.com/minibooks/domain-driven-design-quickly}. During the day watch following great videos (in this order):