The 4 frameworks you need to learn to build a web application

Sky Chin
1 min readDec 22, 2017

--

By definition, a framework is a set of standard you follow to build an application.

Which framework should I learn to build a web application?

People would tell you some of the popular PHP frameworks, trending js frameworks, or fancy CSS framework.

The truth is, the answer is partially correct.

In order to build a web application, you need at least 4 frameworks.

Backend framework

Many backend frameworks like Laravel, Symfony, and others. The main function of the framework is giving you a space to write your business logic and it take care the rest, like session, storage, and cache.

Business logic

Business logic is a set of standards that build within the backend framework to run the web application.

With a modern framework, you can easily implant your own design pattern, the way of data flow, or even event-driven architecture.

Frontend framework

Frontend frameworks give you a sense how to structure your layout code and define how the layout should look in different screen sizes.

Brand design

Every website has its own design and branding. Consistency is the key to build your business branding. How does the button look like, how the pop up appears, how to navigate to different pages, what’s the primary colour? They are the key elements which you need to learn on top of the implemented frontend framework.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Sky Chin
Sky Chin

Written by Sky Chin

Engineering Manager @ Mindvalley

No responses yet

Write a response