jadamoureen.hashnode.devSetup Metabase and connect to the databaseWhat exactly is Metabase? In a nutshell, it's a free and open source business intelligence tool. Some might describe it as a reporting and dashboard tool. Metabase enables you to easily ask questions of your data and view it in a variety of logical ...Sep 15, 2022·3 min read
jadamoureen.hashnode.devIntroduction to Data Structures and Algorithms With Modern JavaScriptJavaScript Arrays As a JavaScript developer, you will use the array often; it is the most commonly used data structure. Arrays in JavaScript come with a lot of built-in methods. Introducing Arrays Arrays are one of the most fundamental data structur...Feb 21, 2022·2 min read
jadamoureen.hashnode.devIntroduction to Data Structures and Algorithms With PythonUnderstanding data structures and algorithms Algorithms and data structures are the most fundamental concepts in computing. They are the building blocks from which complex software is built. Three characteristics to look out for; How algorithms man...Feb 21, 2022·4 min read
jadamoureen.hashnode.devJavaScript 101: Ultimate JavaScript GuideWhat is Javascript? JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gi...Feb 14, 2022·3 min read
jadamoureen.hashnode.devPython 101: Ultimate Python GuideWhat is Python? Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Python can also be defined as a computer programming language often used to build websites and software, automate tasks, and conduct da...Feb 14, 2022·4 min read