Skip to main content
main
ismailsafwat/portfolio / README.md
Type / to search
README.md

Ismail Safwat

Software Engineer

Building the future, one line of code at a time. Passionate about systems programming, modern web development, and creating elegant solutions to complex problems.

4 Projects
1 Articles
7 Commits

Tech Stack

C++ Python JavaScript TypeScript React Astro C# Kotlin Linux

Code Snippet

portfolio.ts
// Welcome to my portfolio
const portfolio = {
  name: 'Ismail Safwat',
  role: 'Software Engineer',
  skills: ['C++', 'Python', 'JavaScript', 'React'],
  location: 'Remote',
  available: true
};

function buildTheFuture() {
  return portfolio.skills.map(skill => 
    `Building with ${skill}`
  );
  }
  
console.log(buildTheFuture());
$ cat README.md
$
💡 Terminal Tips
J Pop out / dock terminal
Drag top edge to resize
Click header to collapse