Seng Portfolio

screenshot of Seng Portfolio
nextjs
react
scss

A configurable portfolio template allowing you to display your skills, education and projects. Made using React and TypeScript.

Overview:

The Software Engineer Portfolio Template is a customizable template that allows software engineers to create their own portfolio websites to showcase their experience, education, projects, and skills. It was created by Harvey Delaney as an improvement over an existing template he found on Reddit. The new template is built using React, Typescript, and Sass, and offers modern features and design elements.

Features:

  • Uses Create React App, Typescript, and Sass for a modern and efficient development experience.
  • Lightweight and fast-loading, without reliance on external CSS frameworks like Bootstrap.
  • Utilizes Flexbox for easy layout customization.
  • Offers easy customization through Sass variables and a centralized data portfolio location.
  • SEO optimized using react-snap for improved visibility in search engines.
  • Includes FontAwesome4 and DevIcon for easy integration of icons into the portfolio.

Summary:

The Software Engineer Portfolio Template is a modern and customizable solution for software engineers looking to create their own portfolio websites. It offers an improved design and features compared to existing templates, and is built using React, Typescript, and Sass. With its lightweight and efficient implementation, easy customization options, and SEO optimization, the template provides a user-friendly experience for showcasing skills, experience, and projects.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.