🔍 I'm looking for my next challenge
👀 I’m interested in learning new technologies and to empower my skills
🌱 I’m currently learning Computer Science and Cyber Security (B.Sc) with 1 semester till graduating
NadavRosenberg() {
const WHO_AM_I = {
language: [Javascript, Typescript, HTML, CSS, Python, Java, C, C#, C++],
platform: [Angular],
framework: ['Ionic', 'NestJS', '.Net Core'],
database: ['PostgreSQL'],
library: ['angular-material', 'react', 'styled-components'],
orm: ['TypeORM', 'Dapper'],
contact: this.LinkedIn(),
}
}
private LinkedIn() {
this.httpClient.post(
'https://www.linkedin.com/in/nadav--rosenberg/',
'Hi!',
{ headers: new HttpHeaders(), responseType: 'text' }
);
}