- Faust – A language for audio applications and plugins | Hacker News –
- GitHub – aphyr/distsys-class: Class materials for a distributed systems lecture series –
- JavaScript books by Dr. Axel Rauschmayer –
es6
Bookmarks for September 20th
- If TypeScript is so great, how come all notable ReactJS projects use Babel? | Hacker News –
- Full-Stack Redux Tutorial –
- Getting things done | Hacker News –
Bookmarks for March 7th through March 8th
These are my links for March 7th through March 8th:
- Introducing Pencil: A Microframework Inspired By Flask For Rust — Shipeng Feng’s Writings – <blockquote>Templating
Just create the templates folder under your application root path, it just works. You can customize the template folder.<h1>
Hello {{ name }}!
</h1>fn hello_template(request: &mut Request) -> PencilResult {
let mut context = BTreeMap::new();
context.insert("name".to_string(), "template".to_string());
return request.app.render_template("hello.html", &context);
}fn main() {
// app here</blockquote> - How to pass a programming interview – Triplebyte –
- filipedeschamps/rss-feed-emitter: Super RSS News Feed aggregator written in Node.js and ES6 –
Bookmarks for February 22nd
- AI generated music to improve focus, relaxation and sleep | Hacker News –
- A better way to teach technical skills to a group – Miriam Posner’s Blog –
- es6 cheatsheet at DuckDuckGo –
Bookmarks for January 21st through January 22nd
These are my links for January 21st through January 22nd:
- MagicaVoxel – <blockquote>MagicaVoxel Official Website</blockquote>
- DrkSephy/es6-cheatsheet · GitHub – <blockquote>es6-cheatsheet – ES6 cheatsheet containing tips, tricks, best practices and code snippets</blockquote>
- Daniel Tillett | Ideas are not cheap –