Open in app
Home
Notifications
Lists
Stories

Write
Randolph Perkins
Randolph Perkins

Home

May 20, 2021

Travelling Salesman Problem — The Optimization Challenge To Rule Them All.

“Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?” This seemingly benign question has had a vast influence in its purest formulation within the areas of theoretical computer…

7 min read

Travelling Salesman Problem — The Optimization Challenge To Rule Them All.
Travelling Salesman Problem — The Optimization Challenge To Rule Them All.

May 12, 2021

A CI Praxis — Exploring Continuous Integration Via Github Actions

As full-stack developer in-training, I have found using Github as a medium for code management to be seamless and coherent in many instances, and maddening in others. I certainly recognize its utility in working on group projects, and I appreciate all of the Git-related features that are found in VS…

Github Actions

6 min read

A CI Praxis — Exploring Continuous Integration Via Github Actions
A CI Praxis — Exploring Continuous Integration Via Github Actions

May 5, 2021

SVG Files → A Developer Perspective

Coming from an educational and work background in architecture, a field which has been wholly dependent on software applications for decades now, I have long been familiar with the use of both bitmap and vector graphics in the production of construction documents. Most CAD modeling programs utilize the latter, vector…

SVG

6 min read

SVG Files → A Developer Perspective
SVG Files → A Developer Perspective

Apr 26, 2021

Streamlining API Query Processes Using GraphQL and Apollo

In the software development arena, mastering server-side processes and the necessary steps to retrieving data via external APIs emerges gradually through hands-on experience. Fortunately, once many of the basic principles behind back-end development are apprehended, and setting up applications becomes more routine, there are numerous software tools available which facilitate…

Graph QL

7 min read

Streamlining API Query Processes Using GraphQL and Apollo
Streamlining API Query Processes Using GraphQL and Apollo

Apr 21, 2021

Optimizing State Management In React With Recoil

As a developer in training, I have found React to be the best overall framework for handling the front end of web applications, and have become acquainted with the syntax required to manipulate state. Ultimately state is the medium in which data is shared between components, and the process of…

7 min read

Optimizing State Management In React With Recoil
Optimizing State Management In React With Recoil

Mar 14, 2021

Optimal Routing Using React Router

React Router is a routing library for React. This library is ideal for single-page applications which have multiple views, or pages. The advantage of single-page applications is that they don’t require a page reload when new data is rendered. …

React

5 min read

Optimal Routing Using React Router
Optimal Routing Using React Router

Mar 8, 2021

Writing a Simple Markdown Parser Using JavaScript

Many developers opt to use Markdown, a markup language which is popular for writing blogs, readme files, and many other forms of documentation related to web development. Markdown is a text-to-HTML conversion tool which allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally…

Markdown

6 min read

Writing a Simple Markdown Parser Using JavaScript
Writing a Simple Markdown Parser Using JavaScript

Mar 1, 2021

Serving A Web Page Using Node.js and Express

Node.js is an open-source, cross-platform runtime environment that allows developers to generate server-side tools and applications using JavaScript, and to be able to do so outside of a browser context. Using this framework has many advantages: Node.js requires less context-shift between client-side and server-side code, it is optimized for scaleability…

7 min read

Serving A Web Page Using Node.js and Express
Serving A Web Page Using Node.js and Express

Feb 22, 2021

HTTP Request Methods and How They are Written

The core technology of the World Wide Web is HTTP — Hypertext Transfer Protocol. It’s the communication protocol that is used any time one browses the web. At a fundamental level, when you visit a website, your browser makes an HTTP request to a server. Then that server responds with…

Http Request

8 min read

HTTP Request Methods and How They are Written
HTTP Request Methods and How They are Written

Jan 11, 2021

Nodal — A Node.js Server Platform

Are you trying to get an API service project up and running quickly, without all of the server decision making and that will interface…

Nodal

5 min read

Nodal — A Node.js Server Platform
Nodal — A Node.js Server Platform
Randolph Perkins

Randolph Perkins

Following
  • Trey Huffine

    Trey Huffine

  • Vaidehi Joshi

    Vaidehi Joshi

  • Markus Hanslik

    Markus Hanslik

  • Jessica Torres

    Jessica Torres

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable