Web UI widget
This is sort of the second part of the post I wrote a while ago about building JavaScript widget. To my surprise, I received a lot of valuable feedback and some questions on how to deal with some...
This is sort of the second part of the post I wrote a while ago about building JavaScript widget. To my surprise, I received a lot of valuable feedback and some questions on how to deal with some...
Gartner predicted a few years ago that by now Serverless PaaS will reach its plateau of productivity. If you try to search which cloud providers have Serverless offering, you instantly get a feelin...
Widget is a sort of SDK or client of your service that other site owners embed on their websites. At the minimum they consist of JavaScript code and, if there is a UI part, HTML with CSS. Different...
With a recent developments in image and video processing it became a trivial task to add a relatively intelligent features to an application. Almost all cloud providers offer today easy to use Mach...
TLTR; If you need to hide endpoints in Swagger UI based on authorization token, here is the repository with demo for .NET Core app. The relevant parts are passing HTTP header and filter for render...
After running relatively critical application in multiple environments (staging and production) for a few months and building another one, I’m confident with saying it is possible and reasonable to...
Home Assistant is automation platform for home written on Python. It allows to connect a whole bunch of devices and create rules to perform automated tasks. For Mac OS and Linux there are instruct...
My first “real” IoT project I’ve been experimenting with Arduino and RaspberryPi for a while. I got a pretty decent collection of sensors, LEDs, basicly everything that can be plugged to GPIO. But...
The objective is to have environment specific configurations embedded into application during build phase. Those usually endpoint for API, logging level, etc. This is not specific to Aurelia, b...
This was surprisingly time consuming to have all those function properly behind the proxy. Two important tricks that makes things works were: Drop SSL/TLS from registries endpoints (I assume yo...