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 24, 202422Jun 24, 202422
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, 2023352Jan 6, 2023352
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, 202291Aug 26, 202291
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, 2021261Feb 14, 2021261
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, 202056Dec 25, 202056
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, 202024Sep 6, 202024
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, 202040Apr 29, 202040
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, 2020141Mar 29, 2020141
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, 2019891Jul 7, 2019891
1D, 2D and 3D thread allocation for loops in CUDAIn a recent optimization project that I worked on, I had to parallelize nested for loops using CUDA. Then the issue was getting nested for…Aug 26, 20187Aug 26, 20187
Pushing Relational Data to Elasticsearch using Logstash JDBC input pluginI recently wanted to push existing relational data to Elasticsearch and analyse them using Kibana. Therefore, I tried different ways of…Jan 6, 201821Jan 6, 201821
Insertion sort analysisThere are different algorithms out there for sorting purposes. They have unique characteristics. Therefore, based on the situation we can…Sep 3, 2017Sep 3, 2017