What is Gatsby.js? Good Question. Here’s a Quick Answer.

Gatsby is a React-based, GraphQL powered, static site generator. What does that even mean?  Well, it weaves together the best parts of React, webpack, react-router, GraphQL, and other front-end tools in to one very enjoyable developer experience. Don’t get hung up on the moniker ‘static site generator’.  That term has been around for a while, but Gatsby is far more like a modern front-end framework than a static site generator of old.

You code and develop your site, Gatsby transforms it into a directory with a single HTML file and your static assets. This folder is uploaded to your favorite hosting provider, and voila.
Overall think, part Jekyll, part create-react-app.

Source: What is Gatsby.js | Mediacurrent

Looks like I need to take a peek at Gatsby.js and see what’s going on there. Most intriguing are features to leverage APIs on existing CMS’s to pull the content and display it with a new more modern front-end.

CNET: How to send texts from your PC and Mac using Android Messages

CNET: How to send texts from your PC and Mac using Android Messages.
https://www.cnet.com/how-to/how-to-send-texts-from-your-pc-and-mac-using-android-messages/

Lifehacker: Here’s What’s Coming and Going From Netflix in July 2018

Lifehacker: Here’s What’s Coming and Going From Netflix in July 2018.
https://lifehacker.com/here-s-what-s-coming-and-going-from-netflix-in-july-201-1826993090

MySQL without the MySQL: An introduction to the MySQL Document Store | Opensource.com

MySQL without the MySQL: An introduction to the MySQL Document Store | Opensource.com https://opensource.com/article/18/6/mysql-document-store

This takes advantage of the json storage column feature available in MySQL 5.7+.

Microsoft Is Said to Have Agreed to Acquire Coding Site GitHub – Bloomberg

Microsoft Is Said to Have Agreed to Acquire Coding Site GitHub – Bloomberg https://www.bloomberg.com/news/articles/2018-06-03/microsoft-is-said-to-have-agreed-to-acquire-coding-site-github

If this is true, and we’ll know soon enough, it changes the landscape for open source software development. The acquisition may be behind the GNOME project’s decision to move to GitLab, an open source alternative to Gitub.

It’s worth mention that git and GitHub are not the same thing. There will almost certainly be stories floating around that MSFT is buying git, but that isn’t the case. GitHub is just the must popular of several web based front ends to git.