Search
Categories
Tags
.NET ActionScript archive artwork ASP ASP.NET ASP.NET MVC C# CMS code command line css data Database design digital life enterprise architecture git Healthcare industry HTML Information architecture Integration internet javascript jQuery links Microsoft SQL Server Multilingual MySQL p5js PHP posts processing Project management signal Software architecture SQL tools tweets UML web Web design Web service XHTML XML XSLT
Posts
-
Lifesaving snippets
A wild mix of snippets that make my life easier.
-
TIL: HTTP range requests
An HTTP Range request asks the server to send only a portion of an HTTP message back to a client. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
-
Encounter: RabbitMQ vs. Kafka – An Architect’s Dilemma
For some reason, many developers view RabbitMQ and Kafka as interchangeable. The goal of this post is to present both RabbitMQ and Kafka side-by-side. Source: RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1) – Eran Stiller https://eranstiller.com/rabbitmq-vs-kafka-an-architects-dilemma-part-2 RabbitMQ is preferable when we need: Advanced and flexible routing rules. Message timing control (controlling either message…
-
Encounter: How Query Engines Work
https://howqueryengineswork.com/ A site dedicated to analysing how SQL query engines work.
-
Encounter: bat
-
Encounter: Personal names around the world (W3C i18n)
How do people’s names differ around the world, and what are the implications of those differences on the design of forms, databases, ontologies, etc. for the Web?
-
Encounter: Engineering Manager Resources
-
Tatatu
Responsible for the technology platform, team, processes, communication with all stakeholders, implementation and driving forward the company vision.
-
Encounter – Jailer: Database Subsetting and Relational Data Browsing Tool.
-
THE ANALOG THING
I’m sure I would have to learn a ton of stuff to be able to use this effectively, but I love the idea and the design. Analog Paradigm presents a modern open source, educational, low-cost analog computer. Source: THE ANALOG THING
-
Software quality
Before working in an architect role, software quality seemed to me like a very abstract measure, based on ones subjective perception and experience. While hard to define, there are some attributes commonly used to evaluate quality of a software component or system. Note: as some other articles on this blog, this is a living document…