⬆️ ⬇️

Several interesting and useful things for a web developer (release 8)

Good day, dear habravchane. Recently, I saw some interesting and useful tools / libraries / events that I want to share with Habr.



Riot.js - The 1kb client-side MVP framework





A bit of statistical truth:

The smallest among similar popular frameworks


The most capacious code (in the example for the Todo MVC application)


The fastest of the existing


The “parent” project Moot is also very cool and demonstrates what the forum should be like.





Ink - Responsive Email Framework





Just want to say that this is a product from ZURB - from the creators of Fundation. Ink is more like Skeleton and it has its own Boilerplate, as well as several ready-made layouts and a small Inliner tool that will send you your layout in the mail. On Habré there are a number of articles about the layout of mail letters and I would compare Ink with a set of useful techniques / snippets from these articles. In general, the framework is very useful, especially for beginners.

')

Supports the following E-mail clients:





Sir trevor



image

Convenient interface editor. Nice minimalistic design. Ease of use and a wide selection of settings.

Installation:


Sit-trevor.js requires jQuery, Underscore and Eventable to work .

<form> <textarea class="js-st-instance"></textarea> </form> 


 <script> new SirTrevor.Editor({ el: $('.js-st-instance') }); </script> 


Result:


 { "data": [{ "type": "text", "data": { "text": "Hello, my name is **Sir Trevor**" } }] } 




Snazzymaps - JS Style Collection for Google Maps







Bear CSS





Eerily simple, but very useful tool. Bear CSS takes all the class names and identifiers from your HTML and generates CSS. In fact, it is much more convenient, even more correct, to describe styles according to the principles of OCSS and SMACSS, when you see the structure of a document in front of you. Yes, with a preprocessor, you can also form a kind of tree, but you still have to mentally get distracted by the description of styles. Plus - do not waste time on a great many copy-paste. I advise you to try. Any other Sublime plugin would be ...



BLOKK Font - a convenient solution for fast mokapov.







PixelPumper (Mac App)





Great application for posting in Wordpress. Wonderful interface, usability of working with Retina images, setting up the publication schedule of articles and, most importantly, for free in the App Store .



Hummer (Mac App)





Compiles SASS (with Bourbon), CoffeeScript, HAML & Markdown did not buy just because of the lack of LESS . When publishing, it creates an HTTP server that allows you to test the project on different devices and refresh the page without reloading. But the most important thing is a set of special "Hamerovsky" tags:



The bonus will be a number of free templates . A funny fact is that the product from the studio Riot (I discovered this by accident because of the logo), the project of which is also riot.js , which I mentioned above.



Finally:







Previous selection (Release 7)

Source: https://habr.com/ru/post/200436/



All Articles