Abraham Garcia in Fun Stuff   Thursday, September 29 2022

Top 7 Web Development Tools

Learn the Top 7 Web Development Tools You Need to Know to Get Started. Start Your Web Development Career Today!

Your website should be the focus of all digital marketing efforts, being the central axis of these components. Whether you're running paid ads, sending emails, or posting on social media, 

Continue reading
Abraham Garcia in Fun Stuff   Thursday, September 1 2022

Converting .ppk to .pem files on macOS

Learn how to convert .ppk files to .pem files on macOS. I needed this for Atom Editor to connect via SFTP to server.

Learn how to convert .ppk files to .pem I needed this because I needed for Atom FTP Sync Plugin. $ brew install putty $ puttygen key.ppk -O private-openssh -o key.pem

Continue reading