Skip to content
Ryan Johnson

Ryan Johnson

Are we programming the computers, or are they programming us?

  • Home
  • Vision
  • Inspirations
  • Posts
  • About
  • Contact
  • HTML Résumé 11/1/2022

First thoughts on Angular and Typescript

Leave a Comment / Computer Science, Programming, Web / By Ryan Johnson

Today, I looked at a friend’s web project written in Angular 2. I had visited his web app the day before, and it was a relatively simple web app where a young child could do basic arithmetic problems. I opened his repository and immediately was greeted with the most obnoxious number of files possible. There …

First thoughts on Angular and Typescript Read More »

How to write recursive functions

Leave a Comment / Computer Science, Programming / By Ryan Johnson

Recursion is a powerful concept in programming, and it can make code easy to read and understand. This tutorial takes a non-recursive function and re-writes it as a recursive function. These are written in C#, but are compatible with C++ and C. The only difference is that you would use cout << number for C++ …

How to write recursive functions Read More »

SQL Introduction and Setup

Leave a Comment / Computer Science, Databases, Programming / By Ryan Johnson

This tutorial is intended for complete beginners, and should help you avoid the annoying pitfalls that most people encounter when trying to wrap their heads around the concepts of SQL and databases, as well as networking and deployment of a database on Windows and Linux. Introduction SQL is a language for accessing data in a …

SQL Introduction and Setup Read More »

Posts navigation
← Previous Page 1 2
Copyright © 2023 Ryan Johnson | Powered by Astra WordPress Theme