Twitter / X OAuth 2.0 social login in react nativeI recently wanted to have sign in with X integrated to one of my react native apps. There are libraries that can be used for google and…Jun 241Jun 241
Using OpenAI semantic search with Neo4JRecently, OpenAI has become the hot topic. I had a database of pdf files that needed to be searched. I was using Neo4J and its lucene…Jan 6, 20232Jan 6, 20232
Add third party SSL to Azure App ServiceRecently I had to configure a third party ssl to an azure app service application (Obviously for cost reasons 😃). So I will walk you…Aug 26, 20221Aug 26, 20221
Braintree Subscriptions Integration to Angular + Spring Boot appRecently I integrated the Braintree payment gateway to a project that I worked on and found it somewhat hard along the way. So I thought of…Aug 15, 2021Aug 15, 2021
Upload a remote image to S3 without saving it first with pythonIn this I will be discussing about uploading a static file that is somewhere else to a S3 bucket without saving it first.Feb 14, 20211Feb 14, 20211
Deploy Spring Boot + Angular app using Docker on Ubuntu(on ec2)This weekend I wanted to deploy a spring boot app + an angular app to an ec2 instance using docker. It is true that aws have their own ecs…Dec 25, 2020Dec 25, 2020
Create CI/CD pipeline for nodejs express with GitlabCI/CD allows the developers to deliver the code more frequently and reliably. Implementation of CI/CD is known as the pipeline. Here we…Sep 6, 2020Sep 6, 2020
Running Multiple React-Native Dev Servers.When you run react-native run-android or react-native run-ios it starts the bundler on port 8081 and install the app on emulator or…Apr 29, 2020Apr 29, 2020
Load testing a REST api using POST requestsLet’s say you have built a REST api and you want to know how well it will perform when it is in use. In the development environment…Mar 29, 20201Mar 29, 20201
Replace InMemory Token Store With a Persistent one in Spring Boot OAuth2Recently I was working on a mobile application with a spring boot backend along with a MySql database. I used a token from an in memory…Jul 7, 20191Jul 7, 20191