Hey, my name is Hassan Saleh.
I'm a frontend engineering team leader from Tyre, Lebanon.
I design, build and maintain full-stack web applications.
Have a project you'd like to discuss?
Lets chat at hassansaleh31@gmail.com
Some of my work
Press News
Designed, built and deployed the website for Press News.
Used PEAN Stack (Postgres Express Angular Node) to create the project.
The project features a postgres database, nodejs server, the frontend and an admin panel.
Deployments are automatically managed by a CI/CD workflow using google cloud build, cloud source repositories and app engine.
My Blog
Designed, built and deployed this website.
Used Next.js to create a server-side rendered react application.
Used Postgres as my database and Express as my Node server.
Deployments are automatically managed by a CI/CD workflow using google cloud build, cloud source repositories and app engine.
The sorce code for this website is available on Github.
OZMsocial
Worked on the backend development of the OZMsocial mobile application. We used LAMP stack to build a backend for a social network.
I designed the SQL tables for many features from scratch, and wrote complex queries to deliver the right data to the user.
The app can be found on the Play Store and the Appstore by the name OZMsocial.
My Top Articles:
Flutter state management using the BLoC pattern
Sun Mar 31 2019I have been learning mobile development with Flutter for a while and throughout my journey, I have learned how to manage the state using the BLoC pattern and RxDart.
Express user authentication using passport
Fri Mar 08 2019In this article, I'm going to teach you how to implement user authentication in your Nodejs Express server using Passport.
Full stack javascript tutorial For beginners - Part 3 [Deployment]
Sat Mar 02 2019A beginner friendly stet by step tutorial aimed to teach you how to deploy your Nodejs and React application to Digital Ocean using docker compose and git.
Full stack javascript tutorial For beginners - Part 1 [The Backend]
Fri Feb 22 2019A beginner friendly step by step tutorial aimed to teach you how to build a Node.js API connected to a sql database. And a frontend react application.