Node Tdd
- Course - https://www.lynda.com/Node-js-tutorials/Test-Driven-Development-Node-js/383527-2.html
Mern
- Reference
- https://www.lynda.com/Express-js-tutorials/Learning-Full-Stack-JavaScript-Development-MongoDB-Node-React/533304-2.html
- Robo 3T
- Mongo
- SQL to MongoDB mapping - https://docs.mongodb.com/manual/reference/sql-comparison/
- mongo Shell Command History - https://docs.mongodb.com/manual/reference/mongo-shell/
- aggregation https://docs.mongodb.com/manual/aggregation/ cat ~/.dbshell
- DB Server mongod
- DB Client mongo db db.help() db.collection.help() https://docs.mongodb.com/manual/mongo/ use workfasttest
- Iterate Cursor var jobs = db.getCollection(‘jobs’).find({}) jobs.toArray()[2] jobs.forEach(printjson); Object.bsonsize(db.getCollection(‘jobsubmissions’)) db.names.find({ “_id”: ObjectId(“123456”) }) ObjectId(“123456”).getTimestamp()
- Find all files containing text “.id” (ignoring file loadTest.js) git grep “.id” | grep -v Test
Rust
- Debugging Options
- JetBrains IDEs
- IntelliJ * Install IntelliJ-Rust (without Debugger support) * Quick Start Usage * Note: CLion already includes Debugger * Install Rust Language Support * Install TOML Language Support
- CLion
- Visual Studio Code with LLDB
- Add Rust Plugins
@sort:installs category:languages rust
- Add LLBD Debugger Plugin
@sort:installs lldb
- Add Rust Plugins
- GDBGui https://github.com/cs01/gdbgui
- GDB
- https://sourceware.org/gdb/onlinedocs/gdb/Rust.html
- vim for development and sometimes gdb for debugging, but most of the time I just try to write tests for the stuff that doesn’t work and add some logging/printlns to figure out what’s happening.
- JetBrains IDEs
Book Summary - Intro to Ethereum and Solidity
Table of Contents
Bitcoin and Cryptocurrency Technologies
Table of Contents
Peerism
The thing that frustrates me about politics is that you get this polarised debate of left vs right or at a more ideological level it’s capitalism vs communism vs socialism vs marxism. But all of those presuppose government as a necessary evil. It’s as though people can’t comprehend a reality that would work without hierarchies and top-down, centralised power structures. NEW MESSAGES nathanwaters - Today at 6:01 PM Blockchain opens up potential decentralised futures. Though traditionally the idea of a zero-government society is “owned” by anarchists and libertarians… and so left moderates, socialists and marxists tend to dismiss blockchain decentralism… not realising you can still have a decentralized society with distributed power to the people and the same social systems built in. And for right wing conservatives decentralism offers zero taxes, free market choice and small autonomous government. Should be a win for the entire spectrum… /2c :) sers.ox.ac.uk/~exet2581/recursive/bk_mat.pdf
Parity
- TODO
- https://github.com/kovan-testnet/proposal
- https://github.com/kovan-testnet/faucet
- https://kovan-testnet.github.io/website/
- https://ethereum.stackexchange.com/questions/15063/truffle-js-and-kovan-ropsten
- https://jacogr.github.io/ethcore-jacogr/
D3
``` d3.select(“body”) .append(“ul”) .selectAll(“li”) .data(data) .enter() .append(“li”) .text(function (d) { return d.headline + “: “ + d.essentials.industry; });
Polkadot
- Reference: Berlin Parity Ethereum https://www.youtube.com/watch?v=gbXEcNTgNco
Ethereum
- Whitepaper
- https://github.com/ethereum/wiki/wiki/White-Paper
- https://www.0xproject.com/pdfs/0x_white_paper.pdf
- https://bancor.network/static/Bancor_Protocol_Whitepaper_en.pdf
- https://github.com/polkadot-io/
- Polkadot ICO https://polkadot.network/
- Polkadot Consensus Demo http://polkadot.io/consensus-demo/
- https://github.com/polkadot-io/polkadot-io.github.io/blob/master/consensus-demo/main.js
- Visualisation Ideas
- https://github.com/wmurphyrd/adit
React Native
Table of Contents
React Interview RocketLab
Table of Contents
Artificial Intelligence Nanodegree Term 2
Table of Contents
My Bot
Table of Contents
Machine Learning DataQuest (in progress!)
Table of Contents
Tensor Flow (in progress!)
Table of Contents
Fantrade
- ClickTale (previously FlightRecorder but acquired) - iOS SDK to captures device screen with all
user interactions, console output, location and other device info so available on the web
- Record User Sessions
- Gain insight into user behaviour even when offline with session recordings and replays of all user actions, including touches, heatmaps of user interaction patterns
- Crash Reporting
- Pinpointing code causing crash (with linkage to session replays)
- Analytics Dashboard
- Monitor growth and user retention with calls-to-action and ability to segment users, to drive targeted Push Notifications to foster loyalty and reengage users
- Privacy Maintained
- Control over what elements are captured
- Performance
- Option to sync only when connected to Wifi
- Option to adjust FPS for session recordings
- Links
- https://cocoapods.org/pods/Clicktale
- https://cocoapods.org/pods/FlightRecorder
- https://www.clicktale.com/solutions/reflect-true-experiences/app-analytics/
- Record User Sessions
Docker Node
Table of Contents
Career (Udacity course notes)
Table of Contents
Create Programming Language
Code Interview (in progress!)
Table of Contents
Crowdfunding (in progress!)
Table of Contents
Drones
Table of Contents
Chrome Extensions
Table of Contents
ES6
Table of Contents
React Fluxible Testing (in progress!)
Read MoreJavaScript Tests Mocha, Mocking, Sinon, Spies (by Joe Eames from Pluralsight) (in progress!)
- Joe Eames @josepheames
React Apps with React, GraphQL, Flux, Relay (by Samer Buna from Pluralsight) (in progress!)
- Samer Buna @samerbuna
Atom (in progress!)
Table of Contents
Building Apps with React, Redux, and ES6 (by Cory House from Pluralsight) (in progress!)
- Cory House @housecor
- My Code from the course https://github.com/ltfschoen/react-redux
AngularJS 2 - Superpowers FireBootCamp by SSW (in progress!)
Table of Contents
Python Fundamentals (in progress!)
Note: Based on Python Fundamentals on Pluralsight
Hack Hands (Pluralsight) (in progress!)
- Cory House @housecor
Building Apps with React and Flux (by Cory House from Pluralsight) (DONE)
- Cory House @housecor
Node.js Test Bauer (in progress!)
Table of Contents
Clean Coders (in progress!)
Table of Contents
React, Webpack, Babel 101 (in progress!)
Table of Contents
C# Unity 5 (in progress!)
Note: Based on Ray Wenderlich course
- https://www.raywenderlich.com/category/unity
A-Frame (in progress!)
- References
- DevDiner
Todo
- Clean Codes
- Status https://cleancoders.com/episode/mobile-app-case-study-episode-1/show
Programming Python (DONE)
Note: Based on Programming Python on Udacity
GitLab (in progress!)
Table of Contents
Ruby (in progress!)
Note: Based on Programming Ruby book