As we have got to know that Gatsby has built in GraphQL, we will learn this time how to ask Gatsby to request data from GraphQL. We will ask for the data that we wish to populate into our blog. For simplicity sake we will only target on the title and tagline. Eventually we will […]

To continue on with our previous blog post, I will introduce Hashicorp Vault as a key management to manage our secrets for our Nodejs weather application. Installing Vault I will use docker to pull the docker image from dockerhub. Now that I have vault image pulled, I will create a docker compose file for Vault […]

In this post, we will continue our previous nodejs weather application and introduce Docker for NodeJS application using VSCode. We will build our application and host it in docker by adding a Dockerfile. We will modify our code to take the APIKEY from an environment variable. Create Dockerfile Let’s launch our editor VSCode again with […]

In this post I wanted to go through how do we create a Nodejs application with vscode. The application is yet another weather node app, it is an easy example and loosely based on this project (https://codeburst.io/build-a-weather-website-in-30-minutes-with-node-js-express-openweather-a317f904897b), the difference is that we will build upon it to a series of how do we store secrets […]

Visual Studio Code with Python Django I wanted to continue on my python exploration and show how to get started with Visual Studio Code with Python Django. What is Django you may ask ? Not the movie for sure. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built […]