Using quarter method by rails 7.1
Get quarter of the date provided for the current year or the custom year.Smooth Scrolling to an Element using scrollIntoView in React with a Fixed Header
Fixed headers are a popular design choice for websites. However, scrolling to an element that includes a fixed header can present several challenges. In this blog post, we will discuss how to overcome these challenges and scroll smoothly to elements with fixed headers.Shaping Rails to Your Needs, Customizing Rails Generators using Thor Templates
Templates are an easy way to customize your Rails generators to fix repetitive tasks and make your life easier.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 rateIntegrate 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 ChatGPTWriting re-usable code with React Composition
React Composition helps make our code more efficient, and easier to maintain and update in the long run. Instead of relying on one big component to do everything, we break it down into smaller parts, so we can reuse them in other places, and build even more complex components.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.Connecting AWS RDS with an EC2 instance
Connect AWS RDS with an EC2 instance while using Amazon Linux 2023 OS image and MySQL as a databaseReduce load times of Rails applications using CloudFront CDN
Delivering static assets and JavaScript files with CDN can significantly improve the performance of our Rails application, resulting in faster load times and a better user experience.Adding table names to error for duplicate column names
Table name is shown in the error when duplicate columns for the same table is entered while creating it.