Andrei Markeev https://markeev.com/ Recent content on Andrei Markeev Hugo -- gohugo.io en-us Sun, 15 Oct 2023 14:40:00 +0300 Plugins: the React way https://markeev.com/posts/react-plugin-system/ Sun, 15 Oct 2023 14:40:00 +0300 https://markeev.com/posts/react-plugin-system/ <p>There are different approaches to shared code: libraries, frameworks, plugins, etc. (and &quot;the React way&quot;, we will get to it a bit later)</p> <p>But it turns out, it's very <strong>hard</strong> to write a <strong>good library</strong>, and it's very <strong>easy</strong> to write a <strong>bad library</strong>. </p> Deploy Let's Encrypt certificates to Azure Key Vault https://markeev.com/posts/lets-encrypt-azure-keyvault/ Sun, 28 Aug 2022 18:30:00 +0300 https://markeev.com/posts/lets-encrypt-azure-keyvault/ <p>As of August 2022, Azure doesn't support issuing Let's Encrypt certificates. </p> From Node.js to Openresty, but keep Typescript https://markeev.com/posts/node-openresty-typescript/ Thu, 07 Apr 2022 21:25:00 +0300 https://markeev.com/posts/node-openresty-typescript/ <p>Node.js is a super popular technology with a vibrant community, tons of libraries, updates, new language features, etc. Node.js is quite fast, it's easy to use, and it's literally perfect for full-stack people, because you have same language on front-end and back-end, which does have multiple benefits. Why would anybody choose something else? </p> Choosing a framework for a startup https://markeev.com/posts/framework-for-startup/ Tue, 26 Oct 2021 01:15:00 +0200 https://markeev.com/posts/framework-for-startup/ <p>Which framework should you choose so that it doesn't hold you back few years later, when your business starts getting traction? </p> Error handling in Vue.js https://markeev.com/posts/vue-error-handling/ Sun, 09 Dec 2018 17:00:00 +0200 https://markeev.com/posts/vue-error-handling/ <p>How to handle errors in Vue.js in a generic way and how to highlight the component that triggered the error. </p> How to use SharePoint JSOM with Azure Functions https://markeev.com/posts/jsom-azure-function/ Sun, 18 Jun 2017 18:00:00 +0200 https://markeev.com/posts/jsom-azure-function/ <p>I like JSOM in SharePoint (at least more than alternatives). It gives the most complete client API to date (unlike REST) and adds automatic query batching on top of that - for free! One inconvenience though is that you cannot use same JSOM code both on client and on server - you have to switch to Powershell or C# CSOM (which often means rewriting same code in a different language)... But, no longer! </p> Skype for Business Online API https://markeev.com/posts/skype4b/ Sat, 08 Apr 2017 23:10:00 +0200 https://markeev.com/posts/skype4b/ <p>Some time ago I had to integrate my Meteor.js application with Skype for Business Online. I already worked with several Office 365 APIs before and haven't expected any problems. How naive of me! :) </p>