ββSketching is a huge part of prototyping. It is pretty common to draw your UI on a piece of paper or whiteboard before moving it into XD, Sketch, Axure etc
Microsoft attempted to create something phenomenally cool this time - AI based recognition system for your sketches!
Take a photo and it will convert it into a prototype with ability to export in HTML, XAML or UWP.
Have a look at their 2min video and check their website directly.
Kindly shared by our subscriber @Richner
Microsoft attempted to create something phenomenally cool this time - AI based recognition system for your sketches!
Take a photo and it will convert it into a prototype with ability to export in HTML, XAML or UWP.
Have a look at their 2min video and check their website directly.
Kindly shared by our subscriber @Richner
This media is not supported in your browser
VIEW IN TELEGRAM
Materializecss - nice material based framework. In addition to standard components it also has JS presets like carousel and parallaxπ₯.
Shared by @Abfelbaum
Shared by @Abfelbaum
animation.gif
9.9 KB
JavaScript.info - those of you who want to start getting into JS, don't avoid this resource. It has a great list of tutorials.
shared by @Deus33
shared by @Deus33
Appsco - great selection of the best progressive web apps. Find something for yourself without downloading hassleπ₯.
This media is not supported in your browser
VIEW IN TELEGRAM
Post about quality
I find it ridiculous that its so hard to find good quality in English speaking telegram channels that wouldn't spam with million ad tabs and thousand stickersπ.
Have a few channels in my list that I follow on a daily basis. Do you want an occasional reccomendations?π€
Some of the channels are quiet small, others are a bit bigger.
If we get enough interest, I will be sharing those maximum once every two weeks. There is no option to get in this list with money, all you can do is share your channel and if it is really good and beneficial for the community - I will let others know about it.
Let's try to increase average content's quality togetherβ
Have a few channels in my list that I follow on a daily basis. Do you want an occasional reccomendations?π€
Some of the channels are quiet small, others are a bit bigger.
If we get enough interest, I will be sharing those maximum once every two weeks. There is no option to get in this list with money, all you can do is share your channel and if it is really good and beneficial for the community - I will let others know about it.
Let's try to increase average content's quality togetherβ
This media is not supported in your browser
VIEW IN TELEGRAM
Good morning!
To start off a new day, try to answer the below simple code snippet.
To start off a new day, try to answer the below simple code snippet.
Imagine you are a JavaScript fan.
π€What would be printed in console?
π€What would be printed in console?
console.log("b" + "a" + +"a" + "a");This media is not supported in your browser
VIEW IN TELEGRAM
ES6 Promises - best article to understand promises and why you can't live without them if you building anything more complex than
hello world πThis media is not supported in your browser
VIEW IN TELEGRAM
103 correct answers. 85 people will benefit from the below explanation.
The correct answer to the morning's test is of course
The correct answer to the morning's test is of course
baNaNaπ."b" + "a" + +"a" + "a";This is an old-school joke in JavaScript, but remastered. Here's the original one:
"foo" + +"bar"; // -> 'fooNaN'Explanation:
The expression is evaluated as 'foo' + (+'bar'), which converts 'bar' to not a number.
JavaScript is sometimes a weird thing. You can find more interesting tests here (sometimes barely applicable to real life)
GitHub
wtfjs/README.md at master Β· denysdovhan/wtfjs
π€ͺ A list of funny and tricky JavaScript examples. Contribute to denysdovhan/wtfjs development by creating an account on GitHub.
This media is not supported in your browser
VIEW IN TELEGRAM
How to protect yourself from XSS using SQL injections or why you should use single quotes in JSπ
This media is not supported in your browser
VIEW IN TELEGRAM
7 Things every designer need to know about accessibility!
When you are more or less comfortable with coding you should start thinking of interfaces that everyone could use.
β‘Instant View below
When you are more or less comfortable with coding you should start thinking of interfaces that everyone could use.
β‘Instant View below
To add a bit on accessibility. Try this PWA app to simulate different types of color blindness with your cameraπ·.
colorblindsim
colorblindsim
This media is not supported in your browser
VIEW IN TELEGRAM
Ever thought that Augmented and Virtual realities are cool?
Great article on building AR/VR with HTML and JS π₯
Great article on building AR/VR with HTML and JS π₯
This media is not supported in your browser
VIEW IN TELEGRAM
Off to North Korea for 10 days βοΈ
There is 99.9% probability that there will be no posts during this time
Look through what you've skipped last time, there will be more cool stuff when I'm backβπ₯
There is 99.9% probability that there will be no posts during this time
Look through what you've skipped last time, there will be more cool stuff when I'm backβπ₯