Chi Nguyen·Apr 25, 2021How 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…
Chi Nguyen·Apr 19, 2021How 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…
InGeek CulturebyChi Nguyen·Mar 31, 2021Deploy 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…
Chi Nguyen·Feb 16, 2021React Hooks makes everything simpleWe all familiarize ourselves with the traditional class-based React components. Sometimes we use functional components for some display…
Chi Nguyen·Feb 4, 2021How to make authentication for a Rail API applicationBy using Bcrypt gem, we can make authentication for our single page application built in Javascript
Chi Nguyen·Jan 22, 2021How 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…
Chi Nguyen·Jan 7, 2021THE GREAT ActiveRecord !When immersed in the world of Ruby and Rails, I realized the incredible of ActiveRecord. Through associations between models(has_many…
Chi Nguyen·Dec 16, 2020Don’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…