What is Bundling?
Developers break up their application into modules, components, and functions that can be used to build larger pieces of their application.
Exporting and importing these internal modules, as well as external third-party packages, creates a complex web of file dependencies.
Bundling is the process of resolving the web of dependencies and merging (or ‘packaging’) the files (or modules) into optimized bundles for the browser, with the goal of reducing the number of requests for files when a user visits a web page.
Developers break up their application into modules, components, and functions that can be used to build larger pieces of their application.
Exporting and importing these internal modules, as well as external third-party packages, creates a complex web of file dependencies.
Bundling is the process of resolving the web of dependencies and merging (or ‘packaging’) the files (or modules) into optimized bundles for the browser, with the goal of reducing the number of requests for files when a user visits a web page.
❤1
What is Code Splitting?
Developers usually split their applications into multiple pages that can be accessed from different URLs. Each of these pages becomes a unique entry point into the application.
Code-splitting is the process of splitting the application’s bundle into smaller chunks required by each entry point.
The goal is to improve the application's initial load time by only loading the code required to run that page.
Developers usually split their applications into multiple pages that can be accessed from different URLs. Each of these pages becomes a unique entry point into the application.
Code-splitting is the process of splitting the application’s bundle into smaller chunks required by each entry point.
The goal is to improve the application's initial load time by only loading the code required to run that page.
👍1
What are Build Time and Runtime Codes ?
Build time (or build step) is the name given to a series of steps that prepare your application code for production.
When you build your application, your code will be transformed into production-optimized files ready to be deployed to servers and consumed by users.
Runtime (or request time) refers to the period of time when your application runs in response to a user’s request, after your application has been built and deployed.
Build time (or build step) is the name given to a series of steps that prepare your application code for production.
When you build your application, your code will be transformed into production-optimized files ready to be deployed to servers and consumed by users.
Runtime (or request time) refers to the period of time when your application runs in response to a user’s request, after your application has been built and deployed.
🔥2
What are Client and Server ?
client refers to the browser on a user’s device that sends a request to a server for your application code. It then turns the response it receives from the server into an interface the user can interact with.
Server refers to the computer in a data center that stores your application code, receives requests from a client, does some computation, and sends back an appropriate response.
client refers to the browser on a user’s device that sends a request to a server for your application code. It then turns the response it receives from the server into an interface the user can interact with.
Server refers to the computer in a data center that stores your application code, receives requests from a client, does some computation, and sends back an appropriate response.
🔥1
Some are still not using chatGPT, This is not good.
use this link for fast use
https://chat.geekgpt.org/
use this link for fast use
https://chat.geekgpt.org/
🥰1
ChatGPT is free.
YouTube is free.
Notion is free.
Canva is free.
In 2016, you can learn a new skill and make money online.
All you need is a laptop and internet.
YouTube is free.
Notion is free.
Canva is free.
In 2016, you can learn a new skill and make money online.
All you need is a laptop and internet.
❤1
Forwarded from Immersive Ai
Sam Altman (CEO of OPEN AI) tweeted about DALL-E 3 yesterday.
Top points:
1. ChatGPT + Image Generation = DALL-E 3
2. DALL-E 3 can Spell right!
3. Own your Art with DALL-E 3
DALL-E 3 integrated directly into Bing (completely free to use)
Top points:
1. ChatGPT + Image Generation = DALL-E 3
2. DALL-E 3 can Spell right!
3. Own your Art with DALL-E 3
DALL-E 3 integrated directly into Bing (completely free to use)