-
Rails 7.1 Store secret_key_base In Credentials For Local Environment
In upcoming Rails 7.1 secret_key_base will be stored in credentials instead of secrets, as secrets has been deprecated in favour of credentials
-
Integrate Replicate in Rails Application
Integrate Replicate in Rails application and effortlessly run various machine learning models in the cloud using Replicate
-
Building a chatbot in Next.js using Vercel AI SDK
Using Vercel AI SDK to build an OpenAI chatbot with streamable user interface
-
Extract Sample Rate of an Audio File with Audio Analyzer in Rails 7.1
Extract the sample rate of an audio file with ActiveStorage::AudioAnalyzer which will return the bit rate, duration, and sample rate
-
Integrate OpenAI API in Ruby applications
We can integrate OpenAI API in a ruby application by using ruby-openai gem which allows us to build an app with all the ChatGPT
-
Deploy Jekyll blog to AWS Amplify
Deploy a static site like a Jekyll blog to AWS Amplify with full fledged CI/CD pipeline and app preview.
-
Restore Postgres DB in fly.io - PG version mismatch issue workaround
Restoring Postgres DB a workaround for PG version mismatch issue in fly.io
-
Record screen with JavaScript MediaRecorder API
Setting up a screen recorder with JavaScript MediaRecorder API
-
Manually mount react component using UJS
Mount react components manually while rendering element on JS request.