Tag

technology
In our previous post, we discussed how to create a Madden NFL 19 GroupMe chatbot free. Today we will discuss the technology that drives it. In order to run our chatbot, we need the following: a database to house our league data, a code repository for our code, and a web server to run our application....
Continue Reading
madden nfl 19 groupme chatbot
Here at TG4 Solutions, our passion for technology extends past the normal applications. In today’s post, we will discuss how we combined our passion for technology with our passion for Madden NFL 19. For years members of our company have participated in online leagues. However, there was a common theme across every release. You have to...
Continue Reading
horizontally scale pyrfc
Depending on your solution, running a single threaded PyRFC server (like the one we setup in part 1 of this series) may not work for your data needs. In our case, we needed the ability to process multiple request simultaneously. In part three of this series, we will discuss how to scale your PyRFC server...
Continue Reading
python virtual environment
Virtual environments are isolated working copies of python, which allow you to have different projects environments for each of your projects. Which prevents changes in one project affecting others. 1. Install Xcode 2. Open a terminal window 3. Install Command Line Tools of Xcode xcode-select ––install 4. Install Homebrew ruby -e \ “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”...
Continue Reading
amazon web services
Interested in working in the cloud? Have you heard a lot of great things about Amazon Web Services (AWS)? No matter if you are interested in building an Alexa skill or hosting an application in the cloud, you first must have an AWS account. By following the steps listed in this blog post, you will...
Continue Reading
1 2 3