Articles by Grizzly Peak Software
Setting up your Crypto Development Environment
In this article we cover the steps required in order to set up one's development enviroment as a part of a series on how to develop smart contracts and web3 applications for the Ethereum Blockchain and other EVM-Compatible chains.
Read ArticleDeveloping an AI-based product using GPT-3
This article is about my experience creating an MVP for Stormynight.ai, an AI-based application that aims to eradicate writer's block from the face of the Earth. It talks about how the GPT-3 API helped relieve the problem. It also goes into detail about how this led to the idea of StormyNight.ai, an AI program that creates story ideas.
Read ArticleHow to Build an OAuth Service using Python, Flask, Postgres and JWT
In this article we're going to learn how to build an OAuth service that can be used as a way to authenticate calls to an API or within a microservices architecture. In this project we will be using Python, Flask, Postgres and JWT
Read ArticleCreate a Python and Flask based Stock Quote Module
In this article I will show you how to create a simple stock quote summary widget using Python and Flask. We will make a simple microservice-based API that will provide company information and historical data about a publicly traded company. We will then apply the data from the API to make a simple chart-based widget.
Read ArticleBuilding an API Gateway with NGINX
In this article we will learn how to install NGINX and use it to create an API Gateway.
Read ArticleAvoid RPA Death Spiral with Microservices
Robotic automation scripts can employ microservices to protect from the RPA Death Spiral.
Read ArticleCréer un module de cotation boursière basé sur Python et Flask
Dans cet article, je vais vous montrer comment créer un widget récapitulatif de cotation boursière simple en utilisant Python et Flask. Nous créerons une API basée sur un microservice simple qui fournira des informations sur la société et des données historiques sur une société cotée en bourse. Nous appliquerons ensuite les données de l'API pour créer un widget graphique simple.
Read ArticleNode.js OAuth Server with JWT: Working Code Under 100 Lines
Most JWT tutorials hand you a token that never expires. Here's a complete Node.js OAuth server using the Client Credentials Grant with proper expiration.
Read ArticleCreate a secure web server in node.js
In this article we will create a secure web server using node.js and express in just 30 lines of code that will redirect to https when users land on an http page.
Read ArticleDecompose the Monolith
Eliminate tech debt by breaking down monolithic applications with microservices.
Read ArticleHow I Published My First Technical Video Course
The story of how I published my first technical video course about building Node.js microservices.
Read ArticleMicroservices as building blocks for AI
Some ideas about how microservices could be used to compliment and be a part of an AI neural network.
Read ArticleDesigning a 3D Base Cabinet with Sketchup
A quick video in which I share how I designed a base cabinet to be built in my shop.
Read ArticleWhat Is Blockchain?
A quick video explaining some of the basic concepts behind blockchain technology.
Read ArticleGet rid of your CMS and go light with Contentful
Contentful is a easy to use cloud-based CMS that provides a rich set of API's.
Read ArticleA financial alerting skill for Alexa
In this article, I demo a financial alerting skill that I created for Alexa.
Read Article