spyke.hashnode.devA Look Back at Outsourcing in the Age of AINow that I am no longer working in outsourcing, it feels like the right moment to reflect on that industry (and IT consultancy more broadly). The timing couldn't be better -- we've entered the Age of 12h ago·4 min read
spyke.hashnode.devMaking API Calls from Node.jsCalling another API from Node.js is straightforward. Starting with Node.js version 18, a web-compatible fetch() function is available out of the box. However, as it is still marked as experimental, there are battle-tested libraries like Axios suitabl...May 20, 2023·10 min read
spyke.hashnode.devSearching through JSON logs with Node.jsI had to do a search through logs from our backend on my laptop. We have about 40 various web services that write logs in JSON format. And these logs together with logs from sidecars then streamed to Sematext (which is a managed ELK service). After a...Mar 4, 2023·5 min read