38 Matching Annotations
  1. Jan 2016
    1. Top 30 books ranked by total number of links to Amazon in Hacker News comments "The Rent Is Too Damn High: What To Do About It, And Why It Matters More Than You Think" by Matthew Yglesias Publisher: Simon & Schuster Click for details"The Four Steps to the Epiphany: Successful Strategies for Products that Win" by Steven Gary Blank Publisher: Cafepress.com Click for details"Introduction to Algorithms, 3rd Edition" by Thomas H. Cormen Publisher: The MIT Press Click for details"Influence: The Psychology of Persuasion, Revised Edition" by Robert B. Cialdini Publisher: Harper Business Click for details"Peopleware: Productive Projects and Teams (Second Edition)" by Visit Amazon's Tom DeMarco Page Publisher: Dorset House Publishing Company, Incorporated Click for details"Code: The Hidden Language of Computer Hardware and Software" by Charles Petzold Publisher: Microsoft Press Click for details"Working Effectively with Legacy Code" by Michael Feathers Publisher: Prentice Hall Click for details"Three Felonies A Day: How the Feds Target the Innocent" by Harvey Silverglate Publisher: Encounter Books Click for details"JavaScript: The Good Parts" by Douglas Crockford Publisher: O'Reilly Media Click for details"The Little Schemer - 4th Edition" by Daniel P. Friedman Publisher: The MIT Press Click for details"The E-Myth Revisited: Why Most Small Businesses Don't Work and What to Do About It" by Michael E. Gerber Publisher: HarperCollins Click for details"Feeling Good: The New Mood Therapy" by David D. Burns Publisher: Harper Click for details"Programming Collective Intelligence: Building Smart Web 2.0 Applications" by Toby Segaran Publisher: O'Reilly Media Click for details"The Non-Designer's Design Book (3rd Edition)" by Robin Williams Publisher: Peachpit Press Click for details"The C Programming Language" by Brian W. Kernighan Publisher: Prentice Hall Click for details"The Design of Everyday Things" by Donald A. Norman Publisher: Basic Books Click for details"Cracking the Coding Interview: 150 Programming Questions and Solutions" by Gayle Laakmann McDowell Publisher: CareerCup Click for details"What Intelligence Tests Miss: The Psychology of Rational Thought" by Keith E. Stanovich Publisher: Yale University Press Click for details"On Writing Well, 30th Anniversary Edition: The Classic Guide to Writing Nonfiction" by William Zinsser Publisher: Harper Perennial Click for details"Darwin's Theorem" by TJ Radcliffe Publisher: Siduri Press Click for details"Knowing and Teaching Elementary Mathematics: Teachers' Understanding of Fundamental Mathematics in China and the United States (Studies in Mathematical Thinking and Learning Series)" by Liping Ma Publisher: Routledge Click for details"Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition" by Steve Krug Publisher: New Riders Click for details"Expert C Programming: Deep C Secrets" by Peter van der Linden Publisher: Prentice Hall Click for details"Clean Code: A Handbook of Agile Software Craftsmanship" by Robert C. Martin Publisher: Prentice Hall Click for details"The Elements of Computing Systems: Building a Modern Computer from First Principles" by Noam Nisan Publisher: The MIT Press Click for details"Code Complete: A Practical Handbook of Software Construction, Second Edition" by Steve McConnell Publisher: Microsoft Press Click for details"The Box: How the Shipping Container Made the World Smaller and the World Economy Bigger" by Marc Levinson Publisher: Princeton University Press Click for details"Software Estimation: Demystifying the Black Art (Developer Best Practices)" by Steve McConnell Publisher: Microsoft Press Click for details"Refactoring: Improving the Design of Existing Code" by Martin Fowler Publisher: Addison-Wesley Professional Click for details"Design for Hackers: Reverse Engineering Beauty" by David Kadavy Publisher: Wiley Click for details

      Top 30 books ranked by total number of links to Amazon in Hacker News comments

    1. Good Design

      You know you have a good design when you show it to people and they say, “oh, yeah, of course,” like the solution was obvious.

    1. A detailed overview of ECMAScript 6 features.

      React ES5 to ES6

    1. We sustainably fund sharable, freely-licensed projects. They benefit everyone in the world, and we cooperate to help them. Let's clear the path to a better world!

      Finansowanie open-source projektów

    1. an open-source JavaScript library for mobile-friendly interactive maps

      Mapy do mojej historyApp

    1. Build truly native apps with JavaScript

      NativeScript

    1. Saola Plain text for the web

      Plain text for the web

    1. UI components for ElasticsearchThe easiest way to build a great search experience with Elasticsearch.

      UI components for Elasticsearch

  2. Dec 2015
    1. ClojureScript Year In Review 23 December 2015 It's been a very exciting year for ClojureScript. It's clear that things have been accelerating and here is a personal selection of highlights:

      ClojureScript

    1. CLJSJS provides an easy way for ClojureScript developers to depend on Javascript libraries.

      ClojureScript

    1. ClojureScript + React Native Resources for developers using ClojureScript to build React Native apps.

      ClojureScript + React Native

    1. Wine jest warstwą tłumaczącą (ładującą programy) zdolną uruchomić Windowsowe aplikacje na Linuksie i innych systemach operacyjnych zgodnych z POSIXem. Programy Windowsowe uruchomione pod Wine zachowują się tak jak zachowywałyby się w środowisku natywnym, bez strat związanych z wydajnością i nadmiernym wykorzystaniem pamięci przypisywanym emulatorom, za to z wyglądem podobnym do innych aplikacji na twoim komputerze.

      Uruchamianie programów z Windowsa pod Linuxem

    1. blade is a web framework for rapid development of Java applications,you can be used to develop API, Web and back-end services and other applications, a RESTful framework, it provides a simple and convenient way of development, the whole operation of the micro kernel MVC bus guide frame, initial goal is to simplify the web development, and of course the author will upgrade in the future and integrate more compact components based on blade.

      MVC backend java micro framework for API

    1. Clojure Design Patterns

      Intro Episode 1. Command Episode 2. Strategy Episode 3. State Episode 4. Visitor Episode 5. Template Method Episode 6. Iterator Episode 7. Memento Episode 8. Prototype Episode 9. Mediator Episode 10. Observer Episode 11. Interpreter Episode 12. Flyweight Episode 13. Builder Episode 14. Facade Episode 15. Singleton Episode 16. Chain of Responsibility Episode 17. Composite Episode 18. Factory Method Episode 19. Abstract Factory Episode 20. Adapter Episode 21. Decorator Episode 22. Proxy Episode 23. Bridge

    1. STARTUPSTASH A curated directory of resources & tools to help you build your Startup

      Wszystko co trzeba do prowadzenia startupu

    1. The problem with early stage investing is that markets can never be sized in Excel. If they could be reduced to a formula, we’d all be working at hedge funds. No, the essence of early stage investing is more instinctual.

      you can never size a market in excel

    1. Why use Storm? Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is simple, can be used with any programming language, and is a lot of fun to use! Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. Storm is fast: a benchmark clocked it at over a million tuples processed per second per node. It is scalable, fault-tolerant, guarantees your data will be processed, and is easy to set up and operate. Storm integrates with the queueing and database technologies you already use. A Storm topology consumes streams of data and processes those streams in arbitrarily complex ways, repartitioning the streams between each stage of the computation however needed. Read more in the tutorial.

      stream computation

    1. Hire an elite development team in minutes

      Gigster outsourcing wykonania aplikacji zrobiony świetnie

    1. Compose complex, data-driven visualizations from reusable charts and components with d3.

      wykresy i grafy w javascript

    1. How to Make Your Startup Introduction Email Simple, Clear and Awesome

      Startup Introduction Email help

  3. edwardtufte.github.io edwardtufte.github.io
    1. Tufte’s style is known for its simplicity, extensive use of sidenotes, tight integration of graphics with text, and carefully chosen typography.

      CSS style dla pięknych artykółów

    1. booking.jsMake a beautiful embeddable booking widget in minutes.

      Great google calendar conector in java script

  4. gridlex.devlint.fr gridlex.devlint.fr
    1. Based on Flexbox (CSS Flexible Box Layout Module), Gridlex is a very simple css grid system to quickly create modern layouts and submodules.

      easy grid system fo web sites and apps