Back with another PHP guide with useful snippets and functions you can use in your projects.
Data requests or web scraping, also known as data extraction, is the process of retrieving, thus scraping, data from a website. Developers use certain HTTP methods to manipulate data, usually using APIs.
A cheatsheet containing ES2015 [ES6] tips, tricks, best practices and code snippet examples for your day to day workflow.
A handy, quick reference for me (and everyone) to come back to when working with React.
When working with PHP I have a bunch of go-to functions and things I come back to often.
Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a plugin for your build system.
This tutorial is a quick one. Cause generating an SSL certificate should be quick and painless anyway.
Put together a quick cheat-sheet from things I've copied and saved over the years. I come back to these notes from time to time and thought it time to finally share them.
Here's a list of some random, useful commands and tools to use in the Command Line.
curl is used in the command line or in scripts to transfer data. It is also used nearly everywhere: in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.