30 seconds of knowledge - amazing way to motivate you to learn coding properly. Tips, Tricks, you name it.
Every time you open a new tab in a browser it throws a short code snippet at you, which you should ideally understand within 30 sec (might take a little bit more)
Every time you open a new tab in a browser it throws a short code snippet at you, which you should ideally understand within 30 sec (might take a little bit more)
Also a list of JS one-liners that might come in handy in your development 😉
Medium
JS one-liners 😻
Collection of JS one-liners.
TheFrontEnd🔥
GIF
Well, seems that our analytics from last year was defined quite right when we talk on React vs Angular vs Vue.
See below why.
See below why.
All the data from google trends, stackoverflow, youtube etc
https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190
Nothing to add🤷♂
https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190
Nothing to add🤷♂
TheFrontEnd🔥
Few Tips That Will Make Your PWA on iOS Feel Like Native #PWA #iOS #Web https://goo.gl/77rM6o
⌛Time Machine
And also let's treat this post as an elevator to 24th April 2018 when I made a decision to create a channel to structure all the stuff that I found for myself. Who knew that so many people will find it useful and want to follow it.🤷♂
While we are quickly approaching 5k members, I think it is nice to note where we started.
You can click this time-machine link and it will get you almost a year back to find all the wonderful posts that were thrown in this channel🔥
https://t.me/thefrontend/18
And also let's treat this post as an elevator to 24th April 2018 when I made a decision to create a channel to structure all the stuff that I found for myself. Who knew that so many people will find it useful and want to follow it.🤷♂
While we are quickly approaching 5k members, I think it is nice to note where we started.
You can click this time-machine link and it will get you almost a year back to find all the wonderful posts that were thrown in this channel🔥
https://t.me/thefrontend/18
Telegram
TheFrontEnd🔥
Few Tips That Will Make Your PWA on iOS Feel Like Native
#PWA #iOS #Web
https://goo.gl/77rM6o
#PWA #iOS #Web
https://goo.gl/77rM6o
Security sucks
#news #security
At least that what Facebook probably thinks as they manage to store passwords of their users as plain text in the database. You might be thinking its a joke, but its not April 1st yet, sorry.
No hashing or cryptography at all were applied to user's passwords and FB already admitted that their internal staff could see other people's passwords. Yet, they claimed that there were no signs of misuse of that (funny).
Morale is - don't do this, guys☝️
The full article here
#news #security
At least that what Facebook probably thinks as they manage to store passwords of their users as plain text in the database. You might be thinking its a joke, but its not April 1st yet, sorry.
No hashing or cryptography at all were applied to user's passwords and FB already admitted that their internal staff could see other people's passwords. Yet, they claimed that there were no signs of misuse of that (funny).
Morale is - don't do this, guys☝️
The full article here
CNN
Facebook staff had access to hundreds of millions of people’s passwords | CNN Business
Facebook is back with another mea culpa.
Interview tips
Thought to share some of the snippets I get and find useful on various topics including interviews.
Would you like more in the future?
Thought to share some of the snippets I get and find useful on various topics including interviews.
Would you like more in the future?
Forwarded from The Devs
Podcasts Repo, a collection of podcasts around the web.
#resources #list #podcast
@thedevs
https://kutt.it/3ZL3xw
#resources #list #podcast
@thedevs
https://kutt.it/3ZL3xw
Web lazy loading
Well, apparently this June we can see native image loading for the web. Magical usage just by adding
Well, apparently this June we can see native image loading for the web. Magical usage just by adding
loading = lazy in your <img> tag. What can be easier.Addyosmani
Native image lazy-loading for the web!
In this post, we’ll look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web!. For the curious, here’s a ...
Thanosjs.org - reduce the file size by randomly deleting half of the files. Might come handy before the endgame
If you like what Uber does in design and you think its neat - they released design system in a form of React Components called Base Web. Nice to see datepickers, file uploaders and toggle buttons in default set up.
Framer Playground Introduced
I really like where Framer is heading with its concept, can see how UX/UI Design & Coding can work together efficiently. This can be considered a massive trend soon and all the Sketch, Invision, XD, Marvel, Figma will have to adjust and the designer's job will also include basic programming to optimise business operations.
Letting your developers argue, re-code the whole frontend, fix inaccuracies from the design is a massive pain point and someone will eventually solve it.
Hope to see Framer X Windows version soon to allow better expansion. Meanwhile, you can see what they a re going at here.
And yeah, I know with the amount I mentioned Framer, I should take money from them🤷♂️.
I really like where Framer is heading with its concept, can see how UX/UI Design & Coding can work together efficiently. This can be considered a massive trend soon and all the Sketch, Invision, XD, Marvel, Figma will have to adjust and the designer's job will also include basic programming to optimise business operations.
Letting your developers argue, re-code the whole frontend, fix inaccuracies from the design is a massive pain point and someone will eventually solve it.
Hope to see Framer X Windows version soon to allow better expansion. Meanwhile, you can see what they a re going at here.
And yeah, I know with the amount I mentioned Framer, I should take money from them🤷♂️.
YouTube
Introducing Framer Playground
Playground allows you to explore ideas in code, right from within Framer X. A built-in code editor, inline helpers and zero setup allow you to learn React as you go. Use our extensive documentation and advanced animation libraries to create code components…
React Native for Windows
Well, we just got a way to write stuff for XBox with React🤷♂
Techcrunch link
Well, we just got a way to write stuff for XBox with React🤷♂
Techcrunch link
TechCrunch
Microsoft launches React Native for Windows
Microsoft today announced a new open-source project for React Native developers who want to target Windows. “React Native for Windows,” as the project is unsurprisingly called, is meant to be a new ‘performance-oriented’ implementation of React for Windows…
themer.js - automatically change projects dark/light mode based on user's location