CV updated

This commit is contained in:
2026-02-05 23:27:40 +01:00
parent a5e95d6298
commit 2ffce29593
4 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import express from "express";
import userController from 'controllers/userController';
import userController from 'backend/controllers/userController';
import checkAuthenticated from 'backend/miscellaneous/checkAuthenticated';
const router = express.Router();

View File

@@ -56,8 +56,8 @@
{
"title": "HW Developer",
"company": "Spica International",
"time": "17/03/2025 - CURRENT",
"des": "Working on access menegment systems."
"time": "17/03/2025 - 01/08/2025",
"des": "Worked on access menegment systems. Programed integrated devices, based on Buildroot using c++ and python web server."
},
{
"title": "Backend/Frontend",

View File

@@ -1,7 +1,7 @@
mkdir output
hugo
hugo -d output/public --minify
bun build ./backend/app.ts --outfile=output/app.js --target=bun --minify
bun build ./frontend/list/list.tsx --outfile=public/assets/build/list.js --minify
bun build ./frontend/list/list.tsx --outfile=output/public/assets/build/list.js --minify
cp -r backend/views/ output/
cp -r public/ output/
rm -rf resources

View File

@@ -1,16 +1,17 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "web",
"dependencies": {
"@types/express": "latest",
"@types/morgan": "latest",
"bun-types": "latest",
"express": "latest",
"hbs": "latest",
"morgan": "latest",
"typescript": "latest",
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"bun-types": "^1.2.22",
"express": "^5.1.0",
"hbs": "^4.2.0",
"morgan": "~1.10.1",
"typescript": "^5.9.2",
},
},
},