public SoftwareEngineer()
{
Name = "Ashraf";
Languages = new List<string> { "C", "C++", "Java", "C#", "JavaScript", "Python" };
Skills = new List<string> { "Problem Solving", "Math", "Data Structure and Algorithm", "Web Development", "Machine Learning", "Communication" };
WebTechnologies = new List<string> { "React.js", "Angular", "C#.NET", "Node.js", "Express.js" };
DatabaseManagementSystems = new List<string> { "MySql", "PostgresSQL", "SQL Server", "MongoDB" };
}
public void Contact()
{
LinkedIn = "https://www.linkedin.com/in/ashrafsustswe1970/";
Mail = "[email protected]";
}
- 👨💻 All of my projects are available at (Click Here)