Have you been stuck at home for the past few week and you have now started to question your existence? Are you tired of watching TV all day? Are you bored to death? Don’t fret…!!! Cheer up…!!! Let’s find out the best video games you can play during the quarantine.
Getting Started with Homebrew
Homebrew is an Open Source Package Manager for macOS.
To create your first formula create a Repository on GitHub. Set the visibility to public while doing so.
First create a new GitHub Repository for your Formula. You can use the Web Interface or the CLI for this. I am using the CLI just for fun( Replace pwelagedara
with your Username and hello
with your repository name in all my commands).
Program-O AIML Chatbots
Introduction
AIML Chatbots used to be quite popular back in the day when popular tools today like IBM’s Dialog Tool and Diagflow are in their infancy.
Even though AIML Frameworks do not carry the complexity of the Modern Day Frameworks, you may consider using AIML since it is Free and Open Source.
Swagger-mod; A Filter for your Swagger Documents
I am positive that I am not the only one who wanted to modify an existing Swagger Document to get rid of the APIs that you do not want others to see.
swagger-mod
is there for the rescue. Filter your Swagger Documents using HTTP methods, tags, urls, summaries and descriptions by using a single Node.js package with ease. You can download that here.
Securing HTTP Traffic to Upstream Servers using NGINX
How do you secure your backend using HTTPS? I will create a Swagger Node Project to show you how.