mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-29 19:30:33 +01:00
Import drizzle replacing prisma
Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
64
content/writing/how-i-start.md
Normal file
64
content/writing/how-i-start.md
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
slug: how-i-start
|
||||
title: 'How do I start programming?'
|
||||
description: 'Description de test'
|
||||
publishedAt: '01/09/2021'
|
||||
readingMins: 5
|
||||
---
|
||||
|
||||
## Presentation
|
||||
|
||||
Many ask me how I started development, what training did I take and why did I start?
|
||||
Here is the article that allows you to discover everything.
|
||||
|
||||
## Summary
|
||||
|
||||
- How did it all begin?
|
||||
- And the web in all this?
|
||||
- What training did I follow?
|
||||
- What am I capable of achieving today?
|
||||
- How do I see my future in this area?
|
||||
- Conclusion
|
||||
|
||||
## 1. How did it all start?
|
||||
|
||||
Being a video game player and very curious, I inquired about how a video game worked.
|
||||
At that time I was playing Minecraft, so I discovered the existence of development and my first programming language: **Java**.
|
||||
So I wanted to add my personal touch and my creativity to the community. Therefore, I learned to use this language, the syntax, and all that goes with it.
|
||||
So I installed my first development environment and started with very small projects.
|
||||
|
||||
## 2. And the web in all this?
|
||||
|
||||
It was much later that I became aware of the vastness of the web domain. As I got interested in this new field, I learned new programming languages: **JavaScript**, **HTML**, and **CSS**.
|
||||
These languages were much easier to learn because I had a good foundation in programming. I trained as much in `Front` as in `Back` development.
|
||||
The `Front` results in the interface of the application being visible to a user and the `Back` the part invisible and inaccessible to a user.
|
||||
|
||||
## 3. What training did I take?
|
||||
|
||||
When I started, I took a course on [OpenClassrooms](https://openclassrooms.com) to learn Java syntax.
|
||||
In addition, I bought myself a big book, a very big 400-page book called `Programming in Java`. I acquired new functionalities such as the principles of object programming for example.
|
||||
Today, I mostly learn on my own using the Internet and development discord servers.
|
||||
Recently, I have been taking training on [Udemy](https://udemy.com) in particular to learn **Go** and **Docker**.
|
||||
Finally, I also use [YouTube](https://youtube.com) to follow more or less technical tutorials.
|
||||
|
||||
## 4. What am I able to achieve today
|
||||
|
||||
Currently, I can make entire web applications, both the `Back` and the `Front`. As mobile and office applications are based on the same technologies,
|
||||
I also know how to develop applications of this type. To see all my skills mastered, please visit my [About](/about) page, in the _Technical Skills_ section.
|
||||
|
||||
## 5. How do I see my future in this field?
|
||||
|
||||
I am currently asking myself a lot of questions about my future in development and my professional future. So I attend a lot of computer conferences and do a lot of research.
|
||||
Lately, I learned about an area that I knew only vaguely. It was a great interest that immediately developed in this area because it meets all my expectations,
|
||||
and I think I will thrive in this area a lot!
|
||||
|
||||
## 6. Conclusion
|
||||
|
||||
Now you know everything about my beginning and my journey. I hope I have answered all your questions and that you know how to start your journey!
|
||||
I am available for all your additional questions!
|
||||
|
||||
## Information
|
||||
|
||||
In addition, I would like to thank **\_RealAlpha\_** and **Freeze** (and all the others) who answered all my questions and with whom I share a great passion!
|
||||
I started the web efficiently thanks to Freeze, thanks to you 😉
|
||||
They are very active on Discord servers and will be able to help you with Java and Web development.
|
||||
35
content/writing/how-my-website-works.md
Normal file
35
content/writing/how-my-website-works.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
slug: how-my-website-works
|
||||
title: 'How my website works?'
|
||||
description: 'My new website is using a fantastical stack and I am explaining how my playground works'
|
||||
publishedAt: '10/12/2023'
|
||||
readingMins: 7
|
||||
---
|
||||
|
||||
## Ideas and Goals
|
||||
|
||||
### A playground for ideas
|
||||
Testing frameworks (new nuxt 3), improving css style, discovering new technologies and frameworks
|
||||
|
||||
### Fast
|
||||
Faster than the old one thanks to the new version
|
||||
|
||||
## FrontEnd
|
||||
|
||||
### Nuxt3 & NuxtUI
|
||||
### Style
|
||||
|
||||
## BackEnd
|
||||
|
||||
### Data Fetching
|
||||
Prisma and trpc
|
||||
|
||||
### Database & Deployment
|
||||
Vercel with Vercel postgres
|
||||
|
||||
## How much everything costs
|
||||
0 thanks to vercel free plan
|
||||
|
||||
## What's next
|
||||
### Performance
|
||||
### Style & Animation
|
||||
13
content/writing/my-future-my-objectives.md
Normal file
13
content/writing/my-future-my-objectives.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
slug: my-future-my-objectives
|
||||
title: 'What do I plan for my future? What are my objectives?'
|
||||
description: 'I am currently in a decisive year of my life where I have to choose my future'
|
||||
publishedAt: '11/15/2023'
|
||||
readingMins: 7
|
||||
---
|
||||
|
||||
## My license
|
||||
|
||||
## My hobbies and passions
|
||||
|
||||
## My future
|
||||
Reference in New Issue
Block a user