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 5 of 17 · 197 posts
Posted Mar 16
------ 📖Using JSX with Vue.js —--- Love it or hate it, JSX is a popular extension to Javascript that allows XML tokens in your scripts. If you want to create templates in your script files and you find Vue’s render() function to be difficult to work with, JSX may be just what you need.
Posted Mar 15
------— 📖The best YouTube channels for designers and developers —---— YouTube is slowly becoming the new TV – and people are relying more and more on it to get updates on the topics they care about. Here are some popular design and tech channels for you to follow.
Posted Mar 12
------- 📖I learned to code, build a web app and launch it on Product Hunt in 2 months —--- Two months ago I started my journey to build my first web app. It’s a very basic web app called When To Surf for surfers to see when is the best time for them to surf every day. I’m launching it today.
Posted Mar 11
------- Gaze —---- Globbing fs.watch wrapper built from the best parts of other fine watch libs. Compatible with Node.js 4.x/0.12/0.10, Windows, OSX and Linux.
Posted Mar 10
---— 📖Why Do Developers Now Compare Vue.js to JavaScript Giants Angular and React? —- Vue.js, an MIT-licensed open source project, is a JavaScript library for building web interfaces. The library was first released in 2013, but not many developers took cognizance of it in web framework technology for the next two years. It was 2016 when Vue.js rose to fame and gained so much traction that it’s now seen as an alternative for even well established JavaScript libraries, such as Angular and React.
Posted Mar 9
------ 📖How to Use CSS Animations Like a Pro —--- Create animation magic using keyframes, animation properties like timing, delay, play state, animation-count, iteration count, direction, fill mode and will-change.
Posted Mar 8
---— 📖Great Teams Are About Personalities, Not Just Skills —— At the start of 2016 Google announced that it had discovered the secret ingredients for the perfect team. After years of analyzing interviews and data from more than 100 teams, it found that the drivers of effective team performance are the group’s average level of emotional intelligence and a high degree of communication between members. Google’s recipe of being nice and joining in makes perfect sense (and is hardly counterintuitive).
Posted Mar 7
------ 📖Implementing a basic promise in Javascript —--- Hey guys! Kamol’s here. If, like me, you’re a front-end developer in 2017, you should already be using ES6 Promise regularly. In fact, so much so that the concept shouldn’t come as a surprise anymore. A promise is very useful in an environment where synchronous operations and asynchronous ones are written in a not so distinctive way (such as in JavaScript).
Posted Mar 6
Google Search Master @frontend_dev_news
Posted Mar 6
---— Vue.js 2.2.0 is out! Lots of new changes. —— This release contains 31 pull requests from 22 different contributors - thank you!
Posted Mar 6
---------— 📖Comparing the Performance between Native iOS (Swift) and React-Native —------— React-Native is a hybrid mobile framework that lets you build apps using only JavaScript. However, unlike other hybrid mobile technologies you are not building a “mobile Web App” (Web App wrapped in a native container). In the end, you get the real thing. Your JavaScript codebase is compiled to a mobile app indistinguishable from an iOS app built using Objective-C or an Android app using Java. This means that React-Native provides the benefits from both Native and Hybrid Mobile Apps, without any of the drawbacks.
Posted Mar 5
------- 📖Minimalize bad codes on your javascript project —--- When you are working on a team that consist of 2 or more people from small to big teams, you will find that not every person coded the same way you code, everyone has their own code style and maybe magic code. Or in a different case like working on your own, you will find your one month old code unreadable by yourself, yes programmers are often upgrading their skills (including their code style), in the end you will find your code hard to understand by other people, and even yourself. If you find yourself in this position maybe it’s time to pick one of javascript style guide or create one yourself.