Must see
-
Supercharging page load (100 Days of Google Dev) - great talk!
-
Seven Deadly Sins of a Software Project - they are deadly…
-
The twelve-factor app - This document synthesizes all of our experience and observations on a wide variety of software-as-a-service apps in the wild. I think this is really intersting and has great learnings!
-
What is code - detailed article featured in Bloomberg discussing various aspects of code and life as a programmer…
Ideas, Thoughts and process
-
The Importance of Taking Breaks to Avoid The Biggest Creative Block of Them All
-
An Introduction to Cost of Delay - interesting view and concept
-
YAGNI Revisited - public int SumTwoAndThree() over public int Sum(int x, int y)!
Podcast & Videos
Software development - Pattern, Practices and architecture
-
Hexagonal architecture - wondered about Hexagonal architecture?
Domain Driven
-
Event Sourcing applied – the application service - Another great article on Application service
-
Building Microservices: Using an API Gateway - Explains why API gateways makes sense.
-
Introduction to Microservices - fine introduction to the concept
-
Microservice architecture - Ressources on Microservices
C/.Net
-
xUnit cheat sheet - a cheatsheet
-
Fix your code, don’t disable static analysis - Don’t ignore ReSharper
-
MassTransit - anyone looked into this?
Tooling
- Hystrix - This looks like an awesome tool, something we might need somewhere. great implementation of monitoring and circuit breaker
Javascript (javascript, NodeJs, IOjs)
-
Javascript for non-js developer - good series on js!
CSS & HTML
- Page bloat update: The average web page is more than 2 MB in size - interesting infographics
- Web trand 2004-2015
DevOps, Security and other fun stuff.
-
Volley is a benchmarking tool for measuring the performance of server networking stacks.
-
HTTPie : a CLI, cURL-like tool for humans
- HTTP/2 – The new protocol on the block - soon…
- An introduction to immutable infrastructure - I love the idea of immutable infrastructure!
Other Languages
- DeepStream.io - A Scalable Server for Realtime Web Apps, this look extremely interesting.
Books and Papers
-
The Architecture of Open Source Applications - interesting read, on NGINX and other open source project. great real life examples
-
A Novel Technique for Long-Term Anomaly Detection in the Cloud - interesting, cutting-edge stuff…