EBErich Buelowinerichbuelow.com·Sep 21, 2023 · 1 min readCustomizing Bootstrap in Vue.jsOverview This guide outlines how to customize Bootstrap variables in a Vue.js project using Vue CLI's built-in Webpack setup. Steps 1. Install Sass Loader and Sass If you haven't already, you'll need to install sass-loader and sass. npm install sass-...00
EBErich Buelowinerichbuelow.com·Sep 14, 2023 · 4 min readBenfits of Classes in JavaScriptJavaScript and TypeScript are versatile programming languages that allow developers to approach problems in various ways. One of these approaches involves using classes, which provide a structured and organized way to define and create objects. Here,...00
EBErich Buelowinerichbuelow.com·Sep 13, 2023 · 2 min readImperative vs Functional ProgrammingImperative and functional programming are two different programming paradigms or styles of writing code. They represent different ways of thinking about and solving problems in programming. Here's a brief overview of each: Imperative Programming Imp...00
EBErich Buelowinerichbuelow.com·Sep 19, 2022 · 4 min readSet Up On-premise SQL ServerInstall SQL Server 2019 Download the installer Go to https://www.microsoft.com/en-us/sql-server/sql-server-downloads Choose Download now under SQL Server on-premises This will download an executable named SQL2019-SSEI-Eval. Install Choose Basic for t...00
EBErich Buelowinerichbuelow.com·Nov 12, 2021 · 2 min readExport Teams Chat Using NodeJSThere are several ways to export a Teams conversation. You can take screenshots or copy and paste, but there's a much more efficient way. This article shows you how to use teams-chat-backup, a free tool hosted on GitHub by edgraaff. Prerequisites You...00