Cooking with JS asynchronouslyπ₯
A bit of learning material for you, guys.
What the hell are callbacks, why do I need to promise anything, what's all the fuss about async/await stuff?
If you have ever asked those questions yourself. Here is a quick recipe how to not get confused.
https://teletype.in/@thefrontend/HyQyhqiCM
A bit of learning material for you, guys.
What the hell are callbacks, why do I need to promise anything, what's all the fuss about async/await stuff?
If you have ever asked those questions yourself. Here is a quick recipe how to not get confused.
https://teletype.in/@thefrontend/HyQyhqiCM
Teletype
Cooking with JS asynchronously
If you have ever asked those questions yourself. Here is a quick recipe how to not get confused.
ββRecently Adobe's UI/UX tool - 'Adobe XD' got a free version available for everyone.
Here is a nice article comparing Adobe's solution with Sketch.
While the article mainly supports the Sketch for designing your UI, the Windows users might give it a proper competition with Adobe.
Which one do you think will have more users in 5 years?
π Adobe XD
π Sketch
Here is a nice article comparing Adobe's solution with Sketch.
While the article mainly supports the Sketch for designing your UI, the Windows users might give it a proper competition with Adobe.
Which one do you think will have more users in 5 years?
π Adobe XD
π Sketch
This media is not supported in your browser
VIEW IN TELEGRAM
How To Create Your Very Own Facebook Messenger Bot with Dialogflow and Node.js In Just One Day
#JS #Messenger #tutorial
πRead time: 14 min
#JS #Messenger #tutorial
πRead time: 14 min
ββ13 Interesting points from Google's JS style guide
You should stick to spaces over tabs, use ; all the time, move preference to arrow functions (x) => {, use template ${strings} instead of concatenation. And other noteworthy points to consider.
What do you use when coding: Tabs or Spaces?
π΅ = Tabs
π΄ = Spaces
βοΈ = I don't code
You should stick to spaces over tabs, use ; all the time, move preference to arrow functions (x) => {, use template ${strings} instead of concatenation. And other noteworthy points to consider.
What do you use when coding: Tabs or Spaces?
π΅ = Tabs
π΄ = Spaces
βοΈ = I don't code
ββThe Slow Death of Internet Explorer and the Future of Progressive Enhancement
A pretty big issue in front end and web dev is to ensure everything works great on all broswers, but while Chrome, Opera and Firefox constantly fire new features, IE and Safari only seem to play the catch up game.
What to do and where it will lead us.
πRead time: 10 min
A pretty big issue in front end and web dev is to ensure everything works great on all broswers, but while Chrome, Opera and Firefox constantly fire new features, IE and Safari only seem to play the catch up game.
What to do and where it will lead us.
πRead time: 10 min
ββWell, our community is growing very fast.
2000 in exactly 1 month π.
Thank you all for keeping engaged. While I am openning a bottle of champagne πΎ - do message @masant1 to share any specific thoughts on what you would like to see in the channel, as it should be a dual-way relationship!
Keep it tech related and whether its pure front end or extension to some back end tools and general dev - it can get accomodatedπ₯.
2000 in exactly 1 month π.
Thank you all for keeping engaged. While I am openning a bottle of champagne πΎ - do message @masant1 to share any specific thoughts on what you would like to see in the channel, as it should be a dual-way relationship!
Keep it tech related and whether its pure front end or extension to some back end tools and general dev - it can get accomodatedπ₯.
13 Creative ways to promote your app for free
Quite useful thing to do when your 'Next Big Thing' is readyπ‘
A nice article that helps you to push your app to the market
#app #marketing
Quite useful thing to do when your 'Next Big Thing' is readyπ‘
A nice article that helps you to push your app to the market
#app #marketing
ββLearning course for Bulma π CSS framework
If you haven't heard of Bulma yet, definetly give it a shot. Its based on Flexbox and gives you full responsiveness, fast and modern modularity.
It is opinion free (unlike Material) and based on CSS only, so that it can be easily integrated with Vue, Angular, React, Ember etc.
Final projects with Bulma look really clean and professional.
website - https://bulma.io/
free course - https://bit.ly/2Ieo39p
If you haven't heard of Bulma yet, definetly give it a shot. Its based on Flexbox and gives you full responsiveness, fast and modern modularity.
It is opinion free (unlike Material) and based on CSS only, so that it can be easily integrated with Vue, Angular, React, Ember etc.
Final projects with Bulma look really clean and professional.
website - https://bulma.io/
free course - https://bit.ly/2Ieo39p
ββ"AngularβββStop Already!"βοΈ
Do you remember recent analytics that we posted, where Angular's popularity decreased π?
βοΈWhile it is fine to use tools that you are most comfortable and productive π° with, the area we are in is developing extremely fast and it is a reasonable strategy to keep up and learn new techπ€.
Yes, we can use php, java or what not, in fact nearly 80% of companies are still using them since they were used in the very beginning and that is why you still can find a well paid job looking for a 'php developer', simply because the industry is very much interlinked when it comes to technologies.
However in the world where there are things like Python, Go and JS + tons of frameworks, the 'older technologies' might see a challenging competition from them in the next few years.
The reason for such a long introduction is to prepare you all for a fair, but quite aggressive article on Angular with a very click-bait name.
πRead time: 11 min.
Do you agree with the article?
π Yes
π‘ No
π€ Let me think
Do you remember recent analytics that we posted, where Angular's popularity decreased π?
βοΈWhile it is fine to use tools that you are most comfortable and productive π° with, the area we are in is developing extremely fast and it is a reasonable strategy to keep up and learn new techπ€.
Yes, we can use php, java or what not, in fact nearly 80% of companies are still using them since they were used in the very beginning and that is why you still can find a well paid job looking for a 'php developer', simply because the industry is very much interlinked when it comes to technologies.
However in the world where there are things like Python, Go and JS + tons of frameworks, the 'older technologies' might see a challenging competition from them in the next few years.
The reason for such a long introduction is to prepare you all for a fair, but quite aggressive article on Angular with a very click-bait name.
πRead time: 11 min.
Do you agree with the article?
π Yes
π‘ No
π€ Let me think
Animation struggle
It is always quite time consuming when it comes to making you project and elements animated. Whether you want some page transitioning or element's motions π, you will end up looking for a library that should do most of the hard work and help you avoid questioning yourself "How hard could that be?"π€.
The reality however is that there are CSS animations, which work great for something trivial and basic, but if you really want to gain more control πΉ and make it flexible, you will inevitably start looking elsewhere.
One really good reccomendation is to go and check popmotion library π₯. It can get connected with Pose, Stylefire and Framesync to move your animation expertise anywhere from React to Unity and 3D physics. It is really powerfull and so far one of the easiest to start with.
So next time, you want to flip photos on the website for description πΌ or show loading state in a button after a click βΈ - have a look at this message again.
official website - https://popmotion.io/
Below is one of the best articles on how this can work with React.
It is always quite time consuming when it comes to making you project and elements animated. Whether you want some page transitioning or element's motions π, you will end up looking for a library that should do most of the hard work and help you avoid questioning yourself "How hard could that be?"π€.
The reality however is that there are CSS animations, which work great for something trivial and basic, but if you really want to gain more control πΉ and make it flexible, you will inevitably start looking elsewhere.
One really good reccomendation is to go and check popmotion library π₯. It can get connected with Pose, Stylefire and Framesync to move your animation expertise anywhere from React to Unity and 3D physics. It is really powerfull and so far one of the easiest to start with.
So next time, you want to flip photos on the website for description πΌ or show loading state in a button after a click βΈ - have a look at this message again.
official website - https://popmotion.io/
Below is one of the best articles on how this can work with React.
popmotion.io
Popmotion is a collection of low-level JavaScript animation functions and utils for advanced animators.
It is official.
Microsoft is acquiring GitHub for $7.5 billion
GitHub agreed to such move (unlike before) partiarly because of Microsoft's current CEO Satya Nadella.
#news
πCool
π©Oh no!
Microsoft is acquiring GitHub for $7.5 billion
GitHub agreed to such move (unlike before) partiarly because of Microsoft's current CEO Satya Nadella.
#news
πCool
π©Oh no!
VUIDO
Create native desktop applications for Windows, OS X and Linux using Vue.js.
https://bit.ly/2Jeels4
Choose next topic
πBest hacking resources
π₯React Context API
πBest backend for Vue
Create native desktop applications for Windows, OS X and Linux using Vue.js.
https://bit.ly/2Jeels4
Choose next topic
πBest hacking resources
π₯React Context API
πBest backend for Vue