Search
Categories
Tags
.NET ActionScript archive artwork ASP ASP.NET ASP.NET MVC book 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 p5js PHP posts processing Project management signal Software architecture SQL tools tweets UML web Web design Web service XHTML XML XSLT
Posts
-
Lifesaving snippets
Some snippets to make my life easier.
-
Encounter: Thermal Camera for iOS
The FLIR ONE Gen 3 is an affordable smartphone attachment thermal imaging camera designed to help professionals find problems faster and get more work done in less time. With MSX® (Multi-Spectral Dynamic Imaging) technology, which enhances thermal images by embossing details from the visual camera onto the thermal image, you’ll easily recognize where problems are…
-
Encounter: Microsoft’s Excel Might Be The Most Dangerous Software On The Planet
The original article is from 2013, and I guess/feel it is still true. Excel is a good tool, but often a misunderstood and misused one. … No, really, it’s possible that Microsoft’s Excel is the most dangerous software on the planet. Yes, more dangerous than rogue code running a nuclear power plant, than the Stuxnet…
-
Encounter: compare cloud providers
Find and compare cloud providers for your next project. Search by managed services, estimated cost, data center locations and more. Source: GetDeploying – Find and compare cloud providers for your next project.
-
Tw/g growing architecture
View on Instagram https://instagr.am/p/CyQRKLftJnA/
-
Cit’’y in groWth
View on Instagram https://instagr.am/p/Cz3XkC1NF_M/
-
Encounter: Cursorless is alien magic from the future – Xe Iaso
Is the future of code input voice? Just imagine if you started this way… Source: Cursorless is alien magic from the future – Xe Iaso
-
Encounter: ClockworkPi | Open Source Hardware
Love the look of this and would love to try! ClockworkPi – Creators of DevTerm and GameShell, Open Source Portable Hardware for Every Dev. Source: ClockworkPi | Open Source Hardware
-
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.