-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.qmd
More file actions
236 lines (182 loc) Β· 21.5 KB
/
index.qmd
File metadata and controls
236 lines (182 loc) Β· 21.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
---
format:
html:
toc: false
repo-actions: false
---
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto" />
<style>
.animated-text {
font-size: 90px;
color: #000;
font-family; 'Roboto';
text-align: center;
}
@keyframes letterAnimation {
0% { opacity: 0; transform: translateY(-10px); }
10% { opacity: 1; transform: translateY(0); }
100% { opacity: 0; transform: translateY(10px); }
}
#spin {
color:white;
}
#spin:after {
content:"";
padding: 15px;
border-radius: 20px;
animation: spin 16s linear infinite;
}
@keyframes spin {
0% { content: "JAVA";background-color:blue;}
10% { content:"REACT";Β }
18% { content:"SPRING BOOT";Β }
23% { content: "UML"; }
30% { content:"BASH";Β }
36% { content:"MINDSET";Β }
43% { content:"SCRUM";}
50% { content: "LINUX"; }
62% { content: "API REST"; }
74% { content: "DEVOPS"; }
86% { content: "AWS"; }
95% { content: "MARKDOWN"; }
100% { content: "QUARTO";background-color: red; }
}
</style>
::: {.column-screen}
<div class="animated-text">
<p>Code </br><b><span id="spin"></span></b></br>Learn</p>
</div>
:::
<div style="text-align:center;color:grey">
</br></br>
:::{.column-page}
| Date | Type | Article | Content |
| -- | -- | :-- | :-- |
| 12/2025 | π News | Starting Web App IFCD0210-26 **01/12 Monday** | Starting Web App **Desenvolupament dβaplicacions amb tecnologies web** |
| 12/2025 | Documentation | π [IFCD0210-26](/ifcd0210-26/ifcd0210-26.qmd) | Official documents IFCD0210-26 course |
| 12/2025 | **Backlog** | π [Sprint Backlog](/ifcd0210-26/ifcd0210-backlog-sprint-26.qmd) | Sprint Backlog IFCD0210-26 |
| 12/2025 | **Backlog** | π [Product Backlog](/ifcd0210-26/ifcd0210-backlog-product-26.qmd) | Product Backlog IFCD0210-26 |
| 12/2025 | **Calendar** | [Calendar and Deliveries](/ifcd0210-26/ifcd0210-deliveries-26.qmd) | Product Backlog IFCD0210-26 |
| 12/2025 | <mark>Java EE</mark> | {width="5%"} [AparmentPredictor](https://github.com/AlbertProfe/ApartmentPredictor/tree/master){.external target='_blank'} | Java Spring **Boot** for *price Apartment predicton* (possible with XGBoost) and JPA H2, no view |
| 01/2026 | <mark>React JS</mark> | {width="5%"}[ApartmentPredictor-React](https://github.com/AlbertProfe/ApartmentPredictor-React){.external target='_blank'} | Project **Apartment Predictor for React**: React project with `useState`, `useEffect`, and `axios` to fetch data from the backend |
| 12/2025 | <mark>Java EE</mark> | {width="5%"} [AparmentPredictor: masterDoc:v1](https://github.com/AlbertProfe/ApartmentPredictor/blob/master/docs/ApartmentPrediction_masterDoc_v1.md){.external target='_blank'} | Java Spring **MasterDoc_v1** JPA H2, no view |
| 01/2026 | <mark>React JS</mark> | {width="5%"}[ApartmentPredictor-React: masterDoc:v1](https://github.com/AlbertProfe/ApartmentPredictor-React/blob/master/docs/ApartmentPredictorReact_masterDoc_v1.md){.external target='_blank'} | Project **MasterDoc_v1**: Apartment Predictor for React |
| 01/2026 | <mark>Java EE</mark> | {width="5%"} [AparmentPredictor: masterDoc:v2](https://github.com/AlbertProfe/ApartmentPredictor/blob/master/docs/ApartmentPrediction_masterDoc_v2.md){.external target='_blank'} | Java Spring **MasterDoc_v2** for *price Apartment predicton* (possible with XGBoost) and JPA H2, no view |
: New / updated articles {tbl-colwidths="[10,10,50,30]" .striped .hover}
</br>
<details>
<summary>Old articles 2025 (IFCD0021-1)</summary>
| Date | Type | Article | Content |
| -- | -- | :-- | :-- |
| 09/2025 | π News | Starting Java Full Stack IFCD0021-1-25 **15/09 Monday** | Starting Java Full Stack **Fullstack jΓΊnior web developer amb Java** |
| 09/2025 | Documentation | π [IFCD0021-1-25](/ifcd0021-1-25/ifcd0021-1-25.qmd) | Official documents IFCD0021-1-25 course |
| 09/2025 | **Backlog** | π [Sprint Backlog](/ifcd0021-1-25/ifcd0021-backlog-sprint-1-25.qmd) | Sprint Backlog IFCD0021-1-25 |
| 09/2025 | **Backlog** | π [Product Backlog](/ifcd0021-1-25/ifcd0021-backlog-product-1-25.qmd) | Product Backlog IFCD0021-1-25 |
| 09/2025 | **Calendar** | [Calendar and Deliveries](/ifcd0021-1-25/ifcd0021-deliveries-1-25.qmd) | Product Backlog IFCD0021-1-25 |
| 10/2025 | <mark>Java EE</mark> | {width="5%"} [rentngCarTest](https://github.com/AlbertProfe/rentingCarTest){.external target='_blank'} | Java Maven and Spring Boot to test MOdel, JPA, JUnit, Vaadin and some features to rent a car |
| 10/2025 | <mark>Java EE</mark> | {width="5%"} [rentngCarTest Docs](https://github.com/AlbertProfe/rentingCarTest/tree/master/docs){.external target='_blank'} | Java Maven, Spring Boot and Vaadin docs, at `/docs` folder |
| 11/2025 | <mark>React JS</mark> | {width="5%"} [Sculptures Wiki](https://github.com/AlbertProfe/sculptures/wiki){.external target='_blank'} | Project **sculptures**: codeSandbox & docs at GitHub wiki, React `useState`, updating objects and array Lab |
| 11/2025 | <mark>React JS</mark> | {width="5%"}[spaceX codesandbox launches](https://codesandbox.io/p/sandbox/fetch-data-example-vqk726){.external target='_blank'} | Project **spaceX launches**: codeSandbox for `useEffect` |
: New / updated articles {tbl-colwidths="[10,10,50,30]" .striped .hover}
</details>
</br>
<details>
<summary>Old articles 2025 (IFCD0210-25)</summary>
| Date | Type | Article | Content |
| -- | -- | :-- | :-- |
| 06/2025 | <mark>Java EE</mark> | {width="5%"} [mathsWebCognito](https://github.com/AlbertProfe/mathsWebCognito){.external target='_blank'} | Java Spring Boot Vaadin Hilla Cognito Auth |
| 05/2025 | <mark>React JS</mark> | {width="5%"} [mathsWeb](https://github.com/AlbertProfe/mathsWeb){.external target='_blank'} | React Material UI project to test themes |
| 05/2025 | <mark>Java EE</mark> | {width="5%"} [easyLearning](https://github.com/AlbertProfe/easyLearning){.external target='_blank'} | Java Spring Boot Vaadin React Auth |
| 04/2025 | <mark>Java EE</mark> | {width="5%"} [rentingCar](https://github.com/AlbertProfe/rentingCar){.external target='_blank'} | Spring Boot repo for **Vaadin Hilla** project |
| 04/2025 | <mark>React JS</mark> | {width="5%"} [userBorrowBook](https://github.com/stars/AlbertProfe/lists/userborrowbook){.external target='_blank'} | Projects List fro **userBorrowBook** |
| 03/2025 | <mark>React JS</mark> | {width="5%"} [userBorrowBookFront](https://github.com/AlbertProfe/userBorrowBookFront){.external target='_blank'} | React JS repo to practice how **userBorrowBookFront** CRUD and axios with context/custom hook works, data fromm [userBorrowBookBack](https://github.com/AlbertProfe/userBorrowBookBack){.external target='_blank'} |
| 03/2025 | <mark>Java EE</mark> | {width="5%"} [userBorrowBookBack](https://github.com/AlbertProfe/userBorrowBookBack){.external target='_blank'} | Spring Boot repo to publish API Rest data for [userBorrowBookFront](https://github.com/AlbertProfe/userBorrowBookFront){.external target='_blank'} |
| 03/2025 | <mark>React JS</mark> | {width="5%"} [howContextWorks](https://github.com/AlbertProfe/howContextWorks){.external target='_blank'} | React JS repo to practice how **useContext** works |
| 03/2025 | <mark>Java EE</mark> | {width="5%"} [userBorrowBookFilter](https://github.com/AlbertProfe/userBorrowBookFilter){.external target='_blank'} | Spring Boot repo sandbox JPA Criteria specification: **filters** and queries |
| 03/2025 | <mark>Java EE</mark> | {width="5%"} [easyLearning](https://github.com/AlbertProfe/easyLearning){.external target='_blank'} | Spring Boot repo Vaadin, **Flow and Hilla** |
| 02/2025 | <mark>React JS</mark> | **CodeSandbox** {width="5%"} [accordion](https://codesandbox.io/p/sandbox/nt8zkz?file=%2Fsrc%2FFAQ.jsx){.external target='_blank'} | React JS codeSandbox to practice how **sharing state** works |
| 03/2025 | <mark>Java EE</mark> | {width="5%"} [userBorrowBook](https://github.com/AlbertProfe/userBorrowBook){.external target='_blank'} | Spring Boot repo sandbox **JPA relationships**: bi/unidirectional, owner, etc.. |
| 02/2025 | <mark>React JS</mark> | {width="5%"} [todoApp](https://github.com/AlbertProfe/todoApp){.external target='_blank'} | React JS repo to practice how **useReducer** works |
| 02/2025 | <mark>React JS</mark> | {width="5%"} [weatherApp](https://github.com/AlbertProfe/weatherApp){.external target='_blank'} | React JS repo to practice how API Rest and form works with [OpenWeatherMap](https://openweathermap.org/){.external target='_blank'} |
| 02/2025 | <mark>React JS</mark> | {width="5%"} [howRenderCycleWorks](https://github.com/AlbertProfe/howRenderCycleWorks){.external target='_blank'} | React JS repo to practice how render cycle works |
| 02/2025 | <mark>React JS</mark> | {width="5%"} [basicRegisterForm](https://github.com/AlbertProfe/basicRegisterForm){.external target='_blank'} | React JS repo to practice how a form works |
| 02/2025 | <mark>React JS</mark> | {width="5%"} [stateFormPra](https://github.com/AlbertProfe/stateFormPra){.external target='_blank'} | React JS repo to practice useState |
| 02/2025 | Gist | [GitHub Repository books, scripts and links](https://gist.github.com/AlbertProfe/5df0fbb6655a5fae331bf16a9c14b249){.external target='_blank'} | Git & GH Repository Scripts |
| 01/2025 | <mark>Java EE</mark> | {width="5%"} [Lab#pronunciationApp](https://github.com/AlbertProfe/pronunciationApp/tree/master){.external target='_blank'} | Spring Boot pronunciationApp |
| 01/2025 | <mark>Java EE</mark> | {width="5%"} [Lab#SE08-1](/springboot/sblab8-1.qmd) | Spring Boot Restaurant Management Reference Project to pronunciationApp |
| 12/2024 | π News | {width="6%"} [Scrum Crisis 2025](/scrum/scrum-week14.qmd#the-scrum-and-agile-identity-crisis-2025){.external target='_blank'} | Beyond Scrum 2025: identity crisis |
| 12/2024 | π News | {width="6%"} [Spring Boot 3.4.1](https://spring.io/projects/spring-boot){.external target='_blank'} | Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run" |
| 12/2024 | π News | {width="6%"} [openAI Java](https://github.com/openai/openai-java){.external target='_blank'} | The OpenAI Java SDK provides convenient access to the OpenAI REST API from applications written in Java |
| 12/2024 | <mark>Markdown</mark> | [markdown_PRA](https://github.com/AlbertProfe/markdown_PRA/tree/master){.external target='_blank'} | markdown labs and resources: roadmaps, plannings, guides, cheatshhets |
| 12/2024 | π News | {width="6%"} [Bedrock Chat Spring](https://spring.io/blog/2024/12/10/spring-ai-amazon-bedrock-nova){.external target='_blank'} / [GitHub](https://github.com/tzolov/spring-ai-bedrock-nova-demo){.external target='_blank'} / [Image](https://pbs.twimg.com/media/GebVT0aWgAAdAsZ?format=jpg&name=4096x4096){.external target='_blank'} | Bedrock AWS AI service integrates its language models with real-time |
| 12/2024 | Documentation | π [IFCD0210-25](/ifcd0210-25/ifcd0210-25.qmd) | Official documents IFCD0210-25 course |
| 12/2024 | **Backlog** | π [Sprint Backlog](/ifcd0210-25/ifcd0210-backlog-sprint-25.qmd) | Sprint Backlog IFCD0210-25 |
| 12/2024 | **Backlog** | π [Product Backlog](/ifcd0210-25/ifcd0210-backlog-product-25.qmd) | Product Backlog IFCD0210-25 |
| 12/2024 | **Calendar** | [Calendar and Deliveries](/ifcd0210-25/ifcd0210-deliveries-25.qmd) | Product Backlog IFCD0210-25 |
| 11/2024 | <mark>DevOps</mark> | [DevOps_PRA: AWS ECS Service](https://github.com/AlbertProfe/DevOps_PRA/tree/master/Resources/AWS/%20ECR-ECS-Publish-DockerContainer){.external target='_blank'} | DewOps labs and resources: ECS Service |
: New / updated articles {tbl-colwidths="[10,10,50,30]" .striped .hover}
</details>
</br>
<details>
<summary>Old articles 2024 (IFCT116exp-24)</summary>
| Date | Type | Article | Content |
| -- | -- | :-- | :-- |
| 11/2024 | π News | {width="6%"} [Perplexity Chat Spring](https://docs.spring.io/spring-ai/reference/api/chat/perplexity-chat.html){.external target='_blank'} | Perplexity AI service integrates its language models with real-time |
| 11/2024 | π **Book** | {width="6%"} [Docker para DevOps](http://dockerparadevops.com/)| De noob a experrto |
| 11/2024 | Gist | [Authomate Sync to Local](https://gist.github.com/AlbertProfe/4f9d89ffe14beb62d166730929070e9a){.external target='_blank'} | Git & GH Sync Owner/Forked/Local |
| 11/2024 | <mark>DevOps</mark> | [DevOps_PRA: commits](hhttps://github.com/AlbertProfe/DevOps_PRA/commits/master/){.external target='_blank'} | DewOps labs and resources commits |
| 11/2024 | <mark>DevOps</mark> | [DevOps_PRA](https://github.com/AlbertProfe/DevOps_PRA){.external target='_blank'} | DewOps labs and resources |
| 11/2024 | Documentation | π [IFCT116-24](/ifct116-24/ifct116-24.qmd) | Official documents IFCT116exp-24 course |
| 11/2024 | **Backlog** | π [Sprint Backlog](/ifct116-24/ifct116-backlog-sprint-24.qmd) | Sprint Backlog IFCT116exp-24 |
| 11/2024 | **Backlog** | π [Product Backlog](/ifct116-24/ifct116-backlog-product-24.qmd) | Product Backlog IFCT116exp-24 |
| 11/2024 | **Calendar** | [Calendar and Deliveries](/ifct116-24/ifct116-deliveries-24.qmd) | Product Backlog IFCT116exp-24 |
: New / updated articles {tbl-colwidths="[10,10,50,30]" .striped .hover}
</details>
</br>
<details>
<summary>Old articles 2024 (IFCD0021-24)</summary>
| Date | Type | Article | Content |
| -- | -- | :-- | :-- |
| 11/2024 | <mark>Java EE</mark> | {width="5%"} [Lab#SE09-1](/springboot/sblab9-1.qmd) | Spring Boot SpringIO Conferences |
| 11/2024 | Gist | [Git Repository Test Management Scripts](https://gist.github.com/AlbertProfe/262beaa9b9965df80241049923a77dee){.external target='_blank'} | Git & GH Repository Test Creation and Deletion Scripts |
| 10/2024 | <mark>Java EE</mark> | {width="5%"} [Lab#SE08-1](/springboot/sblab8-1.qmd) | Spring Boot Restaurant Managament |
| 09/2024 | Gist | [Projects UML](https://gist.github.com/AlbertProfe/ae6bf1af9cee2ccf77d6c400556d18c7){.external target='_blank'} | Java SE UML 10 projects class exercise |
| 09/2024 | <mark>Java SE</mark> | {width="5%"} [Lab#Restaurant](https://github.com/AlbertProfe/restaurant) | Java SE UML & project lab |
| 09/2024 | Documentation | π [IFCD0021-24](/ifcd0021-24/ifcd0021-24.qmd) | Official documents IFCD0021-24 course |
| 09/2024 | **Backlog** | π [Sprint Backlog](/ifcd0021-24/ifcd0021backlog-sprint-24.qmd) | Sprint Backlog IFCD0021-24 |
| 09/2024 | **Backlog** | π [Product Backlog](/ifcd0021-24/ifcd0021backlog-product-24.qmd) | Product Backlog IFCD0021-24 |
: New / updated articles {tbl-colwidths="[10,10,50,30]" .striped .hover}
</details>
</br>
<details>
<summary>Old articles 2024 (IFCD0210-24)</summary>
| Date | Type | Article | Content |
| -- | -- | :-- | :-- |
| 06/2024 | **Backlog** | π [Sprint Backlog](/ifcd0210-24/ifcd0210backlog-sprint-24.qmd) | Sprint Backlog IFCD0210-24 |
| 06/2024 | **Backlog** | π [Product Backlog](/ifcd0210-24/ifcd0210backlog-product-24.qmd) | Product Backlog IFCD0210-24 |
| 06/2024 | <mark>Next JS</mark> | {width="5%"} [NextJS movies next-flix-router project](https://github.com/AlbertProfe/next-flix-router/wiki) | NextJS & mongoDB router |
| 06/2024 | <mark>Next JS</mark> | {width="5%"} [NextJS movies next-flix project](https://github.com/AlbertProfe/next-flix/wiki) | NextJS & mongoDB pages |
| 06/2024 | <mark>Java EE</mark> | {width="5%"} [Spring Boot Security & Deploy AWS EC2](https://github.com/AlbertProfe/securityDeploy/wiki) | Spring Boot Security & Deploy AWS EC2 with SSH |
| 06/2024 | <mark>Java EE</mark> | {width="5%"} [Spring Boot Assistant AI](https://github.com/AlbertProfe/AssistantAI/wiki) | Spring Boot Assistant AI |
| 06/2024 | <mark>Java EE</mark> | {width="5%"} [Spring Boot JPA: JPQL & queries](https://github.com/AlbertProfe/simulations/wiki/simulations-v1.1) | Spring Boot Queries |
| 05/2024 | <mark>React JS</mark> | {width="5%"} [Authentication ReactJS Cognito Identity User Pool AWS SDK JS v3](https://github.com/AlbertProfe/authReactCognitoJS/wiki) | React JS AWS SDK, Auth, Cognito lab |
| 05/2024 | <mark>React JS</mark> | {width="5%"} [Chat React JS & AWS Server](https://github.com/AlbertProfe/Chat/wiki) | React JS AWS, WebSocket, Semantic CSS lab |
| 04/2024 | π **Book** | {width="6%"} [Expert One-on-One J2EEβ’ Design and Development](/books/j2ee.qmd)| New added book on programming Java EE |
| 04/2024 | <mark>Java EE</mark> | {width="5%"} [Spring Framework & Boot is now 20 & 10 years old: 2004-2014-2024](/spring/spring-basics.qmd#boot-2024) | Spring timeline |
| 03/2024 | <mark>Java EE</mark> | {width="5%"} [Simulation wiki github](https://github.com/AlbertProfe/simulations/wiki) | Spring Boot, JPA, H2 DB, API Rest |
| 03/2024 | <mark>React JS</mark> | {width="5%"} [Lab#RE07-1: traffic lights Simulation](/reactjs/rjslab7-1.qmd) | React JS data, form and hooks lab |
| 02/2024 | π News | {width="6%"} [Technology Trends for 2024](https://www.oreilly.com/radar/technology-trends-for-2024/){.external target='_blank'} | Where the Industry Is Headed |
| 02/2024 | π **Book** | {width="6%"} [Playing to win](/books/playingtowin.qmd)| New added book on strategy |
| 01/2024 | <mark>Java SE</mark> | {width="5%"} [Lab#SE04-1: healthyFood Restaurant, Core Model](/javase/selab4-1.qmd) | Java SE UML lab |
| 01/2024 | <mark>React JS</mark> | {width="5%"} [Lab#RE06-1: healthyFood Restaurant](/reactjs/rjslab6-1.qmd) | React JS composition lab |
: Old articles {tbl-colwidths="[10,10,50,30]" .striped .hover}
</details>
:::
</br></br>
[SCRUM](/scrum/scrum-what-concepts.qmd) agile framework | [Before SCRUM](/scrum/scrum-week10.qmd) management | SCRUM of SCRUM: [Less](/scrum/scrum-week14.qmd#scrum-of-scrum-less) | Team Work, What is it? | [Team Dynamics](/scrum/scrum-week11.qmd), how to manage | [Mindset](/scrum/scrum-week5.qmd), the key for everything | [Emotions](/scrum/scrum-week12.qmd) and Thoughts | Managing mind and [time](/scrum/scrum-week7.qmd) | [Beyond SCRUM](/scrum/scrum-week14.qmd)
DDD: Domain-driven design | [Microservices](https://dotnet.microsoft.com/download/e-book/microservices-architecture/pdf) design system | [Spring Boot](https://spring.io/) framework | SPA, Single Page App | Multi-page and server side rendering | Cloud serveless: [AWS](https://aws.amazon.com/) | APIs: REST, Websockets, SOAP, GraphQL | [Kafka](https://kafka.apache.org/intro), event streaming
Scripting: [BASH](/linux/linux-what-bash.qmd), (short for βBourne again shellβ) is a Unix shell | Structured and Procedural: C | OOP (Object-Oriented Programming): [Java SE](https://java-programming.mooc.fi/) | COP (Components-Oriented Programming): [React JS](https://reactjs.org/) and [React TS](https://www.typescriptlang.org/docs/handbook/react.html)
[Git](/devops/devops-vc-git.qmd), a version control system | [Git](https://git-scm.com/) is used for source code management | [GitHub](https://github.com/) git on cloud | GitLab / Subversion | [Idea](/devops/devops-vc-ideagithub.qmd) and GitHub 2023 | [Git and GitHub 2023 CLI](/devops/devops-vc-gitgh.qmd) | [CLI gH](https://cli.github.com/), to your terminal | IDE: [Visual Code](/devops/devops-ide-visualcode.qmd) / IntellJ Idea
[about this site](about/about-this-site.qmd), for documentation example. | [JUnit for Spring Boot](https://junit.org/junit5/) | [Jest for JS React](https://jestjs.io/) | Deploy on Heroku, Netlify, AWS Amplify | [Jenkins](https://www.jenkins.io/), [Docker](https://www.docker.com/) and [k8s](https://kubernetes.io/)
[Artificial Intelligence (AI):](https://www.investopedia.com/terms/a/artificial-intelligence-ai.asp) What It Is and How It Is Used | Machine Learning | Natural language & prompts | [DALL-E](https://www.investopedia.com/openai-rolls-out-upgraded-ai-image-generation-tool-with-dall-e-3-7972607) text-to-image tool | [ChatGPT](https://openai.com/blog/chatgpt) | Artificial General Intelligence (AGI) | AI is categorized into four types
</div>