Bookmark
Microservices - Not a free lunch! - High Scalability -
highscalability.com/blog/2014/4/8/microservices-not-a-free-lunch.html, posted 2014 by peter in design development scalability toread
Microservices one of these ideas that are nice in practice, but all manner of complexity comes out when it meets reality. For this reason, I wanted to write this article to capture some of these and redress the balance.
Bookmark
Endless Flexibility, The Enemy of Agile | Dr Dobb's
www.drdobbs.com/architecture-and-design/endless-flexibility-the-enemy-of-agile/240169083, posted 2014 by peter in agile development opinion
The desire to solve every possible problem that might come up in some context leads to failure. Solve the problem at hand, nothing more. Start with the application at hand. Everything that's not needed to implement that application, down to the function-argument level, has to go. Sure, write the code so that you can extend it later, but don't put those extensions into it right off the bat.
Bookmark
Spotify engineering culture (part 1) | Spotify Labs
https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/, posted 2014 by peter in agile continuousdelivery development management video
Here’s part 1 of short animated video describing our engineering culture.
Bookmark
Strider-CD/strider · GitHub
https://github.com/Strider-CD/strider, posted 2014 by peter in continuousdelivery deployment development free opensource software
Strider is an Open Source Continuous Integration and Deployment platform. It is written in JavaScript/Node.JS and uses MongoDB. It is released under the BSD license. While similar conceptually to systems such as Travis and Jenkins, Strider is designed to be easy to setup, use, and customize.
Bookmark
Rewriting Reddit (Aaron Swartz's Raw Thought)
www.aaronsw.com/weblog/rewritingreddit, posted 2014 by peter in development framework opinion python toread
Python, on the other hand, has problems of its own. The biggest is that it has dozens of web application frameworks, but none of them are any good. Pythonists are well aware of the first part but apparently not of the second, since when I tell them that I’m using my own library, the universal response is “I don’t think Python needs another web application framework”. Yes, Python needs fewer web application frameworks. But it also needs one that doesn’t suck.
Bookmark
Let's build a browser engine! Part 1: Getting started
limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html, posted 2014 by peter in development howto html
I’m building a toy HTML rendering engine, and I think you should too. This is the first in a series of articles.
Bookmark
wooorm/franc
https://github.com/wooorm/franc, posted 2014 by peter in development free language nlp opensource python software
Detect the language of text.
Bookmark
Make your code run faster with Perl's secret turbo module
perltricks.com/article/61/2014/1/21/Make-your-code-run-faster-with-Perl-s-secret-turbo-module, posted 2014 by peter in development free howto optimization perl software
Most modern processors are multi-core, yet Perl programs will typically run single-threaded on only one core at a time. Enter the Many Core Engine module - it makes it easy to run your existing Perl code in parallel across every core on your platform, and get a huge speed boost along the way.
Bookmark
One Step Ahead: Improving Performance with Prebrowsing · An A List Apart Article
alistapart.com/article/one-step-ahead-improving-performance-with-prebrowsing, posted 2014 by peter in development howto html optimization usability webdesign
We tend to see the web as a reactive model, where every action causes a reaction. Users click, then we take them to a new page. They click again, and we open another page. But we can do better. We can be proactive with prebrowsing.
Bookmark
The Anti Anti Agile Manifesto | Dr Dobb's
www.drdobbs.com/architecture-and-design/the-anti-anti-agile-manifesto/240168963, posted 2014 by peter in agile development management opinion toread
An informed guide to misconceptions of Agile.
I recently came across a rather misinformed document called the Anti-Agile Manifesto. Normally, I just ignore this sort of thing, but in this case, people I know who are in the exploratory phase of agile adoption were treating the document seriously. Because the thinking in this document, which is not uncommon, undermines the success of fledgling agile shops, it seemed worth discussing it.
|< First < Previous 109–118 (528) Next > Last >|