📜 ⬆️ ⬇️

Some interesting and useful things for web developer # 39

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

Unheap




A huge collection of really high-quality and necessary jQuery plug-ins, correctly packaged in scope. Unheap has 5 main sections: UI, Inputs, Media, Nav, Other, and each of them contains about ten subcategories. In total, at the moment the catalog has more than 1000 different plug-ins.

Datedropper



')
Yes, this is another jQuery plugin for selecting dates. But the implementation is a masterpiece in terms of UI / UX. The script is easy to connect and customize. Datedropper in any case deserves attention for the design of the site with the project. This is the most beautiful JavaScript library page I've ever seen.

Mixture




The generator of your working environment. Many may have already heard about Yeoman , which allows literally in several teams to collect all the necessary tools and libraries for your project. Mixture basically does the same thing, but it exists as a desktop application.

Isso




A comment server similar to Disqus written in Python. Supports avatars, branches, voices, and instead of the visual editor uses Markdown. The project involves importing data from Disqus and WordPress. Comments themselves are also connected via JavaScript.

Awesomplete




A great solution for auto-filling forms from the famous "developer" Lea Verou. Awesomplete weighs only 2kb and for basic use you don’t even need to write JavaScript, just specify the options in the date attribute. For tasks more difficult, the library contains a number of necessary options and methods, but continues to be as simple as possible to use. It is worth mentioning that the project in a few days gathered more than 2,000 stars or GitHub.

<input class="awesomplete" data-list="Ada, Java, JavaScript, Brainfuck, LOLCODE, Node.js, Ruby on Rails" /> 

 // No extra JS needed for basic usage! 


Pico cms




Western thoughts or what would translate to Habré:




They say and show domestic IT resources:




Finally:




For help in preparing the material I express my deep gratitude to Alexander Maslov drakmail .

Friends backenders! I think everyone knows that I am doing my compilations entirely on altruism. I always went through a bunch of websites to make it always convenient to work. And at one point I decided to share the material found. Over time, collections have gained some popularity and significantly expanded in terms of content. From now on, I will clearly structure the “Finally” block so that people do not have to look for what they need. In order for the sections not to be bare and always filled with relevant information, I need your help. And the problem is not only in time, but also in competence. In terms of backend, I am rather a theorist than a practitioner.

Pkhshshnik, rubist , pythonist, goschik , if you already monitor GitHub Trending, Reddit, HackerNews or Twitter in search of interesting and useful things on your topic, if you find it definitely has value, but does not deserve the attention of the whole post, if it's not difficult for you once a week / in two weeks, depending on the material to share a pair of kilobytes of reference mass, then write me in a personal or any social. network from profile. Scribble in the main section as desired. The name or contacts of volunteers in each post will be indicated.

Previous selection (Issue 38)

I apologize for any typos. If you notice a problem - please write in a personal.

Thank you all for your attention.

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


All Articles