Tag: OpenSSL

Create Your Own SSL Certificate Authority for Local HTTPS Development

In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as… Read more The post Create Your Own SSL Certificate Authority for Local HTTPS Development appeared first on Delicious Brains. ...
Continue Reading Create Your Own SSL Certificate Authority for Local HTTPS Development

Managing Python Dependencies

Managing the dependencies between projects is one of the most frustrating aspects of working with many Python projects. For instance, project A requires Python 2.7 and relies on older versions of a package. In contrast, Project B requires Python 3.7 and a slew of additional packages, including the most recent version of the same program. ...
Continue Reading Managing Python Dependencies

PHP and cURL: How WordPress makes HTTP requests

cURL is the workhorse of the modern internet. As its tagline says, cURL is a utility piece of software used to ‘transfer data with urls‘. According to the cURL website,… Read more The post PHP and cURL: How WordPress makes HTTP requests appeared first on Delicious Brains. ...
Continue Reading PHP and cURL: How WordPress makes HTTP requests

7 Interesting Y-combinator Developer Tool Companies

Every year, new startups enter the market trying to solve unique technological or social problems. They face many challenges, including creating a sustainable product that offers value to its intended audience. Clearly, building a sustainable… The post 7 Interesting Y-combinator Developer Tool Companies appeared first on Education Ecosystem Blog. ...
Continue Reading 7 Interesting Y-combinator Developer Tool Companies

WP Migrate DB Pro 1.1 Released – Now up to 50% faster

On Friday last week, we released version 1.1 of WP Migrate DB Pro. It started out as a small 1.0.2 release with a few bug fixes, but as we dug… Read more The post WP Migrate DB Pro 1.1 Released – Now up to 50% faster appeared first on Delicious Brains. ...
Continue Reading WP Migrate DB Pro 1.1 Released – Now up to 50% faster