Blog

How to Push a Django App to Heroku

Heroku is one of the best places to launch your Django app once it is ready for production. Most of the heavy lifting is done for you, and aside from a few configurations, there is little you need to do on the hosting side of things. While there are other places that can meet your…
Read more

How to Use GPT-2 to Generate Text from Custom Models

This article is designed to help you get the project up and running on your computer so you can begin testing out GPT-2.

How to Build a Website with Django and Python (part one)

What is Django? Django is a coding framework created atop the Python coding language. It is a tool for creating small to large applications or websites and is used as the backbone of Instagram, DropBox, Pinterest, YouTube, Spotify, The Washington Post, The Guardian, and Mozilla (to name a few). Since Django is an open source…
Read more

Run Linux on Windows

The Windows Subsystem for Linux lets developers run a GNU/Linux environment — including most command-line tools, utilities, and applications — directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.

Create a New WordPress Instance in LightSail

Creating your AWS Account Amazon AWS: https://aws.amazon.com/ The Top right button changes between Create an AWS Account and Sign in to the Console. This happens because of cookies set once you have been to the website before. Create Lightsail Instance Full AWS Tutorial Documentation Connect Instance via SSH and get Password Sign into WordPress Admin…
Read more

The Linux Command Line

Linux is an open source operating system which is available to anyone. For most coders and developers, learning Linux CLI will help them as they work to develop cross platform applications and access development tools.