const express = require("express");
const app = express();
app.set("view engine", "ejs");
app.use(express.static("public"));
app.get("/", (req, res) => {
res.render("index");
});
<%- include('partials/header') %>
<section class="hero">
<div class="container">
<% if (user) { %>
<h1><%= user.name %></h1>
<% } %>
</div>
</section>
Nico264Dev
Web Developer | Bot Developer | Frontend / Backend Developer
About Me
Hello! I'm Nico264Dev, a passionate software developer with a keen eye for detail and a love for creating elegant, efficient solutions. My journey in programming started several years ago, and since then, I've been constantly learning and evolving.
I specialize in full-stack development, with expertise in modern frameworks and technologies. I believe in writing clean, maintainable code and following best practices to deliver high-quality software.
When I'm not coding, you can find me playing some simulation games.
Currently Listening To
My Coding Journey
Started Programming
Began my coding journey with HTML, CSS, and JavaScript. Built my first website and fell in love with web development.
First Discord Bot
Created my first Discord bot using Node.js and Discord.js. Learned about APIs, databases, and backend development.
Full-Stack Projects
Dove into full-stack development with Express, EJS, and MongoDB. Built several web applications including Driverhubs analytics dashboard.
Driverhubs
Started creating Drivershubs for TruckersMP VTCs with advanced features such as real-time tracking, analytics and much more.
Continuous Learning
Currently exploring new technologies and working on exciting projects. Always learning and improving my skills.
🎂 Birthday Countdown
Time until my next birthday:
Featured Projects
Portfolio Website
A modern, responsive portfolio website built with EJS and Express. Features include dynamic content rendering and professional design.
Discord Bot
Feature-rich Discord bot with moderation tools, custom commands, and automated workflows for server management.
Driverhubs
Real-time analytics dashboard with interactive charts, data visualization, and comprehensive reporting features.
Technical Skills
Frontend
Backend
Get In Touch
Let's Work Together
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision.