All Stories

Creating a Pokédex Chatbot in Discord (Part 2)

The second part of this tutorial will cover how to code our search functionality and embedded messages

Creating a Pokédex Chatbot in Discord (Part 1)

The first part of this tutorial will cover over gathering requirements, and defining our Pokedex chatbot

A React-Native Troubleshooting Guide for Android

Learning react-native can be troubling at first, in this guide, we will walkthrough all the potential common issues from the software to network layer.

Creating a Discord Magic 8 Ball [Part 2/2]

The second part of the tutorial will dig into the codebase. Here we will learn the basics of botkit, and how to respond to incoming events.

Creating a Discord Magic 8 Ball [Part 1/2]

The first part of the tutorial will cover over fundamental Discord terminology, and going over how to properly register and configure your application prior to development.

Handling Recrusive Nested JSON structures in Scala with Play Framework 2.6.X

We will go over a unique feature from the JSON library provided by the Play Framework to handle a recursive data model