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 express from "express";
import userController from 'controllers/userController'; import userController from 'backend/controllers/userController';
import checkAuthenticated from 'backend/miscellaneous/checkAuthenticated'; import checkAuthenticated from 'backend/miscellaneous/checkAuthenticated';
const router = express.Router(); const router = express.Router();

View File

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

View File

@@ -1,7 +1,7 @@
mkdir output hugo -d output/public --minify
hugo
bun build ./backend/app.ts --outfile=output/app.js --target=bun --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 backend/views/ output/
cp -r public/ output/
rm -rf resources

View File

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