- What’s New in jQuery 3 – Telerik Developer Network –
- Ethereum Project –
- mikeanthonywild/hacker-news-for-x: List of Hacker News-style aggregators for specific niches. –
- Learning how to write a 3D engine from scratch in C#, TypeScript or JavaScript (2013) | Hacker News –
- Uber.gov — Medium –
- Let’s code a TCP/IP stack, 1: Ethernet and ARP | Hacker News –
- Let’s code a TCP/IP stack, 1: Ethernet & ARP –
- Music | Daily Backing Tracks –
- Responsive Pixel Art | Hacker News –
- Why do we work so hard? | Hacker News –
- Why do we work so hard? | 1843 –
- An introduction to LLVM in Go –
- The Neophyte’s Guide to Scala – Daniel Westheide –
- A technical guide to SEO –
learning
Bookmarks for March 12th
- How the internet flips elections and alters our thou… –
- Breaking homegrown crypto –
- REM vs EM – The Great Debate | Zell Liew’s blog about web design and development –
- State of the Art JavaScript in 2016 — JavaScript and Opinions — Medium –
- inkle/ink: inkle’s open source scripting language for writing interactive narrative. –
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 25th
- Matteo Montanari –
- Vintage Las Vegas –
- Visions of the Future –
- Building Large Flask Apps in the Real World | Hacker News –
- Chris’s Wiki :: blog/unix/ManyLoadAveragesOfUnix –
- literally words — Graphing when your Facebook friends are awake –
- charles leifer | Nginx: a caching, thumbnailing, reverse proxying image server? –
- LL and LR in Context: Why Parsing Tools Are Hard –
- csp256/IsoVis: Visualize higher dimensional functions. –
- The Recurse Center User’s Manual – Recurse Center –
Bookmarks for February 24th
- Your First ASP.NET 5 Application on a Mac — ASP.NET documentation –
- Installing .NET Core on OS X | CoreCLR site –
- Felix’s Node.js Beginners Guide –
- GitHub – lacymorrow/casper: A port of Ghost’s Casper theme to WordPress –
- Quicklisp beta –
- Abizern.org – Setting up for Lisp on OS X –
- Fletcher Munson Curve: A Must-Know for Audio Recording –