Ruby How to Work with Modules in Ruby 3 edutechional_uaql1oApril 6, 2021April 6, 2021 Ruby modules can appear to be very similar to Ruby classes. After going through this you’ll be able to: Understand the differe... 03.2K00 Continue reading
JavaScriptReactTypeScript React Functional Component with TypeScript Interface Example edutechional_uaql1oApril 1, 2021April 6, 2021 03.1K00 Continue reading
AlgorithmsComputer SciencePython Data Structure Code Implementation: Stack in Python edutechional_uaql1oMarch 17, 2021April 6, 2021 This Python coding tutorial walks through how to implement the Stack data structure in Python. This includes: Building out the initi... 02.7K00 Continue reading
Project Management How to Use GitHub for Kanban Project Management edutechional_uaql1oMarch 16, 2021April 6, 2021 In this guide I walk through how to utilize GitHub as a project management tool. In the project management tutorial I show: How to c... 02.8K00 Continue reading
RubyRuby on Rails How the Gemfile Works in Ruby on Rails 6 edutechional_uaql1oAugust 12, 2020August 12, 2020 In this lesson, we are going to dive into the Gemfile in a Ruby on Rails application. Now, Gemfiles can actually be used by any type... 03.9K00 Continue reading
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
ExcelMicrosoft Office How to Customize Excel’s Quick Access Toolbar edutechional_uaql1oOctober 22, 2018April 6, 2021 In this Excel tutorial I walk through how to fully customize the Quick Access Toolbar in Microsoft Excel 2016, including how to add... 024K00 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
Ruby Compress Images via the CLI in Ruby with the Image Optimization RubyGem edutechional_uaql1oSeptember 29, 2018April 6, 2021 Image compression can make a significant difference in the performance of your applications. There are a number of online utilities... 07.3K00 Continue reading
Frontend DevelopmentJavaScript How to Check if Two JavaScript Objects Have the Same Values edutechional_uaql1oSeptember 28, 2018April 6, 2021 In this JavaScript programming tutorial, we are going to walk through how we can build out a function to test to see if the values o... 010.2K00 Continue reading