Peek - an animated GIF recorder

Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press “Record”. Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.

» Read more

.gitignore for WordPress

# ----------------------------------------------------------------- # .gitignore # Bare Minimum Git # http://ironco.de/bare-minimum-git/ # ver 20170502 # # From the root of your project run # curl -O https://gist.githubusercontent.com/salcode/10017553/raw/.gitignore # to download this file # # This file is tailored for a general web project, it # is NOT optimized for a WordPress project. See # https://gist.github.com/salcode/b515f520d3f8207ecd04 # for a WordPress specific .gitignore # # This file specifies intentionally untracked files to ignore # http://git-scm.

» Read more

Styled Components

Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier! https://www.styled-components.com/ Video Dmitry Barabash: Brief Intro to Styled Components A lightweight toolset for writing styles in JavaScript polished

» Read more

PHP replacement for Intl extension

This plugin library was created to help developers that do not have access to install the PHP intl extension. It is not met to be a full replace for the PHP extension since it is limited in functionality and should be used with caution. https://github.com/CakeDC/Intl

» Read more

Proxy by Amazon EC2

Navigate to the EC2 console by following https://console.aws.amazon.com/ec2 You will need to logon your AWS account. If you have not got account create one. It’s free! Once you’ve logged Create a Key Pair by selecting Key Pairs which is near the bottom of the menu on the left. 2.1. Select Create a Key pair, 2.2 enter a name and save the file onto your local file system. 2.3 Change the permission to make it read only (chmod 400 <filename>) Create a new Elastic IP Address Launch a new Instance.

» Read more

Amazon Lightsail

The user-friendly VPS solution from AWS. It is directly competing with the budget cloud VPS providers such as Digital Ocean, Linode, etc. Amazon Lightsail AWS re:Invent 2016: NEW LAUNCH! Introducing Amazon Lightsail (CMP206) Source: https://ayesh.me/amazon-lightsail-review

» Read more