Author Archives: Anthony Heddings

What Does Webpack Do, and How Do I Use It for My Website?

Webpack is a utility that can bundle your JavaScript files together. This allows you to be more organized and productive, and also allows the use of preprocessed languages like SASS and TypeScript.Read This Article on CloudSavvy IT › Continue reading

Posted in Uncategorized | Comments Off on What Does Webpack Do, and How Do I Use It for My Website?

How to Fix Your Website’s Accessibility Issues

Blind people use the internet, too, so making your site accessible to them—and others with disabilities—will improve their experience with your business. Also, if you are a government contractor, this may be required of you by law.Read This… Continue reading

Posted in Uncategorized | Comments Off on How to Fix Your Website’s Accessibility Issues

What Is Node.JS and What Is It Used for?

If you’re doing any sort of web development, you’re probably going to have to learn and write JavaScript at some point. Node is meant to simplify web application development by unifying the server and client side languages.Read This Article… Continue reading

Posted in Uncategorized | Comments Off on What Is Node.JS and What Is It Used for?

How to Install phpMyAdmin Securely

phpMyAdmin is a great tool for managing a MySQL database, but putting access to your database behind a web interface is an major security problem. Here are a few ways to mitigate the risks involved with runing phpMyAdmin.Read This Article on CloudSavvy… Continue reading

Posted in Uncategorized | Comments Off on How to Install phpMyAdmin Securely

What’s the Difference Between .NET Framework and .NET Core?

Microsoft provides two different .NET runtimes: .NET Framework and .NET Core. Both implement the .NET Standard and code between each is fairly cross-compatible, but .NET Framework only works on Windows. We’ll discuss the differences between the t… Continue reading

Posted in Uncategorized | Comments Off on What’s the Difference Between .NET Framework and .NET Core?

How to Get Started and Use tmux

tmux, short for terminal multiplexer, is a command line utility that makes working from the terminal much easier. It allows you to split your terminal window into many panes, which will persist across multiple SSH sessions.Read This Article on CloudSav… Continue reading

Posted in Uncategorized | Comments Off on How to Get Started and Use tmux

How to Get Started and Use tmux

tmux, short for terminal multiplexer, is a command line utility that makes working from the terminal much easier. It allows you to split your terminal window into many panes, which will persist across multiple SSH sessions.Read This Article on CloudSav… Continue reading

Posted in Uncategorized | Comments Off on How to Get Started and Use tmux

What is Google AMP, and How Do I Use It for My Website?

AMP is a framework for making fast mobile sites, and it currently powers over 43% of search results. Switching your site over to AMP can give you a huge boost in traffic. How does it work?Read This Article on CloudSavvy IT › Continue reading

Posted in Uncategorized | Comments Off on What is Google AMP, and How Do I Use It for My Website?

How to Manually Reset a WordPress Password in the Database

If you’ve gotten locked out of your Wordpress instance, you can always reset your password by manually editing the table that it uses to store passwords in, provided you have access to the MySQL database.Read This Article on CloudSavvy IT › Continue reading

Posted in Uncategorized | Comments Off on How to Manually Reset a WordPress Password in the Database

Query S3 Data Like a Database with AWS Athena

Athena is an AWS service that can scan data stored in S3 and return results based on queries, using standard SQL statements that you would use for a traditional database. It’s particularly useful for extracting data out of CSV and large text file… Continue reading

Posted in Uncategorized | Comments Off on Query S3 Data Like a Database with AWS Athena