This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Softwares that I currently use: | |
• Productivity Related Software (TunnelBear, 1Password, CleanMyMac, Alfred, DisableMonitor, Unarchiver, Spectacle) | |
• Terminal Related Tools (xcode-tools, homebrew, git, ripgrep, ngrok, curl, eslint, tmux, aws cli, ctags) | |
• Design Related Software (Figma, Wacom, Adobe Creative Cloud) | |
• Terminal Software (iTerm2, Z-Shell, Oh My ZSH, Agnoster Theme, Z Script, GPG Tools) | |
• Browsers Extensions (1Password, Pocket, React DevTools, Redux DevTools) | |
• Communication Related Software (Zoom.us, What'sapp, Slack, Mac Mail) | |
• Office Related Software (Word, Excel, Adobe Acrobat) | |
• Music/Audio Related Software (Spotify, Boom 2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Doctype HTML5 --> | |
<!DOCTYPE html> | |
<html lang="en" /> | |
<head> | |
<!-- Set character encoding for the document --> | |
<meta charset="UTF-8" /> | |
<!-- Instruct Internet Explorer to use its latest rendering engine --> | |
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | |
<!-- Viewport for responsive web design --> |