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
Abraham Garcia in Javascript/jQuery   Sunday, July 24 2022

Learn About Next JS Routing

Learn About Next JS Routing. A Short and Useful Handbook for using routes within your projects. Learn Next JS.

These are some of the ways your can route your project in Next JS with their built-in functionality. Index Routes The router will automatically route files named index to the root of

Continue reading