php indonesia x bliblidotcom - architecting scalable css

Post on 12-Apr-2017

331 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

TRANSCRIPT

ARCHITECTING SCALABLE CSSBy Irfan Maulana

WHO AM I ?• Name: Irfan Maulana (mazipan)• Job : Software Development Engineer• Specialize : Front End Web Developer

WHO WE ARE ?• We are Blibli.com• Indonesian e-commerce that start from 5 years ago.• We want to be no.1 E-commerce in Indonesia with the

most Loyal and Satisfy customer.

OUR WEBSITES• We have 3 section commerce website that have

different goods for sell.• Retail Commerce : https://www.blibli.com/

Retail Goods• Blibli.com Pulsa : https://www.blibli.com/pulsa

Pulsa, Data, PLN Token• Blibli.com Travel : https://www.blibli.com/travel

Hotel Booking, KAI Ticket

OUR TOPIC TODAY

Architecting Scalable CSS :

Find better way to write and maintain CSS code in Large Scale Project.

Outline

• Problem Analyzing• Set Goals• Finding Solution• Implementation• Challenges• Conclusion

Problem Analyzing

What things do you hate when coding CSS ?

Problem Analyzing

What do you think about this code ?

Problem Analyzing

What about this ?

Problem Analyzing

These are common problem in CSS :• Less modularity• Too much file and classes that not represent its

function or places. • Tons of confusions e.g. not clear dependency

(*we are afraid about removing and adding things)

• Problem with scalability, consistency and on-boarding new developers.

• Specificity. Too deep selector.• Have no standard.• 1 page always giving to 1 person.

Set Goals• Modular• Re-usable, Easy to extends, Easy to override• Readable and Easy Tracking• Less bloated code (Unused code)• Has Good Conventions• Easy to learn even for veteran developers

Finding Solution

Finding Solution

First we found that css pre-processor is one of key to solving our css problem.CSS Pre-Processor let us to write CSS code better with more logically, re-usable function and variable, and many more advance syntax.We choose SASS as our pre-processor.

Finding Solution

Finding Solution

We found many alternative for standardize our CSS code.Atomic, OOCSS, BEM, SMACSS, DRYCSS, etc.All those thing have same goals, to set a good structure in our CSS code.

Implementation

• This part will not tell you the best technical part to implement the solutions.This part will tell you about our journey in implementing to our code.

Implementation

• When I come to Blibli.com in 2015, Blibli.com have not implementing any cool tech in frontend side especially in CSS.

• Then we choose SASS for improve our CSS code.

• In the end of 2015, we migrate our retail mobile web with full SASS code.

Implementation

• In early 2016, we start develop Blibli.com Pulsa with full SASS code.

Implementation

• After a while, our code become bigger and complex, we face our old problem even we have implemented SASS.

• In last 2016, we start develop Blibli.com Travel and trying to find another solution for fixing that problem.

Implementation

Implementation

• We choose BEM and Blibli.com Travel now live in production with full BEM + SASS code

• BEM offer better CSS code collaboration especially when we are in big team and complex project.

• BEM works like charm with SASS advance supported.

Implementation

ImplementationSee full sample code here : https://github.com/mazipan/bem-kit

Challenges

• Library that built in top of BEM is less, so better to build our own.

• Keep BEM to be not bloated.• Make the team to have same vision.• Mixing BEM code with JS Framework that

component based.• Spread an Indonesian to be mindBEMding.

Lookup Our Goals• Modular • Re-usable, Easy to extends, Easy to override• Readable and Easy Tracking• Less bloated code (Unused code)• Has Good Conventions• Easy to learn even for veteran developers

Conclusion

• Scalable CSS is when your code was easy to learn, easy to maintain in the future, easy to refactor, easy to tracking the problem.

• SASS (*or other pre-processor) is must when you want your CSS code become better.

• Strict BEM convention make you have confidence to add/update/remove CSS without side effect.

YesWE’RE HIRING

a RockStars Engineerhttps://www.blibli.com/page/karir

Contact Me

• Facebook : /mazipanneh• Twitter : @mazipan• Linkedin : /in/irfanmaulanamazipan• Slideshare : /IrfanMaulana21• Speakerdeck : /mazipan• Github : mazipan• Gh Pages : mazipan.github.io• Blog : mazipanneh, @mazipanneh • Email : mazipanneh@gmail.com

THANK YOU

top related