// Devony Dexter  ·  Student Developer

Websites & tools
built clearly.

I’m a student developer with 2 years of experience, mostly building websites, small web tools, and Roblox/Lua systems. I like making things clear, fast, and easy to maintain.

Start a Project View Case Study
0
Monthly Visits
0
Experience
jblx.net
Maintained Now
scroll to explore
01 — Profile

Still a student.
Already shipping.

Who I am
Devony Dexter — call me Dev.
I’m a student developer who enjoys turning simple ideas into working products. I care about clean layouts, smooth interactions, and code that won’t become painful to update later.

Right now I have 2 years of experience, 2 shipped projects, and one active site I still maintain: jblx.net.

I’m not trying to sound like an agency. I’m a young developer who takes the work seriously and wants every project to feel useful.
Dev
🎓
Current stage
Learning while building.
School keeps my schedule real, so I try to be honest about scope, timelines, and what I can deliver well.
🛠️
Core focus
Websites, interfaces, and Lua scripts.
Most of my work uses HTML, CSS, JavaScript, React, Node.js, and Lua. I’m strongest when the goal is clear and the project needs a careful builder.
Working style
Straightforward and practical.
I’ll ask questions when something is unclear, share progress as I go, and avoid adding features just to make the project look bigger.
Best fit
Small, focused projects.
I’m a good fit for landing pages, portfolio sites, community tools, study resources, and Roblox-related scripting work.
02 — Core Skills

The tools I use
most often.

I mainly work with HTML, CSS, JavaScript, React, Node.js, and Lua. I’m still growing, but these are the tools I’m comfortable using to build real projects.

HTML5
component.html
<!-- Semantic, accessible, clean -->
<article class="card" aria-label="project">
  <header>
    <h2 class="card__title">
      Dev Portfolio
    </h2>
  </header>
  <section class="card__body">
    <p>Student web developer.</p>
    <a href="#hire" class="btn">
      Contact Dev
    </a>
  </section>
</article>
CSS3
styles.css
/* Custom tilt + glow effect */
.card {
  transform-style: preserve-3d;
  transition: transform .3s ease;
  background: radial-gradient(
    circle at var(--mx) var(--my),
    rgba(255,92,26,.1),
    transparent 60%
  );
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
}
JavaScript
tilt.js
// 3D tilt on mousemove
const initTilt = (el) => {
  el.addEventListener('mousemove', e => {
    const r = el.getBoundingClientRect();
    const x = (e.clientX - r.left) / r.width  - .5;
    const y = (e.clientY - r.top)  / r.height - .5;
    el.style.transform =
      `perspective(800px)
       rotateY(${x*12}deg)
       rotateX(${-y*12}deg)`;
  });
};
Lua
RobloxScript.lua
-- Roblox game logic example
local Players = game:GetService("Players")
local ReplicatedStorage =
  game:GetService("ReplicatedStorage")

local function onPlayerAdded(player)
  local leaderstats =
    Instance.new("Folder")
  leaderstats.Name = "leaderstats"
  leaderstats.Parent = player
end

Players.PlayerAdded:Connect(onPlayerAdded)
03 — Services

What I can
help with.

01
🌐
Websites & Landing Pages
Simple, polished pages for portfolios, communities, student projects, small businesses, or product ideas.
HTMLCSSJavaScriptResponsive UI
02
🎮
Roblox / Lua Systems
Lua scripts for gameplay features, interface behavior, tools, and systems that need to be understandable after they’re built.
LuaRoblox StudioGame LogicUI Systems
03
Frontend Improvements
Small redesigns, bug fixes, UI cleanup, dashboard-style pages, and improvements to existing frontend work.
ReactNode.jsUI PolishMaintenance
04 — Featured Work

A project I still
work on today.

jblx.net is the project I’m most proud of so far. It’s a live site for the Roblox Jailbreak trading community, and I still maintain it.

🔒jblx.netLive
Open ↗
🔗
jblx.net
This site restricts embedding — click below to open it directly.
Open jblx.net ↗
Live & Running
jblx.net
https://jblx.net
A Jailbreak value list for players who want a quick place to check trading information. I built the site, worked on the interface, and continue maintaining it.
Public website with real community use
Responsive layout for desktop and mobile
Organized around quick value lookups
Still maintained and updated
Visit jblx.net ↗
rieldevdex /
SEIA Competition Guide
View on GitHub ↗
A React study guide/resource app for a competition team. This was more about organizing content clearly and making the information easy to use.
React
HTML/CSS
📂 Public Repo
ReactTeam ToolStudy GuideShipped Project
05 — Capabilities

Things I’m comfortable
building.

Good fits for my current skill level

Landing Pages · UI
Websites
Clean pages for people who need a simple but polished online presence.
0
REAL-TIME COUNTER
JavaScript · Data
Interactive Tools
Search, filters, counters, simple calculators, and other helpful UI features.
Responsive Design
Mobile-Friendly Layouts
Layouts that still feel good on phones, tablets, and desktops.
Lua · Roblox Studio
Roblox Scripts
Gameplay logic, UI behavior, tools, and Lua scripts that are easy to follow.
React · Node.js
Small Web Apps
Focused tools like study guides, resource hubs, and small dashboards.
06 — Process

How I like
to work.

01
Start with the goal
Before coding, I want to understand what the project should do and who will use it.
02
Keep the scope realistic
I’d rather build a smaller thing properly than promise a giant feature list I can’t finish well.
03
Share progress
I’ll show what’s working, ask for feedback, and adjust before the project goes too far in the wrong direction.
04
Clean up before handoff
I try to leave projects organized enough that updates and fixes are not a nightmare later.
07 — Why Work With Me

Why I might be
a good fit.

💻
I’ve shipped real work
jblx.net is live, used, and still maintained, so I know what it feels like to support something after launch.
📱
I care about the basics
Responsive layout, readable text, clear buttons, and simple navigation matter more than random effects.
🧩
I ask questions
If a request is vague, I’ll clarify it instead of guessing and building the wrong thing.
🔧
I think about updates
I try to write and structure things so future changes are easier to make.
💬
I’m easy to work with
You’ll know what I’m working on, what I need from you, and what the next step is.
I’m best with focused builds
Give me a clear problem, a reasonable scope, and I can build something useful.
08 — Formula 1  ·  RB & VCARB Loyalist

Full Send.
Every. Lap.

🏁  2025 SEASON  ·  LIVE
⚡ F1 Reaction Timer
0.000s
Click START when ready
🏆 Kimi Antonelli
0.188s
🏆 Max Verstappen
0.096s
1
🔴 Oracle Red Bull Racing
🏆
Max Verstappen Edit
1
Max Verstappen
🇳🇱 Netherlands
Championships
Wins
63+
Car
RB20
Dev Rating
🔥🔥🔥
"I just love being the best at what I do — and making it look effortless." The energy that drives Dev's work ethic. No cap.
12
🔵 Visa CashApp RB
🌟
Kimi Antonelli Edit
12
Kimi Antonelli
🇮🇹 Italy
Status
Rising
Team
VCARB
Vibes
✨✨✨
The next one. Dev's on the VCARB wave and Antonelli is exactly why. Watching this kid is something else.
Engine Mode
PARTY
ERS Deploy
100%
Fuel Load
42 kg
Throttle / Brake / ERS
08 — Contact

Have a project
in mind?

If you have a focused project, send me the idea, timeline, and what you need built. I’ll let you know if it fits my current skill level and schedule.