Found 58 bookmarks
Newest
High-level architecture for Ruby web applications
High-level architecture for Ruby web applications
Trailblazer introduces additional abstraction layers into Ruby frameworks. Operations, form objects, view models, policies, domain objects, representers and more cover every aspect of business in web apps. And developers finally know where to put their code.
·trailblazer.to·
High-level architecture for Ruby web applications
How to increase your release frequency, in one image from @jezhumble
How to increase your release frequency, in one image from @jezhumble
How to increase your release frequency, in one image from @jezhumble . My take: If you do one thing, do CI. If you do two things, do CI and trunk based development. If you do 3 things, do CI, trunk based dev, and feature flags. pic.twitter.com/iuMrjzV79V— Adil Aijaz (@adilaijaz) April 16, 2018
·twitter.com·
How to increase your release frequency, in one image from @jezhumble
Comprehensive tutorial on double-entry accounting
Comprehensive tutorial on double-entry accounting
Can anyone recommend a comprehensive tutorial on using double-entry accounting to manage personal finances? I've read a few articles that make double-entry seem worth learning, but I'm struggling w...
·money.stackexchange.com·
Comprehensive tutorial on double-entry accounting
Heroku - Cloud Application Platform
Heroku - Cloud Application Platform
Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
·www.heroku.com·
Heroku - Cloud Application Platform
API-centric architecture
API-centric architecture
Developers and architects often think of APIs as a continuation of the integration-based architectures that have long been in use within enterprise IT. But this is a narrow view. This post is the first in a series that will examine the broader reality, where APIs have become a foundational technology for the development of robust and scalable enterprise applications.
·apigee.com·
API-centric architecture
Evolutionary Architecture
Evolutionary Architecture
At the GOTO 2014 conferences in Copenhagen and Aarhus, I had the opportunity to have an extended set of conversations with Martin Fowler…
·codeburst.io·
Evolutionary Architecture
Sacrificial Architecture
Sacrificial Architecture
Sometimes it's a good thing to be writing code that you expect to throw away in a couple of years time.
·martinfowler.com·
Sacrificial Architecture
The Clean Architecture
The Clean Architecture
Over the last several years we’ve seen a whole range of ideas regarding the architecture of systems. These include: Hexagonal Architecture (a.k.a. Ports and Adapters) by Alistair Cockburn and adopted by Steve Freeman, and Nat...
·8thlight.com·
The Clean Architecture
API-Centric Architecture: All Development is API Development
API-Centric Architecture: All Development is API Development
Developers and architects often think of APIs as a continuation of the integration-based architectures that have long been in use within enterprise IT. But this is a narrow view. This post is the first in a series that will examine the broader reality, where APIs have become a foundational technology for the development of robust and scalable enterprise applications.
·apigee.com·
API-Centric Architecture: All Development is API Development
Why You Should Never Use MongoDB
Why You Should Never Use MongoDB
Disclaimer: I do not build database engines. I build web applications. I run 4-6 different projects every year, so I build a lot of web applications. I see apps with different requirements and diff…
·www.sarahmei.com·
Why You Should Never Use MongoDB