Taming webhooks
At work we are using Microsoft Teams and on-premises Team Foundation Server. I thought it would be nice to receive notifications from the failed CI builds into the channel on Teams, but unfortunally there was no such feature in TFS, so I decided to whip one up using Webhooks.
Here’s how you can do the same.
Step 1 Near your channel name in Teams, press the three dots ‘…’ and click ‘Connectors’.
Read More »
Service workers to the rescue!
While prototyping a frontend application I came across an amazing project that I wanted to share.
It’s called service-mocker and what it does is - by applying some neat request hooking magic, allows you to write a backend prototype of your server in a ExpressJS-like syntax, right inside your frontend application.
What is even neater - they are employing service workers (obviously working only on modern browsers) which allows you to see the requests to your fake/mock backend inside the Network request panel!
Read More »
Netlify praise
I was looking for a free hosting solution for my small SPA experiments, the blog and a landing page. I’ve experimented with zeithq now.sh , Google’s firebase.com and Surge and each had their issues.
Now.sh - doesn’t allow custom domains on free plan. Shows source code, have to re-alias on each deploy, performance was surprisingly bad (considering they describe their service as having SPDY HTTP/2 support, CDN and auto scaling) Firebase - can only host one app on a domain, otherwise - SSL breaks and you cannot use it anymore.
Read More »