Confused about how Google ranks your app based on its speed? We've gone deep on the topic here with @cramforce, current Vercel CTO and former Director of Google Search, to bust myths on Core Web Vitals and Lighthouse scores.
vercel.fyi/uZHOjUH
If you are interested in learning MOBILE APP DEVELOPMENT with React Native, here is a FREE resource for you
#qgH93xIvrQGDfsihmzmdBQ" target="_blank" rel="nofollow noopener">mega.nz/folder/5pQSiZL…
Useful for both beginners and experts.
Repost for someone on your TL.
Happy learning!
I would say learn react. master react, then play around with whatever else.
there was that one post about the person doing flutter going around that makes me feel like you should master what's most in demand and learn with new technologies.
that's why i like react native!
That says everything about tech interviews.
30+ years of experience, multiple recommendations and still being asked to live code *without* access to the internet.
Here's an Expo Snack with the source code that I used for the demo:
@kacperkapusciak/react-native-reanimated---layout-animations" target="_blank" rel="nofollow noopener">snack.expo.dev/@kacperkapusci…
𝗪𝗵𝗮𝘁 𝗶𝘀 𝗥𝗲𝘃𝗲𝗿𝘀𝗲 𝗣𝗿𝗼𝘅𝘆?
Proxy servers act as a user's interface to a web server. As you may already be aware, many kinds of proxies are used for various tasks. There are, in general, two types of proxies: Forward and Reverse.
📌 𝗙𝗼𝗿𝘄𝗮𝗿𝗱 𝗽𝗿𝗼𝘅𝘆 sits in front of a user and acts as a mediator between users and the web servers they access. It indicates that the user's request passes via the forward proxy before it is forwarded to the website. After being retrieved from the internet, the data is forwarded to the proxy server, which then sends it back to the original requester. The request is made by the proxy server, not the user, in the eyes of the internet server. A forward proxy can also store data and utilize it to handle incoming requests in the future. They are used for accessing restricted geo-locations or ensuring anonymity.
📌 𝗥𝗲𝘃𝗲𝗿𝘀𝗲 𝗣𝗿𝗼𝘅𝘆 server resides in front of backend servers and transfers client requests to these servers. Reverse proxies are typically used to increase security, speed, and dependability. A reverse proxy receives a request from a client, forwards it to another server, and then returns it to the client, giving the impression that the first proxy server handled the request. These proxies ensure that users don't access the origin server directly, giving the web server anonymity. They are usually used for Load balancing, where we need to deal with the flow of incoming traffic so that we may distribute that traffic between multiple backend servers, or we can use them for caching too.
An example of reverse proxy services is 𝗔𝗽𝗮𝗰𝗵𝗲 𝗣𝗿𝗼𝘅𝘆, 𝗡𝗴𝗶𝗻𝘅 𝗼𝗿 𝗜𝗜𝗦 with additional modules (Url Rewrite).
_______
If you like my posts, please follow me, @milan_milanovic, and hit the 🔔 on my profile to get a notification for all my new posts.
Grow with me 🚀!
#technology#softwareengineering#programming#techworldwithmilan#api