This media is not supported in your browser
VIEW IN TELEGRAM
For those, who keep asking me how the previous effect can be achieved with pure CSS.
Link
Meanwhile, the channel naturally got to 4.6k, welcome to all the new peopleπ
Link
Meanwhile, the channel naturally got to 4.6k, welcome to all the new peopleπ
This media is not supported in your browser
VIEW IN TELEGRAM
Websites can look like movie intro sometimes π₯
I know you guys like tips and tricks (your votes suggested that). Here is something I think you'll find usefull, especially if you wanted to get a bit more experienced with Python.
The below article has all the latest Python tips from the @pythonetc channel, check both of them out!
https://habr.com/ru/company/mailru/blog/438776/
The below article has all the latest Python tips from the @pythonetc channel, check both of them out!
https://habr.com/ru/company/mailru/blog/438776/
Habr
Tips and tricks from my Telegram-channel @pythonetc, January 2019
It is new selection of tips and tricks about Python and programming from my Telegram-channel @pythonetc. Previous publications: December 2018 Two...
This media is not supported in your browser
VIEW IN TELEGRAM
React - reveal gets number 1 prize for the most simplicitic way to bring in animation and avoid css nightmare.
You simply wrap the component you want to animate like
<Zoom>
<YourNiceComponent>
</Zoom>
Can also work with cascading and conditionals like when to do the animation π₯
You simply wrap the component you want to animate like
<Zoom>
<YourNiceComponent>
</Zoom>
Can also work with cascading and conditionals like when to do the animation π₯
Move away from React Native?
Some insights from Airbnb why they are moving away from React Native (although they spent 2 years on it).
A few things to highlight right away:
If you are thinking React Native can help you build something cross platform quickly - you are right. You are also correct if you think performance, speed, flexbox and animation will work well if implemented correctly.
The problems, as Airbnb puts it were mainly related to JS being untyped language and RN being still quite immature - this caused big problems in refactoring, maintaining and crash monitoring as well as things like complex gestures in iOS/Android apps as both use quite different mechanics.
Well, there is always a tradeoff. From airbnb's experience, we can easily deduct that RN is still probably the best thing to do for MVP and which might even let your system live and work properly for a few years. But if you are planning to go all-in, native development is yet not fully interchangeable.
Airbnb thoughts article
Some insights from Airbnb why they are moving away from React Native (although they spent 2 years on it).
A few things to highlight right away:
If you are thinking React Native can help you build something cross platform quickly - you are right. You are also correct if you think performance, speed, flexbox and animation will work well if implemented correctly.
The problems, as Airbnb puts it were mainly related to JS being untyped language and RN being still quite immature - this caused big problems in refactoring, maintaining and crash monitoring as well as things like complex gestures in iOS/Android apps as both use quite different mechanics.
Well, there is always a tradeoff. From airbnb's experience, we can easily deduct that RN is still probably the best thing to do for MVP and which might even let your system live and work properly for a few years. But if you are planning to go all-in, native development is yet not fully interchangeable.
Airbnb thoughts article
Medium
React Native at Airbnb
In 2016, we took a big bet on React Native. Two years later, weβre ready to share our experience with the world and show whatβs next.
ββ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