Open in app
Home
Notifications
Lists
Stories

Write
Matthew Tyson
Matthew Tyson

Home
About

Published in The Startup

·Pinned

What, Why, When: Microservices

A Straight-Up Guide — One-Liner Microservice is a style of architecture that composes applications out of remotely accessible components. Also, “microservice” refers to an instance of such a component. Put another way, an application is considered to be in this style if it is comprised of microservices. Simple Idea, Seems Complex Microservice architecture is one of those ideas that…

Microservices

10 min read

What, Why, When: Microservices?
What, Why, When: Microservices?

Feb 8

What is Social Shredder?

Take control of your online identity — I sat down with Vince Cauvin, CEO of Social Shredder to talk about social media and its downsides, and what Social Shredder is doing to give people more control of their online identities. Tyson: Thanks for talking with me today! Can you tell me what you mean by “social media…

Social Media

7 min read

What is Social Shredder?
What is Social Shredder?

Mar 24, 2021

SvelteKit is now Beta

If you haven’t tried Svelte — Now’s the time! — SvelteKit is in public beta And we'd love to have your feedback Previously: What's the deal with SvelteKit? It's time. After five months and…svelte.dev If you are wondering what svelte is: Svelte Saves the Internet JavaScript Finds a Heromatthewcarltyson.medium.com

Java Script

1 min read

SvelteKit is now Beta
SvelteKit is now Beta

SvelteKit is now Beta

If you haven’t tried Svelte — Now’s the time!

Add hero images to kit.svelte.dev · Issue #244 · sveltejs/kit (github.com)

SvelteKit is in public beta

And we'd love to have your feedback Previously: What's the deal with SvelteKit? It's time. After five months and…

svelte.dev

If you are wondering what svelte is:

Svelte Saves the Internet

JavaScript Finds a Hero

matthewcarltyson.medium.com

--

--


Jan 25, 2021

Svelte Saves the Internet

JavaScript Finds a Hero — Since I first started writing JavaScript, there’s always been a background feeling of slowly evolving towards something better. A few milestones along the way included jQuery’s introduction of CSS selectors, Firebug’s introduction of sophisticated dev tooling, component libraries like Dojo and Angular 1. Most significantly, the more recent introduction of…

Java Script

2 min read

Svelte Saves the Internet
Svelte Saves the Internet

Published in DataDrivenInvestor

·Nov 11, 2020

Cloud Tools Overview

AWS, Azure, GCP: App Architecture Tools — The number and types of services and tools available to software developers is bewildering. This article gives a survey of the tools the flagship cloud vendors offer for application architecture, in simple context with one another. Application Architecture Tools How to deploy and manage the actual application business logic is the most central…

Cloud Computing

4 min read

Cloud Tools Overview
Cloud Tools Overview

Published in JavaScript in Plain English

·Mar 13, 2020

Preview: ReactJS Concurrent Mode

Introducing the New Render Engine — The React engine is evolving to incorporate some advanced rendering capabilities. Read on to get an overview of the new, incoming Concurrent Render Mode. This is pretty exciting. “…a certain amount of work in your components will always cause stutter… Concurrent Mode fixes this fundamental limitation by making rendering interruptible.” …

Java Script

3 min read

Preview: ReactJS Concurrent Mode
Preview: ReactJS Concurrent Mode

Published in Level Up Coding

·Mar 7, 2020

React: useEffect Simplified

Functional Lifecycle and Variable Watching — Having arrived at the conclusion that Functional Components are Better, let’s be clear: hooks are what makes functions as full-featured as classes. Hooks deliver the goods in a gradually-adoptable way. When you need lifecycle callbacks, you can employ useEffect. The prefix “use” is convention for React hooks. With useEffect the…

Technology

4 min read

React: useEffect Simplified
React: useEffect Simplified

Published in JavaScript in Plain English

·Feb 9, 2020

Functional Components are Better

But Only by a Little — It’s become pretty clear that straight-function components in React offer a simplicity edge on class-based components. I did not arrive at this conclusion without some mental anguish. I like to observe software trends with an intransigent detachment. The ongoing FP vs. OOP hoopla gives all the signs of a reactionary cat fight. It’s always useful to stand outside the debate and hold it as it were…

Technology

4 min read

Functional Components are Better
Functional Components are Better

Published in Level Up Coding

·Feb 3, 2020

The useState Hook in React

Finally, Something That Actually Makes Life Simpler — There’s always some new way to do things around the corner. Sometimes, its actually better. A sigh of relief washed over me when I groked the useState plus functional component combo. Yes! This is actually simpler. import { useState } from ‘react’; function philosophyComponent(){ const [profoundInsight, setProfoundInsight] = useState(“Beauty…

Technology

2 min read

The useState Hook in React
The useState Hook in React

Published in Better Programming

·Feb 2, 2020

React’s Higher-Order Components Explained

Generic, reusable components — The key idea to keep in mind when exploring higher-order components is they’re intended to support code reuse between components. That’s it. That’s why they exist. Now, a few more ideas to bear in mind: Higher-order components are so called because they’re components that consume and return another component The…

Technology

4 min read

React’s Higher-Order Components Explained
React’s Higher-Order Components Explained
Matthew Tyson

Matthew Tyson

www.darkhorse.tech

Following
  • John P. Weiss

    John P. Weiss

  • Daniel Borowski

    Daniel Borowski

  • Donald J. Robertson

    Donald J. Robertson

  • Joe Duncan

    Joe Duncan

  • J.R. Heimbigner

    J.R. Heimbigner

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable