Visual Asset Strategic Tools. Capture Building Information for Building Life Management. Open Source/Low Cost Technology Solutions for you to control your buildings
I came across n8n.io as a Zapier alternative that is free if you load it onto your computer/server, or you can use their cloud service at https://www.n8n.cloud/, I’ll discuss this later. You can load it onto your own computer after loading Node.JS and I used VS Code terminal to run npm install n8n -g (
I have been watching this series by the Net Ninja. He does really comprehensive beginner tutorials and I was extremely impressed with his series on PWA’s. PWA’s can run offline by caching data in browser From what I can figure PWA’s are web pages that work offline by caching info in your browser- newer browsers
I saw this video on Kepler & React and was excited about the Kepler app. I want to try it with NZ covid data that I’m getting from some API endpoints. But its not structured in a GeoJson format. This is a tool that Uber have developed and shared, which is nice of them. I’m
I logged into Sanity.io using my Github account and there was a Project that I was interested in testing that I’d seen a video for which was the Kitchen Sink template, but noticed that there was also a Gatsby Template for a Blog post, so I thought I’d try that out instead: After selecting Blog
Trying to get a habndle on static sites, I’ve started a Gatsby & Hugo blog sites and now a barebones from the ground up using Next.js. This is a good tutorial to learn about dynamic pages and a static site so I’m going to focus on coding this, then head back to the Hugo site
Having a self created API allows me to hook up data to connect to front end pages, so I can feed information from the API to the page. This tutorial is CRUD tutorial with firebase firestore and functions , so another item that I’m very interested in. This is the video series where Søren Spangsberg
This guys vids are pretty cool. After my last failure ot get a pre-built app to Deploy on Heroku I decided to start from scratch and do a tutorial on building a React App from Scratch, and i followed the tutorial below: I started at about 3.30am in bed using the Surface 3. It didn’t
This is based on the video by FreeCodeCamp.org below and also I cloned the git repository to use their code for testing HERE: I’m interested in playing with the React front end, as I’ve been playing with the node.js backend so I felt that this tutorial was an extension. After getting my head around the
I went to a python meetup where one of the presentors was running a Python app using a google cloud function (GCF). I had to have it explained to me what these were, the thicko in the room. It ends up as an online environment that will run your code. It is dormant until you
I’ve been trying to learn server side programming using node js. I’m running node js on localHost and now want to deploy some code that will run so that it can be accessed outside of my PC. I’ve been following the Code Train videos and the one below shows how to do some web application