An abstract letter D Logo which represents the D in David
About Me Skills Projects Services Contact

David Olaniyan

Web developer. Hardware tinkerer. Maker.

Contact Now
projects.tsx
const ProjectCard = ({ project }) => {
  const { title, tech, description } = project;
  return (
    <div className="project-item">
      <h3>{title}</h3>
      <p>{description}</p>
      <div className="tech-stack">{tech}</div>
    </div>
  );
};
portfolio.tsx
const Portfolio = () => {
  const passion = "web development";
  const focus = "clean & intuitive design";
  return (
    <div>
      Creating the future
      Turning visions into reality
    </div>
  );
};
skills.tsx
const Skills = () => {
  const frontend = ["React", "TypeScript", "CSS"];
  const design = ["Figma", "Illustrator"];
  return (
    <section>
      <h2>Technical Expertise</h2>
      <SkillList items={frontend} />
    </section>
  );
};

About Me

Abstract letter D with a thin outline

Experience

Education

High School

Hi, I’m a developer and hardware tinkerer based in Canada. For me, creating isn't limited to the browser. Beyond building fast, responsive web apps, I design custom physical devices, solder components, and ultimately bridge the gap between hardware and software.

Skills

HTML

CSS

JavaScript

TypeScript

React

React Native

Python

Figma

Projects

View More Projects

Services

Web Development

Creating responsive, modern websites with clean code that precisely match your objectives.

Web Design

Designing visually appealing and user-friendly interfaces tailored specifically to your unique needs.

Web Maintenance

Regular updates, performance monitoring, and troubleshooting to ensure your site runs smoothly.

Want to Partner Up? Reach Me with a Click

+1 613 400 8034

Connect

[email protected]

Copyright © David Olaniyan. All rights reserved.