savvytech.hashnode.devFour (4) deprecated Linux commands and their replacementsDue to advancements in hardware environments, software development experiences rapid change. Tools also evolve for the same reason. Older commands may not always adapt well to changes, thus they eventually become obsolete and are replaced by newer co...Jan 17, 2023·5 min read
savvytech.hashnode.devStoring static website files in AWSIn this article, I will discuss two basic AWS services two basic AWS services, one of which you can use to store files. When starting out in AWS cloud, some of the services a beginner needs to know are S3(Simple Storage Service) and CloudFront. What ...May 15, 2022·3 min read
savvytech.hashnode.dev# Lamp Stack Implementation On AwsLAMP stack (Linux + Apache + MySQL + PHP/Perl/Python) are a popular setup for web servers. There is a plethora of Open Source applications written using the LAMP application stack. Some popular LAMP applications are Wiki’s, Content Management Systems...Jan 14, 2022·12 min read