In post 12, we covered how to create custom API clients to fetch data. It may be a good pre-requisite for this post if you're not familiar with generating api…
In the previous post, we created our sitemap and connected to Google. We're ready to start populating some useful data. In this chapter we will look at populating useful data…
In this chapter we will look at basic setup of Google Search Console and generating sitemap for the search engines. In the previous post, we connected your web app to…
This chapter assumes you've linked to Google Search Console (check chapter 10 if you have not). Sitemaps are useful in your website to assist with SEO. They will be very…
From previous post, we've looked at deploying our application with Heroku. This is now live at its own location (https://yazii.herokuapp.com/search-for-tech-jobs). What we'd like to do is make it available in…
This post is going to go over the process of taking your Ruby on Rails application with Webpacker and React front-end and deploying it with Heroku. If you haven't got…
If you haven't created a RoR project yet, you may find this post useful to get started. Part of the project associations, most data can just be kept in the…
This chapter is relatively straight forward and is more of a refresher than anything else. It's a reminder that spending time on determining the correct associations early will help save…
If you've followed along in the previous steps, we now have Rails + React working nicely together and we're ready to start putting in some cool content in. Just in…
Ok now you have your Ruby on Rails application, got all the basic pre-requisites completed and want to create a SPA with React. If you missed how to get the…