Articles by Grizzly Peak Software

Setting up your Crypto Development Environment
Crypto Development
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 Article
Developing an AI-based product using GPT-3
AI
Developing 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 Article
How to Build an OAuth Service using Python, Flask, Postgres and JWT
Python
How 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 Article
Create a Python and Flask based Stock Quote Module
Python
Create 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 Article
Building an API Gateway with NGINX
NGINX
Building an API Gateway with NGINX

In this article we will learn how to install NGINX and use it to create an API Gateway.

Read Article
Avoid RPA Death Spiral with Microservices
Automation
Avoid RPA Death Spiral with Microservices

Robotic automation scripts can employ microservices to protect from the RPA Death Spiral.

Read Article
Créer un module de cotation boursière basé sur Python et Flask
Cré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 Article
Node.js OAuth Server with JWT: Working Code Under 100 Lines
Node.js
Node.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 Article
Create a secure web server in node.js
Node.js
Create 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 Article
Decompose the Monolith
Microservices
Decompose the Monolith

Eliminate tech debt by breaking down monolithic applications with microservices.

Read Article
How I Published My First Technical Video Course
Microservices
How I Published My First Technical Video Course

The story of how I published my first technical video course about building Node.js microservices.

Read Article
Microservices as building blocks for AI
AI
Microservices 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 Article
Designing a 3D Base Cabinet with Sketchup
3D Design
Designing 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 Article
What Is Blockchain?
Blockchain
What Is Blockchain?

A quick video explaining some of the basic concepts behind blockchain technology.

Read Article
Get rid of your CMS and go light with Contentful
Content Management
Get 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 Article
A financial alerting skill for Alexa
Fintech
A financial alerting skill for Alexa

In this article, I demo a financial alerting skill that I created for Alexa.

Read Article