Bug FixesProgrammingRubyRuby on Rails How to Fix the PG Gem Build Error by Using the pg_config Path edutechional_uaql1oApril 19, 2020April 6, 2021 In this guide, I wanna walk through a common error that I've seen quite a few students and developers run into when they're setting... 05.7K10 Continue reading
Frontend DevelopmentJavaScriptProgramming How to Build a Capitalize Function for JavaScript Strings edutechional_uaql1oOctober 3, 2018April 6, 2021 In this JavaScript coding exercise, we’re gonna walk through, how we can create a two-capital function. What I’m essenti... 06K00 Continue reading
APIProgrammingRuby Example of How to Work with an API in Ruby edutechional_uaql1oAugust 18, 2018April 6, 2021 This is an exciting section as we are going to learn how to work with API calls in Ruby. We’ll start out with a basic API exam... 08.7K00 Continue reading
Frontend DevelopmentJavaScriptProgramming How to Automate Browser Tasks with JavaScript edutechional_uaql1oAugust 15, 2018April 6, 2021 Now let’s walk through how we can automate tasks on LinkedIn. Now, this is a very popular way of using JavaScript. If you̵... 05.1K00 Continue reading
ProgrammingRuby How to Create a Weighted Lottery Program in Ruby edutechional_uaql1oJuly 20, 2018 This Ruby coding exercise walks through how to build out a weighted lottery and utilizes methods such as each_with_object, nested it... 01.8K00 Continue reading
ProgrammingPython How to Create and Write to a File in Python edutechional_uaql1oJune 21, 2018 This Python tutorial shows how to create a file and write to it, along with explaining how this process overrides any content in a f... 01.7K10 Continue reading