Driven full-stack developer with a focus in back-end and a passion for cybersecurity.
Likes problem solving and building new things at their highest degree that scale.
Always open to try new approaches, mentor, and consult.
Pays attention to detail, maintains a healthy team workflow, gives space to his teammates to grow, enjoys working with chill folks, and people who know more than him.
namespace EiliyaAbedianamiri;
public class TechAndSkills
{
public HashSet<string> ProgrammingLanguages = new () {
"TypeScript", "C#", "PHP", "Python", "Rust", "C++", "Bash", "HTML", "CSS", "Elixir",
};
public HashSet<string> BackEnd = new () {
"Node.js", "NestJs", "Hono", "Express.js", ".NET", "Laravel", "Flask", "Phoenix",
};
public HashSet<string> Databases = new () {
"PostgreSQL", "MySQL", "SQL Server", "Neo4j", "SQLite", "Redis", "MongoDB", // etc.
};
public HashSet<string> FrontEnd = new () {
"Next.js", "Vue.js", "React", "React Native", "Tailwind CSS", "Bootstrap 5", "jQuery", "WPF", // etc.
};
public HasSet<string> DevOps = new () {
"Git", "CI/CD", "AWS", "Cloudfront", "Azure", "cPanel", // etc.
};
public HasSet<string> ToolsAndTechnologies = new () {
"AWS", "API", "REST", "GraphQL", "Apollo", "Jira", "Trello", // etc.
};
public HashSet<string> Architectures = new () {
"Event-driven", "MVC", "P2P", "MVVM", "Microservices", "Docker" // etc.
};
}