Open in app
Home
Notifications
Lists
Stories

Write
John Murphy Fleenor
John Murphy Fleenor

Home

May 9

Deno Basics in 5 Munites

A Brief Introduction What is Deno? Deno is a serverside runtime form Javascript and typescript that uses V8 just like node but is built using rust and typescript. Although node still remains king when writing serverside code, Deno is gaining fast in popularity, and it’s worth taking a look at for any javascript…

Deno

5 min read

Deno Basics in 5 Munites
Deno Basics in 5 Munites

May 3

NGINX Basics

How and When to Use it! Introduction NGINX, pronounced ‘engine ex’, is a popular open-source web server software built to overcome the challenge of managing tens of thousands of connections all at the same time on one network. It serves as a gateway that stands between the internet and your backend…

Nginx

4 min read

NGINX Basics
NGINX Basics

Apr 28

React Router 6 vs React Router 5

Keeping up with the times! Any good React developer out there knows that react-router is an essential part of the tool kit. But are they keeping up with the times! React router 6 was recently released (a stable version released in late 2021), and although the changes have created a…

React

5 min read

React Router 6 vs React Router 5
React Router 6 vs React Router 5

Apr 18

Session vs Token-based Authentication

What are they for? HTTP requests are stateless, but there are situations where you need to store information to verify a user’s identity. This is necessary anytime you need to present user-specific information or allow user-specific access to your site. …

Cookies

4 min read

Session vs Token-based Authentication
Session vs Token-based Authentication

Apr 11

Stripe Checkout API Basics

Why use Stripe in the First Place? The internet and modern computers have completely altered every aspect of how we share information. Perhaps nowhere is this more true than commerce. Our whole society has shifted to selling things online. From the battles of the big box retailers like Amazon and Walmart or the proliferation of mom-and-pop web…

Stripe

5 min read

Stripe Checkout API Basics
Stripe Checkout API Basics

Mar 2

Docker Component Basics

What is Docker? Deploying a website or application can oftentimes be tricky. Sometimes everything can work perfectly when running in your development environment, but fall apart when launched in a new environment with different dependencies. That’s where docker components come in. Docker is a software development platform for building running and shipping applications.

Docker

4 min read

Docker Component Basics
Docker Component Basics

Feb 24

Types of Database Management Systems (DBMS)

A Brief Introduction What are DBMS? In layman's terms Database Management Systems, or DBMS for short, are a collection of programs that enable users to create and maintain databases. If you’re unfamiliar with databases imagine all the data stored by a library or a bank. A library would have a giant list of…

Dbms

4 min read

Types of Database Management Systems (DBMS)
Types of Database Management Systems (DBMS)

Feb 14

How to Code Your Own Dino-Game:

Using CSS @keyframe Animation Note: This article uses Javascript, HTML, and CSS with a focus on how to use @keyframe animation. It’s written by a beginner programmer for beginner programmers to be a simple starter guide. For more complex fully implemented examples consider checking out some of these articles…

Java Script

6 min read

How to Code Your Own Dino-Game:
How to Code Your Own Dino-Game:

Dec 17, 2021

What is ‘this’ anyway!!!

The Keyword ‘this’ tends to be a tricky concept for new coders getting to know the ends and outs of javascript. ‘this’ exists in other languages but there are special edge cases when working in javascript. Strictly speaking ‘this’ represents the current execution context. What exactly that means becomes a…

Java Script

4 min read

What is ‘this’ anyway!!!
What is ‘this’ anyway!!!
John Murphy Fleenor

John Murphy Fleenor

Student at Operation Spark

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable