Andrey Mikhaylov (@lolmaus)
Frontend / EmberJS developer @ Firecracker.me
Both are pics of me. In real life I look like something in between.
Me on the Web
- https://github.com/lolmaus
- https://twitter.com/lolmaus_en
- http://stackoverflow.com/users/901944/
- https://gitter.im/lolmaus
- https://embercommunity.slack.com/messages/@lolmaus/
- lolmaus@gmail.com
My Code
Go and star projects that you use, it means a lot to us devs!
Sass
- breakpoint-slicer – slicing media queries with ease.
- singularity-quick-spanner – A collection of handy shortcut mixins for the Singularity grid system
Ember Addons
- ember-element-query – element query solution for your Ember apps.
- ember-svg-pie – an extremely simple SVG pie chart component.
- ember-scroll-to-mk2 – A link/button component that performs scrolling to given selector.
- ember-cli-custom-assertions-collection – a set of custom assertions, aiming to substitue Chai in QUnit world. Go add you own assertions!
- ember-katex – Render your LaTeX formulas using KaTeX.
Work in Progress
- yuidork – View YUIDoc docs for any project and branch/tag/commit, fresh from GitHub.
- ember-drag-sort – drag’n’drop sortable list component, with support for multiple and nested lists.
- ember-stamplay – adapter/serializer for the Stamplay.com backend-as-a-service.
- ember-cli-stained-by-children – mark models as dirty when related records get dirty.
Proof of Concept
- ember-gist – use gist.github.com as a backend.
- ember-app-state-slider – immutable state management in Ember, quick and naive implementation.
Ember Apps
Work in Progress
- yuidork – View YUIDoc docs for any project and branch/tag/commit, fresh from GitHub.
- taskaparilla – a hierarchical todo app with difficulty calculation.
JS Libraries
Work in Progress
- assertron – standalone assertion library, aiming to be a tool for contract-driven development.
jQuery Stuff
-
jquery.closestchild – An opposite of
closest()
: find the nearest child that matches a selector, ignore deeper matching children -
jquery.dragbetter – A no-bullshit solution for
dragenter
anddragleave
events that behave likemouseenter
andmouseleave
, notmousein
andmouseout
.