Category: How To - Page 12
-
Nginx Real Time Metrics
To get a better idea of how my server for Weather was handling request, I needed a way to get some insights into nginx. I wanted to calculate request per second and routes being accessed. I came across a great tool...
-
Ways to Improve Laravel Performance
Over the past few months my Weather Extension has grown to over 118,000+ users and averages 14 req/sec. Weather uses Laravel primarily as an api and VueJs to render the html. Speed is very important. Currently...
-
Zero Downtime Laravel Forge Deploys
So you’re a Laravel developer and of course you are using Forge to manage your servers. You enjoy how simple Forge makes it to deploy your applications but you may notice a few seconds of downtime when your app is...
-
What is Flexbox
If you are a web developer you probably have heard of Flexbox . Flexbox is becoming the new way to layout web pages and solves some of the issues when using floats. When considering using new features, you should...
-
Blog Post Photos
A challenge that a lot of bloggers face is choosing images for their post especially if their theme uses a feature image. Sal Ferrarello recommends new bloggers to not use featured images because choosing them often...
-
Amazon Drive Chrome Extension
If you use Amazon Drive you may have seen the message, “We don’t support playback of videos longer than 20 minutes.” After some research I discovered a way to get around this using javascript. I decided to create a...
-
Google Home to Control Wireless Power Outlets
This is version 2 for my guide on how to control cheap wireless power outlets using a Google Home and a Raspberry Pi . This guide is a much better method than my first attempt using IFTT . This tutorial assumes you...
-
How to run a Linux Program on Startup
Here are the steps to have a program or script start on boot on a linux machine using Systemctl. I’m currently using this start several services on my raspberry pi . DigitalOcean wrote an article that goes into more...
-
Use Amazon Echo to Control Wireless Power Outlets
This is part 3 for my guide on how to control cheap wireless power outlets using a Amazon Echo and a Raspberry Pi . Part 1 covered Siri and HomeKit . Part 2 covered the Google Home which I plan on improving since...
-
How to change Apache Port
Edit your port by running this command Change Listen 80 to 8000 To exit nano editor, press ctrl + x then y to save Then restart apache