Initializing

Home About Projects Journey Skills Security Blog Contact
Available for opportunities

Hey, I'm Clark

Student • Tech Creator • Future Software Engineer

I build websites, explore new tech, and learn by creating projects that turn ideas into something real.

About

Who I Am?

I'm Clark Destiny, a student developer who enjoys building modern websites and figuring out how things work behind the scenes. I like creating clean designs, experimenting with ideas, and turning concepts into real projects on the web.

I'm always learning — whether it's frontend development, UI design, or problem-solving. I build projects that push me to grow, and I pay attention to the small details that make experiences feel smooth.

When I'm not coding, I'm exploring new tech, testing ideas, or finding inspiration for what's next. I learn best by building, and every project teaches me something new.

C

Clark Destiny

Student Developer

1+

Years Learning & Building

5+

Projects Built

Growing

Code Quality Focus

Curiosity

My Philosophy

"I enjoy learning by building, experimenting with ideas, and turning concepts into something real. Every project teaches me something new, and I’m always looking for ways to improve and grow as a developer."

Journey

My Path

The steps that shaped where I am and where I'm headed.

01
The Beginning

Started Learning Tech

Discovered the world of programming and became fascinated by how technology shapes our daily lives. Started with the basics and never looked back.

02
Foundation

Learning Web Development

Dove into HTML, CSS, and JavaScript. Built my first websites and understood how the web works from the ground up.

03
Creation

Building Projects

Started applying knowledge to real projects. From simple apps to more complex systems — learning by doing and iterating.

04
Expansion

Exploring Backend Basics

Started learning about servers, databases, and APIs. Still early in my backend journey, but understanding how full-stack apps connect is exciting.

05
Growth

Learning to Build Better

Studying how to write cleaner code, improve performance, and structure projects so they can grow. Long way to go, but making progress.

06
The Future

Software Engineering Goals

Working toward becoming a professional software engineer. Focused on writing clean, maintainable code and building products that make a difference.

Projects

Selected Work

Projects I've built while learning and experimenting with new technologies.

Live

Portfolio Website

Designed and built a personal portfolio focused on smooth animations, modern UI, responsiveness, and interactive experiences while improving frontend development skills.

HTML CSS Three.js JavaScript
v1.0 — Current
Active
Learning

Real-time Chat App

A learning project where I explored how real-time messaging works. I experimented with WebSockets, message flow, and interactive UI while leveling up my frontend skills.

React Socket.io Node.js
Learning Project
In Progress
In Progress

Group Chat System

Expanding on the chat app concept to support multiple rooms, user presence, and message history. A deeper dive into real-time architecture and state management.

React Firebase Tailwind
Building Now
Active
Featured

Pulse

A creative experiment blending terminal aesthetics with smooth animations and interaction design. Still figuring things out as I build it.

React Framer Motion TypeScript Vite
Under Development
In Progress
Learning

Auth System

A practice project exploring secure authentication patterns — JWT tokens, password hashing, session management, and protected routes. Learning security by building it.

Node.js Express JWT
Practice Build
Completed
Security

Cybersecurity Corner

Exploring digital security, ethical hacking, and the art of protecting systems.

Security First Mindset

Understanding that security isn't an afterthought — it's woven into every line of code. Learning to think like both builder and breaker.

Encryption & Privacy

Exploring how data is protected in transit and at rest. From AES to RSA, understanding the math that keeps secrets safe.

************
********
*********
***********
clark@security-lab:~
$ whoami
clark — aspiring security researcher
$ cat current_focus.txt
- Ethical hacking fundamentals
- Network security & penetration testing
- Secure coding practices
- Vulnerability assessment
$ nmap -sV localhost
Scanning... _
$ openssl enc -aes-256-cbc -in secret.txt
encrypting data stream... [OK]
$ _

Network Topology

Visualizing secure node connections

Blog

Latest Posts

Thoughts on development, cybersecurity, design, and lessons learned while building.

Portfolio

How I Built My Portfolio From Scratch

Building this portfolio taught me a lot about design, animations, responsiveness, and problem-solving. I experimented with different ideas, fixed lots of bugs, and slowly shaped it into something that actually feels like me.

6 min read June 2026
Journey

My Journey Learning Web Development

From my first HTML tag to building full-stack apps, this is the honest story of how I taught myself to code. No bootcamp, no degree, just curiosity, consistency, and a lot of broken code along the way.

5 min read May 2026
Tutorial

Fixing My First Contact Form With EmailJS

My contact form looked great but did nothing. I integrated EmailJS to make it actually send messages without a backend. Here is the step-by-step setup and the mistakes I made so you can avoid them.

7 min read May 2026
Thoughts

Why I Love Building Things On The Web

There is something special about writing code and seeing it become a real thing people can use. I talk about why web development hooked me, the joy of shipping projects, and why I keep building even when nobody is watching.

4 min read April 2026
Journal

Insights & Articles

Writing about projects, development, cybersecurity, design, and lessons learned while building.

What I'm Building

In Progress

Real-Time Chat Platform

Exploring WebSockets and state management for live messaging. Focused on low-latency delivery and clean UI.

React Socket.io Node.js
65% complete
Experiment

Security Audit Scripts

Writing Python tools to scan for common vulnerabilities. Learning how attackers think to write better defenses.

Python Bash Nmap
30% complete
Learning

Accessible UI Components

Building a reusable component library with focus states, keyboard navigation, and screen reader support.

Figma CSS A11y
45% complete
Featured
Web Dev Design 8 min read

How I Built My Portfolio UI

Breaking down the design decisions behind this site — from the glassmorphism cards to the Three.js particle background. Why I chose dark mode as default, how I balanced visual effects with performance, and what I learned about keeping animations smooth on mobile.

Three.js CSS Performance
May 2026
Coming Soon Private Repo

Challenge

Three.js performance on mobile was the biggest hurdle. I had to cut particle count in half and simplify the geometry to maintain 60fps on lower-end devices.

Key Takeaway

Test on real hardware early. What runs smoothly on a laptop can choke a phone. Progressive enhancement beats trying to optimize everything at once.

Apps 6 min read

What I Learned Building a Real-Time Chat App

Building a real-time chat app helped me understand how apps handle live communication, user interaction, and updates happening instantly. It pushed me to think more about structure, responsiveness, and how real-world apps actually work behind the scenes.

WebSocket Node.js Redis
Private Repo
Cybersecurity 5 min read

Getting Started with Cybersecurity

My first month with Kali Linux, Nmap, and vulnerability scanning. What surprised me, what frustrated me, and why understanding attack vectors makes you a better developer.

Kali Linux Nmap Mindset
Coming Soon
Design 4 min read

Why Good UI Matters

A bad interface doesn't just look ugly — it costs users. I break down how poor UX led me to abandon tools I otherwise liked, and what I now check before shipping any design.

UI/UX Accessibility Figma
Coming Soon
Journey 3 min read

What I Wish I Knew When I Started Coding

Six months of mistakes condensed into one list. From over-engineering simple features to ignoring documentation — the habits I'm actively unlearning.

Mindset Beginner
Coming Soon
Web Dev Security 7 min read

Handling Auth Without Losing Sleep

JWTs, refresh tokens, and why storing secrets in localStorage is a bad idea. A practical breakdown of authentication patterns I tried, failed with, and eventually understood.

Node.js JWT Security
Coming Soon In Development
Skills

Tech Stack

Technologies I use regularly and others I'm actively exploring. Always learning.

HTML
CSS
JavaScript
React
Tailwind
Node.js
Git
Figma
Three.js
TypeScript
PostgreSQL
Docker
HTML
CSS
JavaScript
React
Tailwind
Node.js
Git
Figma
Three.js
TypeScript
PostgreSQL
Docker

Frontend

HTML & CSS85%
JavaScript75%
React70%
Tailwind CSS80%

Backend & Tools

Node.js60%
Git & GitHub80%
REST APIs70%
Databases (SQL)55%

Currently Exploring

TypeScript

Learning types and better code structure

Three.js

Experimenting with 3D on the web

Cybersecurity

Basics of ethical hacking & defense

Docker

Containerization fundamentals

Contact

Let's Connect

Have a project in mind or just want to chat about tech? I'm always open to interesting conversations.

Let’s Build Something Cool

Email

clarkdestiny001@hotmail.com

Status

Student Developer

Open to Collaborations

Available for work

Open to collaborations, internships, and exciting opportunities. Feel free to reach out!