I was forced to ask you a question. Do you guys use tiktok? If you want to discuss welcome to our chat.
Anonymous Poll
13%
Yes. I use tiktok.
84%
No. I don't use tiktok.
3%
Other (explain in chat)
This media is not supported in your browser
VIEW IN TELEGRAM
Video calls in apps
Will soon be adding video calls in our app at work.
Found Twillio that seems pretty smooth and straightforward to use for my case.
Also with React Native wrapper.
Was it so hard, telegram? π
Has any of you guys use that? Mind sharing your experience with the community? Any pitfalls? Things to look out for?
Will soon be adding video calls in our app at work.
Found Twillio that seems pretty smooth and straightforward to use for my case.
Also with React Native wrapper.
Was it so hard, telegram? π
Has any of you guys use that? Mind sharing your experience with the community? Any pitfalls? Things to look out for?
Talking about useful APIs for your next pet project
Printful - Lets you upload designs, preview items, and then order almost any type of merchandise via API. Printful handles shipping and manufacturing
Mux Video- Handles all the complexity of working with video, just upload the file and Mux creates multiple versions of it and pushes to a CDN. Also supports live streaming
Lob - Lets you send postcards, letters, checks, and more with a few lines of code
Twilio - Already well known for SMS, but they've expanded their product range a ton and have a bunch of new features to play around with
Plaid - Makes it easy to connect to users bank accounts and takes care of security and regulations
Google Cloud AI - Could have put a few different companies here but I like Google's AI APIs because they give you $300 in free credit, plus most people already have a Google account so sign up is easy
Coinbase - Free public API for real time crypto price data via websocket, also historical data. With an account you can place orders if you wanted to make a trading bot
Open Secrets - Provides data on pretty much any politicians in Congress, voting records, fundraising, and lobbying
New trading bot anyone? Btc is at 30kπ
PS found this list on reddit
Printful - Lets you upload designs, preview items, and then order almost any type of merchandise via API. Printful handles shipping and manufacturing
Mux Video- Handles all the complexity of working with video, just upload the file and Mux creates multiple versions of it and pushes to a CDN. Also supports live streaming
Lob - Lets you send postcards, letters, checks, and more with a few lines of code
Twilio - Already well known for SMS, but they've expanded their product range a ton and have a bunch of new features to play around with
Plaid - Makes it easy to connect to users bank accounts and takes care of security and regulations
Google Cloud AI - Could have put a few different companies here but I like Google's AI APIs because they give you $300 in free credit, plus most people already have a Google account so sign up is easy
Coinbase - Free public API for real time crypto price data via websocket, also historical data. With an account you can place orders if you wanted to make a trading bot
Open Secrets - Provides data on pretty much any politicians in Congress, voting records, fundraising, and lobbying
New trading bot anyone? Btc is at 30kπ
PS found this list on reddit
Did you know one of those website you visit in incognito mode actually removes jQuery and adopts Vue.js?
Interview with their Web developer
Regardless what you think, the dev work there is one of the toughest with the amount of users and graphical content they have to deal with.
Pure science π₯π¦
Interview with their Web developer
Regardless what you think, the dev work there is one of the toughest with the amount of users and graphical content they have to deal with.
Pure science π₯π¦
Are you using arrow functions like in the above screenshot?
Anonymous Poll
55%
Yes.
22%
No.
22%
See results.
TheFrontEndπ₯
Are you using arrow functions like in the above screenshot?
OK, most of you used this approach and don't see why it can be debatable (although a few mentioned in comments several concerns, well done).
The reason I pointed this one out is because doing this often is a bad idea.
I failed to compile a list of articles and proper explanation, but all I want to point out here is that using arrow functions in React in this way can cause you rendering problems when your app grows. You should use it very carefully with paint flashing in browser to ensure you don't render unnecessary things.
The main issue is that a lot of react tutorials online teach you to do this and a lot of even senior frontend devs do that (to a point where it starts causing problems, trust me I've seen it too many times). The main explanation being: "well why not, it's documented that it's fine to do so here and here" .
I suggest researching why this is not always good (since I'm terrible in finding time to explain and write a proper post).
You can start with the below article that goes into explaining this one (but please go further in your research, testing it yourself is the best way):
https://www.freecodecamp.org/news/why-arrow-functions-and-bind-in-reacts-render-are-problematic-f1c08b060e36/
The reason I pointed this one out is because doing this often is a bad idea.
I failed to compile a list of articles and proper explanation, but all I want to point out here is that using arrow functions in React in this way can cause you rendering problems when your app grows. You should use it very carefully with paint flashing in browser to ensure you don't render unnecessary things.
The main issue is that a lot of react tutorials online teach you to do this and a lot of even senior frontend devs do that (to a point where it starts causing problems, trust me I've seen it too many times). The main explanation being: "well why not, it's documented that it's fine to do so here and here" .
I suggest researching why this is not always good (since I'm terrible in finding time to explain and write a proper post).
You can start with the below article that goes into explaining this one (but please go further in your research, testing it yourself is the best way):
https://www.freecodecamp.org/news/why-arrow-functions-and-bind-in-reacts-render-are-problematic-f1c08b060e36/
freeCodeCamp.org
Why Arrow Functions and bind in Reactβs Render are Problematic
By Cory House (Hint: It makes shouldComponentUpdate and PureComponent cranky) In a previous post, I explained how to extract React child components to avoid using bind or arrow functions in render. But I didnβt provide a clear demo to show why this i...
Web Design trends in 2021
π€πΏ Dark Mode
π₯ Blur and Noise
π 3D
π B&W
π§ Bold Typography
PS the most random list of emojis ever
βΆ YouTube
π€πΏ Dark Mode
π₯ Blur and Noise
π 3D
π B&W
π§ Bold Typography
PS the most random list of emojis ever
βΆ YouTube
YouTube
2021 Web Design Trends (Dark Mode, Blur and Noise, 3D Illustrations, Colorless UI, Big Typography)
Top Web Design and UI Trends for 2021 https://designmodo.com/web-design-trends-2021/
Slides Website Builder https://designmodo.com/slides/
Startup Bootstrap Builder https://designmodo.com/startup/
Hey guys - Jack here from Designmodo - itβs great to be hereβ¦
Slides Website Builder https://designmodo.com/slides/
Startup Bootstrap Builder https://designmodo.com/startup/
Hey guys - Jack here from Designmodo - itβs great to be hereβ¦
I also been told that I should post more often with articles that I go through in my daily life (which was the whole purpose of this channel at first and not for you to enjoy good quality content guys π yes, I keep telling @thefrontend was designed as a bucket for the articles I find, nothing more)
I now look a bit deeper into Vue with its 3rd version being absolute miracle in FE space.
Here is an article for myself to refer back to in development.
7 useful Vue patterns to use
https://medium.com/js-dojo/7-vue-patterns-that-you-should-be-using-more-often-b13cde4d2ae6
I now look a bit deeper into Vue with its 3rd version being absolute miracle in FE space.
Here is an article for myself to refer back to in development.
7 useful Vue patterns to use
https://medium.com/js-dojo/7-vue-patterns-that-you-should-be-using-more-often-b13cde4d2ae6
Medium
7 Vue Patterns That You Should Be Using More Often
Letβs take a look at some interesting but not so popular Vue features.
This media is not supported in your browser
VIEW IN TELEGRAM
No valentine's pinky UIs for you today. Only dark neon, only hardcore.
Do send β€οΈ to someone though, maybe they will become the one fixing your bugs, who knows
Do send β€οΈ to someone though, maybe they will become the one fixing your bugs, who knows
Microsoft breaks motion reality again in their ad
It doesn't even matter what they advertise, it's just pure awesomeness
https://vimeo.com/502414172
Whoever knows their motion designer, send here, I'll subscribe
It doesn't even matter what they advertise, it's just pure awesomeness
https://vimeo.com/502414172
Whoever knows their motion designer, send here, I'll subscribe
Vimeo
Your Phone App for Windows 10
Mobile apps can now be accessed on your Windows 10 laptop, so even though you may be sitting down, it's like you're on the go. Some mobile apps may restrict content to be shared on other screens or may require a touch screen to be able to interact with them.β¦
Since when I started to admire Microsoft ads and not Apple's UI π€
Upd: looks like this is our boys
https://tendril.ca/work/
(thanks to @spacehamster69 for sharing)
Upd: looks like this is our boys
https://tendril.ca/work/
(thanks to @spacehamster69 for sharing)
Design & Animation
Work
Tendril joined forces with the Hublot team and brand ambassador Samuel Ross in a fashion-forward collaboration to craft a launch film for the release of the new limited-edition Big Bang Tourbillon Samuel Ross.
What is clothes[0] in the above
Anonymous Poll
29%
jacket
2%
t-shirt
8%
[ ]
35%
undefined
7%
null
4%
0
16%
See results
The design process is a lie
Great article on reality of design processes in teams. Being frontend dev and sometimes taking generalist approach where you do dev & design I agree with the article that design is a team effort and testing is not an option.
This one is really worth your daily read.
π Read Time: 11 min
π Link
Great article on reality of design processes in teams. Being frontend dev and sometimes taking generalist approach where you do dev & design I agree with the article that design is a team effort and testing is not an option.
This one is really worth your daily read.
π Read Time: 11 min
π Link
Java's turn (25 years of Java)
"Java short for JavaScript π"
PS it's a joke (just in case)
"Java short for JavaScript π"
PS it's a joke (just in case)