This is a non-technical post unlike many others in this blog and is aimed at people who are considering to join a startup accelerator/incubator. It covers a small part of…
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…
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…
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…
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're following the blog, we now have Rails setup with some basic front end components. What we may want to start doing is processing some items in the back-end…
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…