Update userKnowledge
This commit is contained in:
parent
f3df4b9913
commit
93241aae82
@ -7,7 +7,7 @@
|
|||||||
"living_location": "Ljubljana, Slovenia",
|
"living_location": "Ljubljana, Slovenia",
|
||||||
"web_link": "https://petrovv.com",
|
"web_link": "https://petrovv.com",
|
||||||
"git_link": "https://git.petrovv.com",
|
"git_link": "https://git.petrovv.com",
|
||||||
"email": "nikolape7@gmail.com",
|
"email": "nikola@petrovv.com",
|
||||||
"project": [
|
"project": [
|
||||||
{
|
{
|
||||||
"img": "/images/projects/Advent_Of_Code_Logo.jpg",
|
"img": "/images/projects/Advent_Of_Code_Logo.jpg",
|
||||||
@ -65,6 +65,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"experience": [
|
"experience": [
|
||||||
|
{
|
||||||
|
"title": "Backend/Frontend",
|
||||||
|
"company": "RRC d.o.o",
|
||||||
|
"time": "01/09/2024 - CURRENT",
|
||||||
|
"des": "Backend in java with frontend in ext JS and jQuery"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Developer",
|
"title": "Developer",
|
||||||
"company": "RRC d.o.o",
|
"company": "RRC d.o.o",
|
@ -1,5 +1,5 @@
|
|||||||
import express, { type Request, type Response } from "express";
|
import express, { type Request, type Response } from "express";
|
||||||
import userData from './userKnowledge.json';
|
import userData from 'public/userKnowledge.json';
|
||||||
|
|
||||||
const router = express.Router();
|
const router = express.Router();
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"noPropertyAccessFromIndexSignature": false,
|
"noPropertyAccessFromIndexSignature": false,
|
||||||
"types": [
|
"types": [
|
||||||
"bun-types"
|
"bun-types"
|
||||||
]
|
],
|
||||||
|
"baseUrl": "./"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user