TGINSIGHT CHAT
Front-end Developer News
@frontend_dev_news
TechnologiesNo matter you are a programmer or not, fill your insights on this channel. We share information, tips, tricks to humor about the frontend developer every day and every time, JOIN NOW! have any idea? pm @afrianjunior
Recent posts
Page 8 of 17 · 197 posts
Posted Feb 3
--------- cssstats —------ Parses stylesheets and returns an object with statistics. This is the core module used in cssstats.com
Posted Feb 1
--------- Free HTML Udemy Course : Learn HTML5 Programming From Scratch —------ HTML5 is one of the hot web technologies and is widely gaining acceptance across mobile and web. In our course you get a complete resource which can get you started on application development for HTML5. In our course you work on actual examples and go through important concepts required for through knowledge.
Posted Jan 31
------— 📖Stupid ES6 tricks —---— Here are a few ES6 techniques that aren’t really tricks, just exploiting some of the new syntax either to reduce code, improve readability, or possibly just have fun. I’m planning on collecting more here, so please feel free to bookmark and check back every once in a while. Also, if you have some fun tricks that I don’t mention here, please write a response!
Posted Jan 30
--------- 📖Why you should not use AngularJS —------ Angular creates a good “wow-effect”, when you see it for the first time: “wow, I wrote ng-repeat, and implemented this logic only with tags, and it updates by itself!”, but as soon as you have to implement a real application, but not another TODO-list, then it all becomes very frustrating.
Posted Jan 27
---------— Vue Router 2 Release! —------— New Features * Passing Props to Route Components * New in-component hook: beforeRouteUpdate * New router instance method: router.onReady * New router instance method: router.addRoutes * Callbacks for router.push() and router.replace() * Shared Router Instance for Multiple Root Components
Posted Jan 24
---------- 📖How to get value from wireframes —------— By using paper, we avoid confusing well-designed wireframes for good ideas.
Posted Jan 24
--------- RSCSS —------ Styling CSS without losing your sanity Reasonable System for CSS Stylesheet Structure. A set of simple ideas to guide your process of building maintainable CSS.
Posted Jan 22
---------— 📖JavaScript Best Practices —------— The following is an article full of recommendations and general guidelines for writing clean JavaScript code. While our recommendations may change in the future as we build more sophisticated development tools or with new language features, one thing, however, will never change. You should write your code so that it is easy to understand. Ambiguity, thus, should be avoided at all cost. If you feel that your code is not clear enough for the future readers, please add a comment. Do this only to clarify your code as there is no need to have a life story in the comments. Remember: comments are messages from developer to developer.
Posted Jan 22
---------- Bottle JS —------- BottleJS is a tiny, powerful dependency injection container. It features lazy loading, middleware hooks, decorators and a clean api inspired by the AngularJS Module API and the simple PHP library Pimple. You'll like BottleJS if you enjoy: * building a stack from components rather than a kitchen-sink framework. * uncoupled objects and dependency injection. * an API that makes sense. * lazily loaded objects. * trying cool stuff 😝
Posted Jan 21
---------— 📖JavaScript Best Practices —------— The following is an article full of recommendations and general guidelines for writing clean JavaScript code. While our recommendations may change in the future as we build more sophisticated development tools or with new language features, one thing, however, will never change. You should write your code so that it is easy to understand. Ambiguity, thus, should be avoided at all cost. If you feel that your code is not clear enough for the future readers, please add a comment. Do this only to clarify your code as there is no need to have a life story in the comments. Remember: comments are messages from developer to developer.
Posted Jan 21
---------— Vue 2 Starter Kit —------— Vue 2 Starter Kit Project for Production Mode with Webpack and Express
Posted Jan 20
---------— 📖JavaScript Garden —------— JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language. JavaScript Garden does not aim to teach you JavaScript. Former knowledge of the language is strongly recommended in order to understand the topics covered in this guide. In order to learn the basics of the language, please head over to the excellent guide on the Mozilla Developer Network.