Lawson

Lawson @abrahamlawson

Joined:
Dec 6, 2020

Lawson
articles - 4 total

Monolithic vs Microservice

Microservice Monolithic Architecture A monolithic design refers to software...

Learn More 3 0Mar 21 '23

Why are the results like this?

const defaultEmployee = { tasks: [] } const employees = [] const NUMEBR_OF_EMPLOYEE = 5 const...

Learn More 1 1Dec 27 '22

Using Absolute Paths in React Native

Expectation // Hmmm import {add} from '../../../../../../../utils'; // Awesome! import...

Learn More 10 0Jun 15 '22

React Style Guide

React Style Guide (2021) src: the original post: https://github.com/airbnb/javascript/tree...

Learn More 127 7Apr 29 '21