Useful resources
There is frequently updated list of useful resources for developers. Leave your suggestions and it will be in the collection
HTML+CSS
- http://htmlbook.ru/html – html/css handbook (RUS)
- https://jigsaw.w3.org/css-validator/#validate_by_input – CSS validator
- http://gradients.io/ – CSS gradient
- https://webgradients.com/ – CSS gradient
- http://html5.by/blog/flexbox/ – great article about Flexbox
- https://mrmlnc.gitbooks.io/less-guidebook-for-beginners/content/ – less book
- https://sass-scss.ru/ – Sass documentation (RUS)
JavaScript
- http://learn.javascript.ru/ – nice javascript guide
- https://jquery.com/ – javascript library for work with DOM, server and much more.
- https://datatables.net/ – great jquery plugin for flexible work with tables
- https://shopify.github.io/draggable/ – drag and drop js library
- https://antonshevchuk.gitbooks.io/jquery-for-beginners/content/ – jquery for beginners book
- https://www.typescriptlang.org/ – javascript with types
- http://typescript-lang.ru/docs/index.html – typescript manual (RUS)
- https://basarat.gitbook.io/typescript/getting-started – one more nice typescript book
- https://websitesetup.org/jquery-cheat-sheet/ – jQuery Cheat Sheet from Nick Schaferhoff
- https://devblogs.microsoft.com/typescript/ – official TypeScript blog
PHP
- http://php.net/docs.php – php documentation
- https://www.phpcrudgenerator.com/ – php crud generator
CSS frameworks
- http://getbootstrap.com/2.3.2/ – bootstrap 2 (not supported anymore)
- http://getbootstrap.com/ – official framework site – third and fourth version supports.
- https://bootswatch.com/ – themes for twitter bootstrap
- https://bootsnipp.com/ – large collection of bootstrap snippets
- https://960.gs/ – simple css grid framework
- http://getskeleton.com/ – simple responsive CSS framework
Javascript frameworks
- https://angularjs.org/– very popular javascript framework for building web application
- http://angular-doc.herokuapp.com/tutorial – build simple angular project tutorial (RU)
- https://metanit.com/web/angular/2.12.php – create custom angularjs directive
- https://code.tutsplus.com/ru/tutorials/mastering-angularjs-directives–cms-22511 – create custom angularjs directive
- https://angular-ui.github.io/bootstrap/ – twitter bootstrap directives for angularjs
- angular 2+ book – angular 2+ book
- https://dakiesse.gitbooks.io/reaktivnoe-programmirovanie-s-rxjs/content/ – little article about RxJs
- https://angular24.ru/ – Angular russian documentation
Text editors and IDE
- https://www.sublimetext.com/ – (conditionally free) powerful text editor
- https://atom.io/ – powerful text editor from github
- https://notepad-plus-plus.org/ – free text editor
- https://netbeans.org/ – free IDE, supporting java, php and other languages
- https://packagecontrol.io/ – package installer for sublime text
- https://atom.io/packages – packages for atom
Tools and services
- http://fontawesome.io/ -icon font
- https://fonts.google.com/ – google fonts collection
- http://webfonts.ru/ – fonts for your projects. You can also download and install any font to your computer
- www.rssheap.com/ – rss reader for developers (news, articles, tutorials)
- http://colormind.io/ — color schemes sets
- https://typekit.com/ — one more web site with fonts
- https://www.videvo.net/stock-video-footage/video/ — free stock videos
- https://videos.pexels.com/ — free stock videos
Useful articles, videos, audios and books
- https://www.youtube.com/watch?v=yTHTo28hwTQ – free html and css course. I began learning web development from this course
- https://radio-t.com/ – IT podcast
- http://razbor-poletov.com/ – Java podcast
- http://tpair.org/ – IT news and gadgets from last week
- https://gitbookio.gitbooks.io/progit/content/en/ – GIT book
- https://radiojs.ru/ – the podcast about frontend and javascript
SEO
- https://istio.com/ – анализ сео текста
- http://www.rooletka.ru/ — web site seo audit
0 Comments