Live data from Hacker News

Viewing profile — mariusasdf

mariusasdf

HN member
Joined
Wed, Dec 19, 2012, 4:33 PM UTC
HN karma
7
Public activity
7 items

About mariusasdf

ux designer, interface programmer

Recent public activity

  1. comment
    Comment #13617837

    I'm a designer, and consider HTML/CSS/JS to be as good a design tool as any, perhaps even better than any CAD app. I use Sketch, Illustrator and Photoshop as needed for icons, illu…

  2. comment
    Comment #11448693

    It's possible using nested elements and transform: translate(0, -100%) on the inner element. It's elegant enough for CSS, I suppose. (I'd make an example if I wasn't on my mobile a…

  3. comment
    Comment #11346476

    Read the question.

  4. comment
    Comment #11270567

    eslint is great. Through plugins it supports ES6, jsx, etc. Also, automatic code fixing.

  5. comment
    Comment #7839033

    Ok, got you. If you use the "Create New" button in the top right corner, you get the option to create a "JS" project. The project template comes with jQuery pre-installed. However,…

  6. comment
  7. comment
    Comment #7838953

    This reasoning seems fundamentally confused, so I feel like clarifying some concepts: On Runnable you can create basic client-side JavaScript files to be run in the browser (withou…