Abraham Garcia in Javascript/jQuery   Wednesday, November 16 2022

The Importance of Javascript

Javascript is the most popular programming languages worldwide. We explain its uses and the important of having a JS backgroud.

You might continue to ask yourself, what programming language should I start with? How does a software begin their programming journey? Others might tell you to dive into HTML, CSS

Continue reading
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