Hey there 👋
I'm Luke Joliat
Software Engineer and Entrepreneur
I am a Full-Stack Developer with 8+ years of experience in software engineering, web development, and application architecture. Proficient with various programming languages, frameworks, CMS platforms, and design technology. I am lucky to be working in a field I love!
src/pages/markdown-pages.md code example

Lorem ipsum dolor sit amet consectetur officia!

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis, neque facere? `Pariatur` sed reprehenderit iste rem, placeat excepturi. Ducimus sequi quae inventore necessitatibus.

src/components/Heading.jsx


  import React from 'react';
  import { __DEV__ } from 'utils';

  const Heading = () => {
    return (<h1></h1>);
  }

  if (__DEV__) Heading.displayName = 'Heading';

  export { Heading };
My last projects </>
Latest from blog
© 2023 Luke Joliat
Made with Astro