Thingr Knowledge Organized
  • Home
  • About
  • Sign in
  • Sign up

Sebastian Hanula
seba

Kraków, Poland
hanula.com
Joined June 2014
Things (705)
  • Links (512)
  • Notes (115)
  • Images (21)
  • Videos (57)
Topics (55) +
  • AngularJS (10)
  • Brain salad (19)
  • Data mining (1)
  • DevOps (15)
  • Docker (1)
  • DONE (3)
  • Formula 1 (9)
  • Free startup services (27)
  • Freelance (3)
  • Fun (8)
  • Git (1)
  • Go lang (6)
  • How to Start a Startup (3)
  • HTML Templates (3)
  • HTTP API Design (3)
  • IOT (1)
  • JavaScript (3)
  • Linux (9)
  • Linux tips and tricks (3)
  • Microservices (9)
  • Motivation (3)
  • Movies (1)
  • Music (8)
  • Music findings (4)
  • Nginx server (4)
  • NLTK (9)
  • NoSQL, Big Data (4)
  • Polymer (4)
  • Privacy protecting tools (1)
  • Productivity tools (2)
  • Programming (3)
  • Python (33)
  • Quotes (2)
  • Rally Poland 2014 (4)
  • Rally Sweden 2014 (4)
  • Raspberry Pi (4)
  • Rust (9)
  • Security (5)
  • SEO (1)
  • Server monitoring tools (3)
  • Silly gifs (1)
  • Software engineering (5)
  • Startup / Promotion videos (15)
  • Startups (52)
  • Test topic (3)
  • Thingr updates (9)
  • UI design (3)
  • Ukraine Conflict (1)
  • VIM (2)
  • Web Components (2)
  • Web tools (18)
  • WebDev (7)
  • Working from home (2)
  • Workout (1)
  • Writing a simple interpreter (5)

User feed (392)

  • Motorsports Poster Art

    The most viral images on the internet, curated in real time by a dedicated community through commenting, voting and sharing.
    Formula 1
    imgur.com
     - 
    8 years ago - 1 comment
  • BeeFree the free online email editor

    The free online email editor for responsive design emails
    Web tools
    beefree.io
     - 
    8 years ago -
  • asyncio - How and why to try out asynchronous Python IO library [Polish]
    Python
    kolodziejj.info
     - 
    8 years ago -
  • Cyborgs vs Kremlin

    Ukraine Today has teamed up with Ukrainian news agency TSN.ua to produce an online overview of the battle for Donetsk International Airport.
    Ukraine Conflict
    cyborgs.uatoday.tv
     - 
    8 years ago -
  • Small Empires | The Verge

    The Verge was founded in 2011 in partnership with Vox Media, and covers the intersection of technology, science, art, and culture. Its mission is to offer in-depth reporting and long-form feature stories, breaking news coverage, product information, an...
    Startups
    theverge.com
     - 
    8 years ago -
  • How Google Works

    Today we all live and work in the Internet Century, where technology is roiling the business landscape, and the pace of change is only accelerating. In their n…
    Startups
    slideshare.net
     - 
    8 years ago -
  • Creating thumbnails from photos with Python PIL | Andrius Miasnikovas

    Short python PIL script for thumbnail creation in batches. If exists reads EXIF information to determine picture's orientation and rotate it.
    andrius.miasnikovas.lt
     - 
    8 years ago -
  • Service Oriented Flask - Randall Degges

    Building service oriented web apps is a great way to separate concerns, parallelize development, and scale high traffic apps. One of the downsides of service...
    Microservices
    youtube.com
     - 
    8 years ago -
  • Building a race simulator

    One of the most fascinating aspects of modern Formula 1 is the use of computer simulations to predict car performances and race strategies. By the early 1990s, teams like Benetton had begun to deve...
    Formula 1
    f1metrics.wordpress.com
     - 
    8 years ago -
  • Game in Rust - Roguelike Tutorial • Jared McFarland

    Table of Contents Part 0: Why Part 1: Setup and First Pass Part 2: Bring Our Heroine to Life Part 3: Combat! Part 4: Combat: Part II What is this? I decided I want to learn the Rust Programming Language and I’ve been looking for an excuse to... | Jared...
    Rust
    jaredonline.svbtle.com
     - 
    8 years ago -
  • Three simple rules
    Startups
    m.c.lnkd.licdn.com
     - 
    8 years ago -
  • A Python guide to handling HTTP request failures

    "A lot of things can go wrong when requesting information over HTTP from a remote web server: requests timeout, servers fail, government operatives cut undersea cables. You get the picture." Good reminder of how to identify and handle HTTP problems whe...
    Python
    mobify.com
     - 
    8 years ago -
  • Rust Means Never Having to Close a Socket

    Great explanation of Rust's resource management via ownership system, borrowing and lending and what it means to programmer's discipline and overall code/work quality.
    Rust
    blog.skylight.io
     - 
    8 years ago -
  • Microservices

    "The term "Microservice Architecture" has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable services. While there is no precise definition of this architectural style...
    Microservices
    martinfowler.com
     - 
    8 years ago -
  • Microservices and PaaS - Part I | ActiveState

    Not long ago, the main application behind Netflix.com was delivered as a single war file. Imagine the process, complexity, and cost involved in delivering a simple new feature to this behemoth application. Tickets were submitted, multiple teams were en...
    Microservices
    activestate.com
     - 
    8 years ago -
  • Microservices and PaaS - Part II | ActiveState

    This is a continuation of the Microservices and PaaS - Part I blog post I wrote last week, which was an attempt to distil the wealth of information presented at the microservices meetup hosted by Cisco, with Adrian Cockcroft and other
    Microservices
    activestate.com
     - 
    8 years ago -
  • Microservices and PaaS - Part III | ActiveState

    The other day I paid a king's ransom for a small upcoming ebook called “Building Microservices” by Sam Newman. Overall it's an interesting read, chock-full of information on microservices, how to adopt and use them, architecture details, and how they'r...
    Microservices
    activestate.com
     - 
    8 years ago -
  • Seven micro-services architecture advantages | Art of Software Engineering

    Small, easy to understand code base. Easy to scale Easy to throw away Easy to Deploy Ability to use a different technology stack System resilience ??
    Microservices
    eugenedvorkin.com
     - 
    8 years ago -
  • Micro Services: Java, the Unix Way

    Video and slides synchronized, mp3 and slide download available at http://bit.ly/ZlBMQY. James Lewis tells the story of building a resource oriented, event dri…
    Microservices
    slideshare.net
     - 
    8 years ago -
  • What are microservices and why are they important

    Part of the problem with the debate around microservices is that we aren’t always arguing about the same definition of microservice, probably …
    Microservices
    brunton-spall.co.uk
     - 
    8 years ago -
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 20
  • »
2014 Thingr v0.29.2 - About - Contact
Created for people by Sebastian Hanula