06

Blog

// 2020.07.10
Hosting a React App on GitHub with GitHub Pages
React is great library that allows you to build reusable components and provide a responsive front end interface for ...
// 2020.07.06
Intercepting Android Traffic
// 2020.06.29
Setting a simple honeypot with Pentbox and Kali Linux
In the past few years Cyber Security has become a hot topic and seems to be a issue with allot of companies failing t...
// 2020.06.22
Logging with python
// 2020.06.15
Scraping data with Selenium and Python
Selenium is web based automation tool that allows you to automate the usage of a browser. It can be useful for alot ...
// 2020.06.08
Using React\'s setState callback
// 2020.06.01
Run tests for React.js App with Github Actions
Github is a great platform for coders were you can push your code to repositories, clone other peoples code and colla...
// 2020.05.25
JavaScript Closures
// 2020.05.18
Dockerized PostgreSQL database for Rails App
// 2020.05.11
Setting up a Vagrant Box
As a longtime user of Virtualbox I have come to love virtual environments and was thrilled to find out a about a new ...
// 2020.05.04
The Big O
Understanding Big O notation is essential part of becoming a good programmer, it allows you gauge the difference betw...
// 2020.04.27
Implementing the Quicksort Algorithm in JavaScript
The Quicksort Algorithm or Partition-Exchange Sort is a method of sorting that uses the divide and conquer design pat...
// 2020.04.20
Installing pfSense on Virtualbox
This post is going to be a walkthrough of how to install pfSense on Virtualbox. I recently used a older desktop comp...
// 2020.04.13
Customizing Vim for Coding
layout: post title: Customizing Vim for Coding —
// 2020.04.04
Introduction to React Hooks
// 2020.03.30
Installing Custom Node Modules On Your System Locally
// 2020.03.23
Setting up React.js component testing for create-react-app with jest and enzyme
// 2020.02.16
A look at React Components
// 2020.02.12
Configure Rails with PostgreSQL using Encrypted Credentials
PostgreSQL is a open-source relational database that management system that is designed to handle a range of workload...
// 2020.01.20
Single Page Application with a Rails API backend and JavaScript frontend
Intro I recently had to create a Single Page Application(SPA) that uses a Rails back end for handling and storing dat...
// 2019.12.23
A Look at Ruby on Rails Scopes
What is scope?
// 2019.12.18
Getting Started With Rails And Devise
Setting up a Ruby on Rails with OAuth + Devise gem for authentication and PostgreSQL
// 2019.11.01
Setup for a simple web app with Ruby and Sinatra
// 2019.10.22
Hide Learn.co's Sidebar with a Bookmarklet
// 2019.10.07
My First Ruby CLI Scraper Application
I’m currently at the end of my fourth week at Flatiron Coding School and the project for this week was to create a CL...