Posts
subscribe via RSS
Install haskell platform on mac with homebrew
The recommended way to install the components of the mac platform is using ghcup to install ghc and cabal-install.Azure DevOps Create React App Pipeline
The following azure pipeline yaml file works for create-react-app version 3.0.1.
Migrating from SOAP to REST using Apigee
Apigee is another option for converting your SOAP services to a RESTful API. I covered Azure API management in another blog post. I will use the same calculator SOAP service to create a SOAP to REST API proxy in Apigee.
Migrating from SOAP to REST using Azure API Management
If you’ve got legacy applications written in WSDL or SOAP, and you are planning to expose it as a rest endpoint, Azure API Management seems to be good option at the moment. Another option is apigee; Although, it seems to miss some of the features thats available through Azure API management. AWS doesnt seem to have any support out of the box for this particular scenario.
dotnet aspnet core https certifcate not found error
I came across this particular issue when my Mac’s account was changed from a domain associated account to a local user account.
Setting Up Elasticsearch Cluster on Kubernetes - Part 3 - Configuration File
This is part 3 out of 3 in this series of blog posts.
Setting up Elasticsearch Cluster on Kubernetes - Part 2 - Kibana
This is part 2 out of 3 in this series of blog posts.
Setting up Elasticsearch cluster on Kubernetes - Part 1 - Single Node Cluster
This is the begining of a multiple part series of blog posts going through setting up Elasticsearch cluster in kubernetes.
Access response headers in HTTP Fetch API with Serverless Framework and AWS Lambda
In order to access response headers such as
Location
in HTTP Fetch api whilst using Serverless Framework and AWS Lambda Functions with CORS enabled, you need to do the following.Ingesting data from Oracle DB into Elasticsearch with Logstash
Alternative to Logstash was the Elasticsearch JDBC tool. Which at the time of writing was using port
9300
for transfering data. There were talks of not exposing this port externally in future releases of elaticsearch and hence we went with logstash.