ZakiBelhadj / zakaria.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<title>Zakaria Belhadj</title>

My name is Zakaria Belhadj.

@ZakiBelhadj

I'm a full stack web developer with the skills & knowledge necessary to create user-friendly, interactive, & fun web applications.

I am an independent software developer. Most of my work is open source and publicly available on GitHub.

I've worked extensively with web technologies including NodeJS, ReactJs, VueJs and Laravel to create reliable, scalable, and maintainable software.

Outside of programming, I enjoy video games, Tv series and playing football with my friends.

Follow me : Linkedin Medium DEV

<script> var i = 0; var txt = 'Hello Everyone.'; var speed = 70; function typeWriter() { if (i < txt.length) { document.getElementById("hello").innerHTML += txt.charAt(i); i++; setTimeout(typeWriter, speed); } } </script>

About