Quantcast
Channel: module – Blog by Railsware
Browsing latest articles
Browse All 6 View Live

UI Library: effective approach for interface components. Preface

2 part — Writing CSS 3 part — Layouts Interfaces nowadays consist of lots of different components, layouts, and sometimes color schemes. From day to day, we add new components, and our code gets more...

View Article



UI Library: effective way to organize interface components. Writing CSS

A while ago we’ve touched an introduction to UI Library approach where you can see an overview of how you can organize & document user interface components and become more productive in Front-end...

View Article

UI Library: effective way to organize interface components. Layouts

UI Library: Preface UI Library: Writing CSS We’re already familiar with Modules, but they don’t fit when dealing with a site layout. When explaining Modules we’ve learned to think component-based. Now,...

View Article

Better Ruby: choosing convention for class methods definition

Ruby doesn’t have procedural module akin to Python or Perl module. Usually, one uses class methods as a typical way to mimic this functionality. Class methods in Ruby are also very handy for supporting...

View Article

Creation of pure Swift module

If you have already started playing with swift, you probably thought about how to include third party libraries into your project or how to distribute yours. Apple provides a mechanism to distribute...

View Article


Mocking ES6 module import with and without Dependency Injection

ES6 module system is a great addition to JavaScript language, but sometimes it’s at odds with writing tests, because you need to mock imported function. Usual solution is to use Dependency Injection...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images