app.get('/introduce-yourself', (req, res) => {
const name = 'Ali Mohamed';
const acknowledgements = 'Software Engineer';
let location = 'Ismailia , Egypt || AnyWhere';
let background = ['JavaScript','TypeScript' 'Nodejs', 'Express Framework','Nest.Js'];
const introduction = `Hello, my name is ${name}. I am a ${occupation}
and my interests include ${interests.join(', ')}.`;
res.json({introduction});
}
- ๐ฑ Iโm currently learning Nest.Js ๐
- ๐ซ How to reach me [email protected]
- ๐ Bachelor of Computer Science from Suez Canal University.
- ๐ Exploring new technologies and developing software solutions.
I graduated as a Software Engineer from Suez Canal University and am currently working as a Fullstack engineer at watanya company for roads.
I've been delving deeper into JavaScript,Typescript focusing on Node.js {express.js, Nest.js,PostgreSQL,MongoDB} for the back end. I've also been exploring technologies like Java, Spring Boot, PostgreSQL, MySQL, and Docker, applying this knowledge to personal projects that are part of my portfolio.
I believe that learning by doing is the best path, and that's why I transform theory into practice whenever possible.๐
Let's connect? Send me an email, follow me on LinkedIn, or check out my content on Instagram! ๐โจ
The most important step of all is the first step. Start something.
Blake Mycoskie