Fresh Curriculum Vitae
1- https://deno.land/#installation
2- clone:
git clone https://github.com/Zizwar/cveno
- terminal
$ deno task start
or
$ deno run -A --watch=static/,routes/ dev.ts
or
$ deno run --allow-net --allow-read main.ts
- docker
$ docker build -t app . && docker run -it --init -p 1993:1993 app
- cloud
```sh
in https://dash.deno.com create a new project and then link to your version repo.
- change data cv
./utils/db.json
{
"name": "Brahim BIDI",
"mail": "mail@brah.im",
"subName": "JavaScript ❣️",
"aboutMe": [
"About Ibrahim ",
"I'm Ibrahim Bidi, the programming world is my specialty, everything related to JavaScript you will find me there, in the Frontend, Backend, on mobile and desktop, in robotics and blockchain, JavaScript has become everywhere.\nI bet on javascript 22 years ago, it was on Earth🌍 and now it's in space🚀\nJS🧡."
],
"mobile": "Mobile: +212648188181",
"mailbox": "mailbox: bidi@brah.im",
"avatar": "/avatar/ibrahim_bidi.jpg",
"birth": "Birth: 1979",
"info": "Basic information",
"nameT": "Name: Brahim BIDI",
"links": [
{
"title": "github",
"url": "https://github.com/Zizwar/",
"icon": "fa fa-github"
}],
"skills": [
{
"name": "V8",
"skill": [
{ "name": "DenoLand", "percent": 95 },
{ "name": "NodeJs", "percent": 90 }
]
}],
"experiences": {
"title": "Competence experience",
"items": [
{
"name": "Web page",
"icon": "fa fa-tv",
"experience": [
"Work with dozens of front and rear engineers and designers to develop project experience",
"SEO search engine optimization, Google keywords",
"Experience developing web pages using the Bootstrap4/UIkit framework",
]}]}
}