Click
Anywhere
To Play Music
View Alter
Dimension
Neil Mallia

Neil V Mallia

Fearless Adventurer

Adventurer - Coder - Hiker - Chef

Skills

HTML Logo

Web
Expert

Css Logo

Css
Styling

Javascript Logo

Javascript
Magic

PHP Logo

SERVERSIDE
Development

React Logo

Web
Applications

WordPress Logo

Wordpress
Development

Git Logo

Version
Control

SQL Logo

Database
Management

Gsap Logo

Gsap
Animation

API Logo

API
Development

FULLSTACK DEVELOPER

WORDPRESS DEVELOPER

FULLSTACK DEVELOPER

WORDPRESS DEVELOPER

FULLSTACK DEVELOPER

WORDPRESS DEVELOPER

FULLSTACK DEVELOPER

WORDPRESS DEVELOPER

CREATIVE

FRONTEND

DEVELOPER

WORK

User Database

My first full-stack application built with React and a Laravel API features a database where users can be added, edited, and deleted. I used React routing to manage navigation while keeping the app as a single-page application.

This Project is a Personal Project

Rent A Vroom

Developed a luxury car rental front-page using WordPress as the CMS, featuring a sleek and polished design that highlights the premium vehicles and brand image.

This Project is a Personal Project

Halloween

Developed a 3D spooky short story web app with a moving background using React, designed specifically for Halloween to create an eerie and immersive user experience.

This Project is a Personal Project

3D Portfolio

Developed a 3D animated portfolio website using React, showcasing immersive animations and interactive elements to create a visually engaging user experience.

This Project is a Personal Project

Lista

Developed Lista, a single-page web application using React and a Laravel API. The app is fully translatable into Maltese, allowing users to share lists with friends and family, with real-time updates across all devices.

This Project is a Personal Project

Munch Munch

Developed Munch Munch, a personal project using Laravel, featuring a full restaurant e-commerce platform. The site includes API communication and separate login systems for staff and customers with distinct roles.

This Project is a Personal Project

Bookmark Editors

Developed a custom theme for Bookmark Editors, a sub-brand of Proofreading Malta. The site features a beautifully crafted design, including a lovely animation on one of the key pages to enhance user engagement.

Project Worked on at Sancho®

Amigos

Developed a beautifully designed website for Amigos, a franchised restaurant, that effectively delivers the brand’s message. The site features an interactive map store locator for easy navigation and location discovery.

Project Worked on at Sancho®

Proofreading Malta Academy

Developed a custom theme for Proofreading Malta Academy, seamlessly integrated a translation plugin, and built a custom plugin to handle specific backend logic for enhanced functionality.

Project Worked on at Sancho®

Proofreading Malta Language Services

Developed a custom WordPress hybrid theme and backend architecture for Proofreading Malta, featuring additional plugins designed to enhance functionality and deliver an improved user experience.

Project Worked on at Sancho®

Giardini Terrati

Developed the website for Giardini Terrati, a boutique hotel, featuring a custom theme integrated seamlessly with a third-party plugin. The site showcases unique section transitions and captivating animations.

Project Worked on at Sancho®

Rise Fitness

Built a single-page website for Rise Fitness gym, featuring smooth animations and AJAX calls through a custom API to deliver a dynamic and engaging user experience.

Project Worked on at Sancho®

Ta Xbiex Waterpolo Club

Developed a highly animated single-page website for a restaurant, designed to capture attention and streamline the reservation process while delivering the restaurant’s message clearly and effectively.

Project Worked on at Sancho®

Malta Business Awards

Revamp of the Malta Business Awards website, focusing on reworking the backend architecture to ensure scalability, improved performance, and seamless management of increasing data

Project Worked on at Sancho®

Sancho®

Revamp of the Sancho website, focusing on modern design updates, custom WordPress themes, enhanced user experience, and backend improvements.

Project Worked on at Sancho®

Frank Zampa

Additional Features in the Frank Zampa website, which included the addition of variable products, additional pages, custom work to the backend system

Project Worked on at Sancho®

Drag to see more of my work

Down Arrow
Scroll Down to read about me Down Arrow

About Me

I’m Neil Mallia, a 31-year-old who once thrived as a chef, combining my love for cooking with my passion for travel and adventure. From rappelling down cliffs to scuba diving beneath the waves and hiking mountains, I’ve always sought out new experiences. However, my path took a turn when I transitioned into web development, specializing in WordPress and full-stack development. Now, I channel my creativity into building digital solutions while still holding on to the spirit of exploration that has always driven me.
Have a look at some of my adventures below

My Experience

Fullstack Developer

Sancho®

At Sancho®, I am responsible for overseeing all web-related tasks. I begin by anticipating client needs, ensuring their websites were both functional and visually aligned with our in-house designs. I developed custom WordPress themes that were easy for clients to manage and built custom plugins as needed.
In addition, I handle technical aspects like DNS setup and domain connections, ensuring smooth and efficient site operation. My role encompassed everything from design integration to backend development and deployment.

Jan 2024

Current

Freelance Developer

During my freelance career, I built a range of innovative projects that showcase my versatility and technical skills. I developed fully functional e‑commerce platforms using Laravel with custom‑built content management systems, such as Munch
I also created Lista, a translatable shopping list application that allows real‑time updates across a shared network. This project features a Laravel API backend and React frontend, utilizing webhooks for seamless synchronization between users
Additionally, I ventured into the world of 3D web animations, incorporating Three Fibre to craft engaging user experiences. Notable projects include a Halloween‑themed interactive web app and a dynamic 3D Portfolio website

Apr 2023

Dec 2023

Neil Malla

Fullstack Developer

Let's make your vision a reality! Turn your dreams to life with the power of code. We'll combine creativity, innovation, and technical expertise to build stunning, high-performing websites tailored to your needs.
Neil VM
Scan for CV
Click the code to activate
import React , { useState } from 'react';; const InteractiveCodeSvg = () => { const [ circleColors, setCircleColors ] = useState ({ red : '#ff5f56' , yellow : '#ffbd2e' , green : '#27c93f' , }); const handleClick = () => { setCircleColors ((prevColors) => ({ red : prevColors. red === '#0055ff' ? '#ff5f56' : '#0055ff', yellow : prevColors. yellow === '#9b59b6' ? '#ffbd2e' : '#9b59b6', green : prevColors. green === '#e67e22' ? '#27c93f' : '#e67e22' })); }; return (