Skip to content
TL
Extensions About Uses X Contact

Category: How To - Page 12

  • February 27, 2017 How To · Laravel 1 min read

    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...

  • February 25, 2017 How To · Laravel · Side Project 2 min read

    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...

  • February 15, 2017 How To · Laravel · Side Project 2 min read

    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...

  • January 21, 2017 How To 1 min read

    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...

  • January 20, 2017 Blogging · How To 1 min read

    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...

  • January 7, 2017 Browser Extension · How To 1 min read

    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...

  • January 4, 2017 Home Automation · How To · Raspberry Pi 3 min read

    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...

  • January 2, 2017 How To · Raspberry Pi 1 min read

    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...

  • January 2, 2017 Home Automation · How To · Raspberry Pi 3 min read

    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...

  • January 2, 2017 How To 1 min read

    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

Newer

Page 12 of 13

Older
Tim Leland
T.LY About Contact X Privacy