-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
executable file
·27 lines (21 loc) · 1.48 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env node
const clearConsole = require('clear-any-console')
clearConsole();
console.log(`
██╗ ██╗ █████╗ ███╗ ███╗ ::::::::: █████╗
██║ ██║██╔══██╗████╗ ████║ :+: ██╔══██╗
███████║███████║██╔████╔██║ +:+ ███████║
██╔══██║██╔══██║██║╚██╔╝██║ +#+ ██╔══██║
██║ ██║██║ ██║██║ ╚═╝ ██║ +#+ ██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ #+# ╚═╝ ╚═╝
#########
🚀 Hello! I'm Hamza Liaqat, an innovative Full-Stack Developer with 5 years of
expertise in the MERN stack and hybrid mobile apps. Celebrated as a top-rated
freelancer, I specialize in transforming complex ideas into seamless digital
experiences. I'm passionate about delivering scalable, intuitive web and mobile
solutions that not only meet but exceed user expectations and drive business
success.
🐦 Twitter: https://twitter.com/Hamzaliaqat_1
🐱 GitHub: https://github.com/Hamza-Liaqat1
🌐 Blog: https://www.hamzaliaqat.com
`);