Open in app
Home
Notifications
Lists
Stories

Write
Paul Allies
Paul Allies

Home

About

Jul 7

SOLID: Interface Segregation Principle

All programs are composed of functions and data structures. The SOLID principles introduced by Robert C. Martin, help us group our code into modules and advise how to interconnect them. The whole point of application architecture is to manage change. …

Programming

2 min read

SOLID: Interface Segregation Principle
SOLID: Interface Segregation Principle

Jul 7

SOLID: Liskov Substitution Principle

All programs are composed of functions and data structures. The SOLID principles introduced by Robert C. Martin, help us group our code into modules and advise how to interconnect them. The whole point of application architecture is to manage change. …

Programming

3 min read

SOLID: Liskov Substitution Principle
SOLID: Liskov Substitution Principle

Jul 4

SOLID: Open Closed Principle

All programs are composed of functions and data structures. The SOLID principles introduced by Robert C. Martin, help us group our code into modules and advise how to interconnect them. The whole point of application architecture is to manage change. …

Programming

3 min read

SOLID: Open Closed Principle
SOLID: Open Closed Principle

Jun 30

SOLID: Dependency Inversion Principle

All programs are composed of functions and data structures. The SOLID principles introduced by Robert C. Martin, help us group our code into modules and advise how to interconnect them. The whole point of application architecture is to manage change. …

Programming

3 min read

SOLID: Dependency Inversion Principle
SOLID: Dependency Inversion Principle

Jun 26

SOLID: Single Responsibility Principle

All programs are composed of functions and data structures and the SOLID principles introduced by Robert C. Martin, help us group our code into modules and advise how to interconnect them. The goal of the SOLID principles is to build software structures like Lego blocks that can be easy to…

Programming

4 min read

SOLID: Single Responsibility Principle
SOLID: Single Responsibility Principle

May 12

Clean Architecture: iOS App

By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details. That way, the application becomes easy to maintain and flexible to change. Clean architecture allows us to create architectural boundaries between dependencies which allows components to be intrinsically testable. What’s to follow…

I OS

5 min read

Clean Architecture: iOS App
Clean Architecture: iOS App

Apr 13

Clean Architecture: Android App

By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details. That way, the application becomes easy to maintain and flexible to change. Clean architecture allows us to create architectural boundaries between dependencies which allows components to be intrinsically testable.

Mobile App Development

3 min read

Clean Architecture: Android App
Clean Architecture: Android App

Mar 9

Clean Architecture: TypeScript Express API

By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details. That way, the application becomes easy to maintain and flexible to change. …

Typescript

6 min read

Clean Architecture: TypeScript Express API
Clean Architecture: TypeScript Express API

Feb 18

Use Case Driven Development

There’s a real advantage in solving problems by delaying the implementation details as late as possible. It allows us to concentrate on business logic by turning the user stories into use cases. A user story is an informal, general explanation of a software feature written from the perspective of the…

Programming

2 min read

Use Case Driven Development
Use Case Driven Development

Feb 15

React Autocomplete component using React Hooks

Autocomplete or word completion works so that when the writer writes the first letter or letters of a word, the program predicts one or more possible words as choices. If the word he intends to write is included in the list he can select it. What will follow is my…

React

2 min read

React Autocomplete component using React Hooks
React Autocomplete component using React Hooks
Paul Allies

Paul Allies

Software Developer

Following
  • Lisa Beth Wright

    Lisa Beth Wright

  • Netflix Technology Blog

    Netflix Technology Blog

  • Nir Eyal

    Nir Eyal

  • Mark Suster

    Mark Suster

  • Sagar Suri

    Sagar Suri

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable