TheFrontEndπŸ”₯
10.6K subscribers
275 photos
56 videos
8 files
532 links
πŸ“ Articles
πŸ—ž News
πŸ‘“ Tutorials
πŸ€” UI/UX thoughts

on front endπŸ’‘ mobileπŸ“± and web dev πŸ–₯

Admin: @masant1
Download Telegram
Appsco - great selection of the best progressive web apps. Find something for yourself without downloading hassleπŸ”₯.
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✊
I am talking about this tendency😩
Think that this shouldn't happen even for πŸ’° as this does put a large amount of users offπŸ€·β€β™‚
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.
Imagine you are a JavaScript fan.

πŸ€”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 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)
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
To add a bit on accessibility. Try this PWA app to simulate different types of color blindness with your cameraπŸ“·.

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 πŸ”₯
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✊πŸ”₯
Got back from North Korea (safely☝️). God, tell me about digital detox nowπŸ˜‚. No internet, phone, limited information inflow.

The posts will be back in usual schedule from now on.

Some of you asked me about traveling to NK - its massively unrelated to this channel's content, but if anyone is interested in a few humble, subjective words about my experience vote for πŸ‡°πŸ‡΅ and I'll tell you a bit about it.
πŸ€”How to become a better visual designer - The first one to read for you about design fundamentals.

How you can create a whole design just by using proper typography, importance of spacing for visual freedom, color combination, size and all the great, well explained nuances about designπŸ”₯!

⚑instant view below as usual
πŸ‘€ shared by @SiddiqNx
β€‹β€‹β˜οΈTo add a bit on the above.

Personally, I think you can and should make with typography great things. The best is when it contains a part or the whole logo. Companies like Facebook or Uber got it ages ago and it makes them easily distinguishable.

Get some inspiration from logopaul