I have a accounting management project where I need to store some specific data to a new database. I am fetching a issue when I am going to create a new databas
I'm using Node to connect to a Microsoft SQL Developer database. I've finally gotten my code to run without errors: var sql = require('mssql/msnodesqlv8'); cons
I am using bootstrap theme for my project which have scss files for fonts and icons. I am implementing the webpack 4 but my build gone fialed every time when i
I have a Bazel executable target (of type fsharp_binary, but I don't think it should matter) that I can run using bazel run. bazel run //my_app.exe I would lik
I'll cut to the chase, I'm still a beginner with javascript and I'm having trouble correlating some data from a JSON file to specific HTML elements using a "for
I'm trying to host Google Roboto Font in my website. I have inspected the font-family, and the network. I think the font file is hosted and imported successfull
I got this string $string = '1:23:health,2:24:mana'; $v = explode(",", $string); foreach($v as $data) { echo $data[0][1]; } What im looki