Open in app
Home
Notifications
Lists
Stories

Write
Ryan Schleck
Ryan Schleck

Home

About

6 days ago

Object Relational Mapping In Express

Introduction When we write software we generally want to organize our data into objects with certain properties that describe both it and what it can do. The practice of Object Oriented Programming (or OOP) has been around for ages, and is a method generally used to accomplish this goal. It is…

Sql

8 min read

Object Relational Mapping In Express
Object Relational Mapping In Express

Jul 28

Using MySQL In Express

Introduction An important aspect of creating web applications is learning how to manage data. In a previous article I showed how user submitted data can be stored in memory using the Express framework. This of course is not best practice due to all information being lost whenever the server goes down…

Sql

6 min read

Using MySQL In Express
Using MySQL In Express

Jul 22

How To Install MySQL In Ubuntu

Introduction For those who wish to use MySQL to interact with their database on an Ubuntu machine the process can be a bit challenging. I recently went through this process using Ubuntu 20.04.4 LTS and thought I’d share my experience. For this article I am expecting that my readers are familiar…

Ubuntu

4 min read

How To Install MySQL In Ubuntu
How To Install MySQL In Ubuntu

Jul 17

Examining OAuth

Introduction These days practically every website you use involves creating an account. This generally involves creating a username and a password. Managing all of these passwords can be tricky, and using the same one for everything is a dangerous practice. Typically most sites provide another option and that is to sign…

Oauth

4 min read

Examining OAuth
Examining OAuth

Jul 10

MVC Patterns In Express

Introduction Express is a web framework built on top of the Javascript run time environment known as Node. As discussed in a previous blog post Express can be used to serve html. Once we begin to use Express to serve multiple files of html however we run into a problem. How…

Express

5 min read

MVC Patterns In Express
MVC Patterns In Express

Jul 3

HTML Templating Within Express.js

Introduction As far as web frameworks go, Express.js is a very popular option. As I’ve written about in a previous blog post, Express.js can easily be used to serve static html pages. Writing all of this html by hand however can become quite cumbersome as well as limiting in what you…

Nodejs

7 min read

HTML Templating Within Express.js
HTML Templating Within Express.js

Jun 26

Using Express For Static HTML

Introduction Previously I have written a blog post discussing the Javascript run time environment NodeJS. Afterwards I wrote about the web framework built on top of it called Express. Within that blog post I showed some examples of how you can use Express to serve a line or two of html…

Web Development

4 min read

Using Express For Static HTML
Using Express For Static HTML

Jun 19

The Basics Of The Express Framework

Introduction If you are into software development you have no doubt heard of the Javascript runtime environment known as NodeJS. I even tried to provide a glimpse of how this technology can be utilized to interact with local files and also serve html as a server in a previous article. In…

Nodejs

4 min read

The Basics Of The Express Framework
The Basics Of The Express Framework

Jun 13

Typescript in React-Native

Introduction As far as web frameworks go React-Native provides obvious advantages. The most obvious one is the ability to develop native apps for mobile devices while at the same time creating a web app to be run on a PCs browser. As I have mentioned in past articles React-Native makes use…

React Native

4 min read

Typescript in React-Native
Typescript in React-Native

Jun 5

An Introduction To NodeJS

Preface If you are in to web development or have been browsing the job boards for software engineering positions lately you’ve most likely come across mention of the term ‘Node’ or ‘NodeJS’. …

Nodejs

5 min read

An Introduction To NodeJS
An Introduction To NodeJS
Ryan Schleck

Ryan Schleck

Following
  • Matt Croak Code

    Matt Croak Code

  • Haley Grassi

    Haley Grassi

  • Ryan Bollettino

    Ryan Bollettino

  • Kahlia Pinkins

    Kahlia Pinkins

  • Kristin Ponsonby

    Kristin Ponsonby

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable