Category: Framework

Phoenix Framework – Productive. Reliable. Fast.

Advertise here via BSA Phoenix framework is a productive web framework that does not compromise speed and maintainability. Phoenix brings back the simplicity and joy in writing modern web applications by mixing tried and true technologies with a fresh breeze of functional ideas. You can create rich, interactive experi...

Building & Maintaining OUI (Optimizely’s UI Library): Part 1/2

The following is a guest post by Tom Genoni. Tom is going to introduce us to the thinking and process behind Optimizely’s new UI library / Sass framework. Part 2, by Daniel O’Connor, looks at some of the technical and integration bits. When I first started working on web projects, stylesheets were seen as a...

Beautiful Graphics Framework for Material Design in Swift

Advertise here via BSA Material is a graphics and animation framework for Google’s Material Design. It is designed to allow the creativity of others to easily be expressed. It includes Fully Configurable UI Components, Base Material Layers & Material Views To Create New UI Components, Side Navigation View C...

Build Your UI Toolkit with Fabricator

Advertise here via BSA You can build your UI Toolkit with Fabricator. Fabricator is built on Node.js, a platform for building fast, scalable network applications. There are pre-built installers for each platform. You can also install with Homebrew via brew install node. You can organize your design system the way you ...

Gizmo Microservice Toolkit by The New York Times

Advertise here via BSA At The New York Times, their development teams have been adopting the Go programming language over the last three years to build better back-end services. They use Go for a wide variety of tasks, but the most common use throughout the company is for building JSON APIs. As they started building m...

Senna.js – A Blazing Fast Single Page Application Engine

Advertise here via BSA Senna.js is a blazing-fast single page application engine that provides several low-level APIs that allows you to build modern web-based applications with only ~8 KB of JavaScript without any dependency. When using a single page app, sending a link to a friend should get them where we were. More...

Toshi – Open Source Bitcoin Node in Ruby and PostgreSQL

Advertise here via BSA Toshi is a complete implementation of the Bitcoin protocol, written in Ruby and backed by PostgreSQL. It provides a RESTful API that is ideal for building scalable web applications or analyzing blockchain data. Toshi is designed to be fully compatible with Bitcoin Core. It performs complete tran...

Top 10 Open-Source WordPress Theme Frameworks

When it comes to building WordPress themes and sites, there are several ways to go. You can write the entire code from scratch yourself, customize a ready-made theme or rely on a WordPress theme framework. In this post, we’d like to focus on the latter. Frameworks are used to ease the process of web development, ...

Lightweight, Unobtrusive, Style-agnostic Layers CSS

Advertise here via BSA Layers CSS is Lightweight. Unobtrusive. Style-agnostic. Build your look on the web, not Twitter’s – and build it fluid. Layers CSS is a CSS framework aimed for practical use cases. It comes with a small footprint and zero bullshit.Normalizations & sensible defaultsFluid grid + p...

Modeling an Aggregate with Eloquent

The Aggregate pattern is an important part of Domain Driven Design. It prevents inconsistencies and is responsible for enforcing business rules within a collection of objects. For these reasons alone, it is clear to see why it is a key component of a domain model. Architectural advice recommends that the layer containi...