My Name is

I'm a

My Name is

I'm a

Professional Profile

I am a passionate Web Developer specializing in building clean, functional, and responsive digital experiences. My journey started with a curiosity for how things work on the web, which evolved into a career dedicated to coding and continuous learning.

Currently, I am part of the SCS Scheme, honing my skills in modern front-end technologies and best practices.


Portfolio

Project Name

Netmatters Homepage

Recreation of the Netmatters company homepage - Built with HTML, SCSS, and JavaScript - featuring a responsive layout and CSS animations.

Live Demo

Coding Examples

typingEffect.js
function startRoleTyping(selector) {
  new Typed(selector, {
    strings: ['Web Developer', 'Frontend Developer', 'UI/UX Enthusiast'],
    typeSpeed: 60,
    backSpeed: 40,
    backDelay: 1800,
    loop: true,
    showCursor: true,
    cursorChar: '|'
  });
}

new Typed('#name-typed-desk', {
  strings: ['Shyji John'],
  typeSpeed: 80,
  loop: false,
  showCursor: false,
  onComplete: function() {
    startRoleTyping('#role-typed-desk');
  }
});
Language JavaScript - using the Typed.js library
What it does Animates a typewriter effect on the hero section. First it types the name "Shyji John", and once that completes, it loops through a list of role titles — Web Developer, Frontend Developer, and UI/UX Enthusiast — typing and deleting each one continuously.
Why I used it Animating the name before looping through roles looks smooth and natural.


Contact

Get In Touch

Got a cool idea or looking for a new addition to your team? I'd love to hear from you!

Please fill out the form or use the details below to contact me regarding projects or employment. Let's build something great together.

Email : shyjijohn90@gmail.com