How to create a pull request in GitHub
Jul30

How to create a pull request in GitHub

So, you know how to use git. You have a GitHub repo and can push to it. All is well. But how the heck do you contribute to other people’s GitHub projects? That is what I wanted to know after I learned git and GitHub. In this article, I will explain how to fork a git repo, make changes, and submit a pull request. When you want to work on a GitHub project, the first step is to fork a repo. read...

Read More
Using Python to explore Google's Natural Language API
Jul30

Using Python to explore Google's Natural Language API

As a technical search engine optimizer, I am always looking for ways to use data in novel ways to better understand how Google ranks websites. I recently investigated whether Google’s Natural Language API could better inform how Google may be classifying a site’s content. read...

Read More