Feb 2Quick Anonymous Polling with SocrativeIf you’re an instructor or host of online meetings, you likely know there are a lot of polling tools available. And you know they can be difficult and time-consuming to set up. But there’s no tool easier to set up and use than Socrative. …2 min read2 min read
Published in Commcodia·Mar 5, 2021Python/Bash CLI Challenge: Making Files from Output DynamicallyIn this challenge, you will make use of Python’s expansive functionality and practice with Python file handling methods and Bash in Python. Hints are given but you should also consider this a challenge to find useful documentation of Python modules and Bash methods. Paste the starter code below into a…Python2 min readPython2 min read
Published in Commcodia·Nov 11, 2020How to Enter Credentials in AWS Toolkit in IntelliJIncluding AWS credentials in AWS Toolkit in IntelliJ can be confusing and take way more time than it should. It’s easy to run into confounding error messages about invalid credentials, but here’s how you can get your Toolkit profile to finally load correctly. Inside the boilerplate config file that comes…AWS3 min readAWS3 min read
Published in Commcodia·Jan 27, 2020Deploying a Developer Personal Brand Site Quickly With Gatsby and ReactThe choices of free web hosting for a React developer to make a personal brand website, with a custom domain, can seem varied to the point of confusion. And many of the common choices (GoDaddy, BlueHost, etc.) …React2 min readReact2 min read
Published in Commcodia·Oct 18, 2019Following the Redux Flow in a React/Redux AppRedux middleware can provide a React app with the ability to transcend React’s effective but potentially problematic way of passing props and data state among different components according to a strict hierarchy. …JavaScript2 min readJavaScript2 min read
Published in Commcodia·Mar 21, 2019How to Use Javascript Model Objects in a Rails AppRuby on Rails provides a massively functional framework with routes and basis for data storage, but Javascript can really get an RoR app moving down the tracks. Some of the benefits of using JS with a Rails app include responding to a wide variety of events on rendered pages, as…JavaScript3 min readJavaScript3 min read
Published in Commcodia·Feb 17, 2019Deploying My First Heroku Rails AppI recently developed an app for a client who needed it online quickly. I ultimately deployed the app on Heroku. Overall, Heroku’s instructions for deploying an app ended up being pretty straightforward for someone new to app deployment such as myself (really make sure to preview all Heroku docs and…Heroku2 min readHeroku2 min read
Published in Commcodia·Dec 17, 2018Finding Information About APIs for Websites You Want to UseIt seems like every major website, such as Facebook or Uber, has a way to access the public files of its API, or specific APIs, such as Amazon’s API for developers to show it’s projects, and each of these websites usually provide developer guides. …API1 min readAPI1 min read
Published in Commcodia·Nov 14, 2018Location, Location, Location: A Programmer’s Guide to Backing Up Your WorkMaybe you’ve been lucky so far. The main computer you code on has never crashed. Nearly all of your code is in repos. However, the little crash demons are always there, ready to wipe out the project changes you’ve been working on, the apps you need to do your work…Backup4 min readBackup4 min read
Published in Commcodia·Oct 16, 2018Staying on Track with Rails: Advice on Building Your First Rails AppYou’re jamming on your first Rails project and the web awaits a new Rails app to be born! Here is some advice you may find quite useful along the way. Being DRY to the Bone The marked-in-stone rule of DRY (Don’t Repeat Yourself) is never truer than in creating the models for a feature in…Ruby On Rails3 min readRuby On Rails3 min read