Open in app
Home
Notifications
Lists
Stories

Write
Joseph Patterson
Joseph Patterson

Home

Apr 25, 2021

Docusign: Oauth Flow Outlined

Sign, Sealed, Delivered In my most recent Ruby/React project I was tasked with getting a digital signature feature working. I researched a bit and found Docusign to be a highly recommended API for accomplishing signatures online. After a week I can honestly say its one of the more challenging API’s I’ve had to…

Oauth

4 min read

Docusign: Oauth Flow Outlined
Docusign: Oauth Flow Outlined

Apr 19, 2021

Visual Studio Extensions To Make Life Easier

VS vs BS Visual Studio Code is a free and open-source editor used for building modern web applications. Personally it is the only editor I write code in and has been instrumental in my growth as a developer. One of the great things about VScode is its many extensions. Extensions let you add…

Vs Code Extensions

3 min read

Visual Studio Extensions To Make Life Easier
Visual Studio Extensions To Make Life Easier

Apr 10, 2021

Ajax: For Coders not Cleaners

The Problem While coding on a project recently I ran into a situation while making an API request. The POST request (being sent from my frontend in REACT) in question was running into a security problem. Since I was sending a request from the client-side, it was violating a CORS preflight check…

Jquery And Ajax

3 min read

Ajax: For Coders not Cleaners
Ajax: For Coders not Cleaners

Apr 4, 2021

React Router Hooks

Route Route Baby React Router allows for client-side routing and navigation without the need for page reloading. As such it is an incredibly powerful and lightweight way to navigate around single page applications. …

React Router

4 min read

React Router Hooks
React Router Hooks

Mar 28, 2021

Ending a Session Using JWT Token

No Chill Sesh? My latest Ruby on Rails project brought me back to the confusing world of the session. Sessions always gave me a slight headache. There is a ton of reference material online but there never seemed a definitive way to start and end a session using JWT authentication that seemed satisfying…

Jwt Token

3 min read

Ending a Session Using JWT Token
Ending a Session Using JWT Token

Mar 21, 2021

FizzBuzz: THE Question in coding

Fizzwha? If you have spent any time at all looking for coding jobs you have at least heard about FizzBuzz in passing. The coding problem has been used in interviews for years to determine if a candidate knows how to write code. It goes like this: Write a program that prints…

3 min read


Mar 14, 2021

Git Serious: A Guide to Starting Your Next Project on Github

Tales From a Gitwit Software developers from any background and experience level will most certainly have dealt with Github at some point. The online code-hosting platform is the most popular way for developers to collaborate on projects across the globe. …

Github

4 min read

Git Serious: A Guide to Starting Your Next Project on Github
Git Serious: A Guide to Starting Your Next Project on Github

Mar 8, 2021

Faraday: Middleware for Making Fetch Requests

Faraday the Pains Away Michael Faraday was one of the most important scientists in history. His discoveries in electromagnetism and electrochemistry changed the world and continue to influence our daily lives to this day. While it doesn’t share anything besides his name, the Faraday gem will similarly make your life easier. …

2 min read


Mar 1, 2021

Figaro: A Ruby Gem

Git Gone I was recently coding on a Ruby/React app feature requiring a fetch to a third party’s database. The fetch required 5 different keys, including account id’s and a secret key, which I didn’t want anybody to see. My first impulse was to send the request on the client side but…

Figaro

2 min read

Figaro: A Ruby Gem
Figaro: A Ruby Gem

Feb 22, 2021

Making New Tables in SQL

Table With Columns Instead of Legs? Structured Query Language or SQL is the language of databases. With SQL we have already covered how to write basic queries in order to find columns and/or rows matching specific conditions generated in our SQL statements. …

4 min read

Making New Tables in SQL
Making New Tables in SQL
Joseph Patterson

Joseph Patterson

I love traveling, music, and movies.

Following
  • Markus Hanslik

    Markus Hanslik

  • Chase

    Chase

  • Jeanmarie Jackman

    Jeanmarie Jackman

  • Han Lee

    Han Lee

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable