How to use Action Mailer to send emails in Rails.You are now familiar with the Rails application now. You understand how the MVC works. You can build a website with the interface using…Apr 25, 2021Apr 25, 2021
How to seed your Rails database using Faker Gem, CSV file, JSON file, and third-party APIsYou may scare if the endpoint of an API you are working on for your final project could break. You may have the CSV file that contains all…Apr 19, 2021Apr 19, 2021
Published inGeek CultureDeploy React/Javascript App to Netlify in 2 MinutesThere are thousands of ways to deploy and maintain an application likes Heroku, AWS, or Azure. In this article, we will learn how to…Mar 31, 2021Mar 31, 2021
React Hooks makes everything simpleWe all familiarize ourselves with the traditional class-based React components. Sometimes we use functional components for some display…Feb 16, 2021Feb 16, 2021
How to make authentication for a Rail API applicationBy using Bcrypt gem, we can make authentication for our single page application built in JavascriptFeb 4, 2021Feb 4, 2021
How to deploy a built Rails app with SQlite3 to HerokuAt Flatiron Software Engineer Intensive Bootcamp, we worked on many projects, especially big projects after each module. In module 2, we…Jan 22, 2021Jan 22, 2021
THE GREAT ActiveRecord !When immersed in the world of Ruby and Rails, I realized the incredible of ActiveRecord. Through associations between models(has_many…Jan 7, 2021Jan 7, 2021
Don’t let the fear of ERRORS stop youWhen I started coding, I usually ignored reading the errors. It is mainly because of the abundant lines filled with letters in the…Dec 16, 2020Dec 16, 2020