POPrecious Okaforinprechy.hashnode.dev路Aug 23, 2024 路 6 min readHow to Deploy Metabase on Azure with an External PostgreSQL Database Using DockerRecently, I had to self-host a Metabase instance and with my Azure for students subscription, I decided to deploy it on Azure. I ran into a lot of issues in the process and couldn't find a comprehensive article to walk me through it. Using Blackbox A...00
POPrecious Okaforinprechy.hashnode.dev路Nov 30, 2020 路 5 min readJavaScript Comparison OperatorsComparison operators are used in comparing operands and return a boolean value (true or false). In JavaScript, comparison operators except for the strict equality and inequality operators, convert operands to a common data type when comparing. This i...00
POPrecious Okaforinprechy.hashnode.dev路Oct 24, 2020 路 2 min readDOT NOTATION OR BRACKET NOTATION 馃馃In the course of my learning, I got to know about the two ways to access object properties - Dot Notation and Bracket Notation. I'll be breaking down the pros and cons of both methods. Dot notation is way easier to read and faster to type const obj...05FWKDY