top of page
Search
The Tech Platform
Dec 21, 2020
Cryptography—What Is It and How Does It Work?
Cryptography is a method of protecting information and communications through the use of codes, so that only those for whom the...
The Tech Platform
Dec 20, 2020
How to scrape with Ruby and Nokogiri and map the data
Sometimes you want to grab data from a website for your own project. So what do you use? Ruby, Nokogiri, and JSON to the rescue!...
The Tech Platform
Dec 13, 2020
How you can build a terminal game with CSV and Ruby
In this article, you’ll learn how to build a terminal game with a CSV and a few Ruby gems! See a demo in the video above, and find the...
The Tech Platform
Dec 12, 2020
Make a slideshow using Ruby on Rails in 50 lines of code and no JavaScript
Let’s face it, nowadays, even the most complex web development tasks are expected to be written in JavaScript. Having said that, the...
The Tech Platform
Dec 11, 2020
How to Jazz Up Your Bash Terminal — A Step By Step Guide With Pictures
In this blog I’ll go over the steps to add Themes, Powerline, fonts, and powerline-gitstatus to make your regular Bash Terminal look...
The Tech Platform
Dec 11, 2020
Ruby On Rails
Ruby on Rails is an open source framework for Web development in Ruby, an object-oriented programming (OOP) language similar to Perl and...
The Tech Platform
Dec 11, 2020
Install Ruby on Rails on Linux
We are installing Ruby On Rails on Linux using rbenv. It is a lightweight Ruby Version Management Tool. The rbenv provides an easy...
The Tech Platform
Dec 11, 2020
Install Ruby on Rails on Windows
Follow the steps given below for installing Ruby on Rails. Step 1: Check Ruby Version First, check if you already have Ruby installed....
The Tech Platform
Nov 1, 2020
Cloning in JavaScript v. Cloning in Ruby
While learning JavaScript, subtle implementation differences often cause me to approach problems differently. I’ve learned programming...
bottom of page