Category · page 3
Site development
- 2020-07-20
Setup project essentials (Git and Editor)
When you start your project, you want to set all the basic essentials up so you don’t get delayed later, this includes setting up Git and your editor. For this…
- 2020-07-20
Nice and easy way to get started with ruby on rails, react and postgres
First thing that’s required to do when starting a website is to determine the technology you want to use. In my case, I decided to go with Ruby on Rails…